Skip to content

Install nav0

Install nav0 on macOS, Windows, or Linux.

macOS

Run this command in Terminal to install nav0:

curl -fsSL https://raw.githubusercontent.com/nav0-org/nav0-browser/main/install.sh | bash

Downloads the latest release, installs to /Applications, and handles macOS Gatekeeper automatically.

Build from Source

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.

Released under the MIT License.