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

Appearance

Sidebar Navigation

Introduction

Getting Started

Features

Feature Guides

Ad Blocker

Privacy & Tracking Protection

Private Browsing

Tab Management

Keyboard Shortcuts

Un-features

What Nav0 Doesn't Do

Core Principles

Privacy

Philosophy

Community

Contributing

On this page

Getting Started ​

Nav0 is a minimal web browser built on Electron that prioritizes your privacy and system resources.

Installation ​

macOS ​

Run this command in Terminal to install Nav0:

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

Windows ​

Download the .exe installer from GitHub Releases.

Linux ​

Download .deb (Debian/Ubuntu) or .rpm (Fedora/RHEL) packages from GitHub Releases.

Build from Source ​

On any platform, you can also build Nav0 from source:

bash
# Clone the repository
git clone https://github.com/nav0-org/nav0-browser.git
cd nav0-browser

# Install dependencies
npm install

# Build the app
npm run make

The built app will be in the out/ directory. Requires Node.js 22+ and npm.

First Launch ​

When you first open Nav0, you'll notice something different: nothing asks for your data.

  • No account creation prompts
  • No "personalization" setup
  • No telemetry consent dialogs

Just a browser, ready to use.

Basic Usage ​

Navigation ​

  • Address Bar: Type URLs or search terms
  • Back/Forward: Navigate your history
  • Refresh: Reload the current page
  • Home: Return to your start page

Keyboard Shortcuts ​

ActionWindows/LinuxmacOS
New TabCtrl+TCmd+T
Close TabCtrl+WCmd+W
ReloadCtrl+RCmd+R
Address BarCtrl+LCmd+L
Find in PageCtrl+FCmd+F
Developer ToolsF12Cmd+Option+I

Configuration ​

Nav0 stores its configuration locally on your machine. No cloud sync, no account needed.

Configuration location:

  • Windows: %APPDATA%/nav0/
  • macOS: ~/Library/Application Support/nav0/
  • Linux: ~/.config/nav0/

What's Not Included ​

By design, Nav0 does not include:

  • User accounts or sign-in
  • Sync services
  • AI assistants or chatbots
  • News feeds or content recommendations
  • Cryptocurrency wallets
  • Built-in VPN upsells
  • Telemetry or analytics

If you need these features, Nav0 isn't for you—and that's okay. We built Nav0 for users who want less, not more.

Next Steps ​

  • Learn about Nav0's Features
  • Understand our Privacy commitment
  • Read about our Philosophy

Last updated:

Pager
Next pageFeatures

Released under the MIT License.

Copyright Ketan Patil