Install nav0 on macOS, Windows, or Linux.
Run this command in Terminal to install nav0:
curl -fsSL https://raw.githubusercontent.com/nav0-org/nav0-browser/main/install.sh | bashDownloads the latest release, installs to /Applications, and handles macOS Gatekeeper automatically.
nav0 can be built from source on Windows, macOS, and Linux. This is recommended for maximum trust.
git clone https://github.com/nav0-org/nav0-browser.gitcd nav0-browsernpm installnpm run make Requires Node.js 22+ and npm. The built app will be in the out/ directory.