rust · open source · zero telemetry

A browser that answers to no one but you.

NEXUS is a desktop browser built from scratch in Rust — an encrypted vault, a native AI assistant you bring your own key to, and one-click Tor / WARP routing. No company behind it, no data leaving your machine unless you send it.

No installer · no account · no telemetry endpoint to opt out of
nexus --init
$ nexus --init
AES-256-GCM vault unlocked
✓ ad & tracker blocking active
✓ tor / warp routing ready
✓ 12 idle tabs suspended, 0 dropped
✓ outbound telemetry: none configured
> ready
idle memory, illustrativelower is better
nexus
typical chromium
Engine100% Rust
Telemetry0 endpoints
LicenseMPL-2.0 / Apache-2.0
CostFree, forever
// features

Everything a browser needs. Nothing it doesn't.

No bundled search deals, no upsells, no "recommended by NEXUS" cards. Just the parts a browser is actually for.

Encrypted vault

Passwords are sealed with AES-256-GCM and an Argon2id-derived key. Your master password never leaves the device — there's no cloud to breach.

Tor, WARP, or your own proxy

Route any tab through Tor or Cloudflare WARP with one click, or point NEXUS at a proxy you already trust. No extra client to configure.

AI assistant, your key

Point it at Claude, GPT, Qwen, GLM, or any compatible endpoint. Prompts go straight from your machine to that API — never through a NEXUS server.

Built to idle light

A shared, tuned connection pool and automatic tab suspension mean a background tab costs you almost nothing until you click back to it.

Chrome-style extensions

NEXUS polyfills chrome.runtime, so many Manifest-style extensions install and run with no rewrite needed.

Import in one file

Bookmarks come in through the standard Netscape HTML export, so moving from Chrome, Firefox, or Edge is one file — not an account migration.

// compare

How it stacks up

An honest comparison — including where NEXUS is still catching up.

FeatureNexusChromeBrave
Core engineRust + OS WebViewChromium (C++)Chromium (C++)
Idle memory footprintLowHighModerate
TelemetryNoneHeavyAnonymized
Complex web-app supportGood, not universalCompleteComplete
Ad & tracker blockingBuilt inExtension requiredBuilt in
Native AI, bring-your-own-keyYesNoBrave Leo only
Password vault encryptionAES-256-GCM + Argon2idBasicBasic
FundingNone — no VC, no adsAd revenueCrypto + ads

// NEXUS uses the OS's native WebView rather than shipping Chromium — that's most of the memory savings, and the occasional compatibility gap.

// open source

Nothing to audit means nothing to hide.

NEXUS isn't a company with a browser as its product. It's a Rust codebase anyone can read, fork, and build on. There's no telemetry to disable because none was ever wired in — and no roadmap driven by a term sheet, because there isn't one.

  • Every line of the engine is on GitHub, not just the marketing claims
  • Dual-licensed under MPL-2.0 and Apache-2.0 — use it commercially, fork it freely
  • Maintained by contributors, not a company with a growth target
  • Free forever — there is no paid tier waiting behind a feature flag
Repository github.com/LocShadowVN/nexus-browser License MPL-2.0 + Apache-2.0 Monetization None
// faq

Questions people actually ask

Is NEXUS a drop-in replacement for Chrome or Brave?

For everyday browsing — reading, search, video, most web apps — yes. NEXUS runs on your OS's native WebView instead of shipping Chromium, which is where the memory savings come from. A small number of very complex web apps may behave slightly differently than they do on Chromium.

How does the AI assistant actually work?

You provide your own API endpoint, key, and model — Claude, GPT, Qwen, GLM, or anything else that speaks a compatible API. Requests go directly from your machine to that provider. NEXUS never sees your prompts and has no server in between.

Do I need Tor or WARP installed separately?

Yes. NEXUS has a one-click toggle to route a tab through Tor or Cloudflare WARP, but it needs their official client running in the background — NEXUS doesn't bundle or replace either one.

Who's behind this?

No company — an individual maintainer plus whoever from the community wants to contribute. There's no roadmap dictated by investors, and no plan to monetize it later.