Skip to content
Nav0
Main Navigation HomeGuideInstallBlogRelease NotesAbout
FAQ
Privacy Policy
Terms of Use
Disclaimer

Appearance

Install Nav0 in about a minute.

macOS, Windows, Linux. Free. Open source. No account, no email, no telemetry.

macOS

Windows

Linux

Install on macOS

Run this in Terminal — that's it.
~ — bash
$ curl -fsSLhttps://raw.githubusercontent.com/nav0-org/nav0-browser/main/install.sh| bash
→ Fetching latest release (v0.3.1)…  ✓→ Installing to /Applications/Nav0.app …  ✓→ Clearing Gatekeeper quarantine attribute …  ✓→ Done. Launch with: open -a Nav0
Latest release
Always pulls v0.3.1 from GitHub. No third-party CDN.
Installs to /Applications
Standard Mac app location. Drag to Trash to uninstall.
Handles Gatekeeper
Auto-clears the quarantine attribute. No right-click → Open dance.

Windows

A single x64 installer for Windows 10 and 11. No telemetry, no first-run sign-up, no Bing.

Nav0-0.3.1.Setup.exe

x64 · Win 10 / 11 · MSI installer

Linux

Native packages for Debian-family and RHEL-family distros.

Nav0_0.3.1_amd64.deb

Debian, Ubuntu, Mint, Pop!_OS · sudo dpkg -i Nav0_0.3.1_amd64.deb

Nav0-0.3.1-1.x86_64.rpm

Fedora, RHEL, openSUSE · sudo rpm -i Nav0-0.3.1-1.x86_64.rpm

Build from source

For maximum trust, or if you'd like to hack on Nav0. Clone, install, run. All three platforms are supported.

Why build it yourself?

You don't have to take our word for it. Reproducing the binaries from source is the strongest privacy guarantee we can offer.

  • node 22.0 or newer
  • npm 10+
  • ~3 GB free disk
  • Roughly 4 minutes on an M1
~/projects — bash
$ git clone https://github.com/nav0-org/nav0-browser.git
$ cd nav0-browser
$ npm install
$ npm run make
→ Built artifact at out/Nav0-darwin-arm64/Nav0.app

The built app lands in the out/ directory. See the release notes for cross-compilation flags.

Open source under the MIT License

Nav0 is built in the open by Ketan Patil and a handful of contributors. Read, fork, or send a patch.

View source MIT License

Released under the MIT License.