Version 1.0.0

Download NAPP Stack

Signed, checksummed binaries. Pick your platform.

PlatformDownloadSHA-256
Linux (x86-64) napp-linux-amd64 signature (.sig) 442428e395df51c2e9f0d5b24b993dfa33a2872e8f260680fe057804623704bb
Linux (ARM64) napp-linux-arm64 signature (.sig) 6673d10035a3c141b0157c665e182f568310746e2767adec346b30ef01f4891a
Windows (x86-64) napp-windows-amd64.exe signature (.sig) b91dcb2421a6ed98309d3e7c57bb37a305ca1a08ca6725ad69f20f6ca29720be
macOS (Apple Silicon) napp-darwin-arm64 signature (.sig) 36087d07c5c60773f07321231e0c8eaa8dacd32d61fb766605d9a95a545c3f4a
macOS (Intel) napp-darwin-amd64 signature (.sig) bc85b85f92c348be24ea2fce5ac76d10f3b2d5f981c22cf3bd14ba02d340e6fe
Verify before you run. Each release is signed (ed25519) and checksummed. NAPP's own napp self-update verifies the signature and SHA-256 automatically. To check a manual download, confirm the SHA-256 above matches — for example sha256sum napp-linux-amd64 on Linux, shasum -a 256 … on macOS, or Get-FileHash on Windows.

Install

Put the binary on your PATH and check it runs.

Linux / macOS

chmod +x napp-linux-amd64
sudo mv napp-linux-amd64 /usr/local/bin/napp
napp version

Windows

# put napp-windows-amd64.exe on your
# PATH (e.g. renamed to napp.exe)
napp.exe version

New here? Run napp handbook for the full operating guide, or napp --help. By downloading you agree to the EULA — see Licensing & Privacy.