Ultra-light, ultra-secure Rust browser β built by a real systems engineer
"Not AI built Nexus. A systems engineer used AI as a hammer to build it, one secure nail at a time." β Author
| Metric | Nexus | Brave/Tor Browser |
|---|---|---|
| Architecture | 100% pure Rust (memory-safe) | Built on Chromium/Firefox (millions of C++ lines) |
| RAM usage | 78 MB (3 tabs) | 400β600 MB |
| Memory safety | β No buffer overflow possible | β Hundreds of CVEs/year |
| Attack surface | Tiny (~1K core logic lines) | Massive |
| Code auditability | β Fully auditable | β Nearly impossible |
- β AES-256-GCM Vault: Passwords encrypted with military-grade crypto
- β Strong Argon2id KDF: 128MB RAM cost β resists brute-force attacks
- β Auto-zeroize: Master password wiped from RAM instantly
- β Fingerprinting spoofing in Rust: Canvas/WebGL faking cannot be bypassed
Each tab can use its own network:
| Tab Type | Network | Use Case |
|---|---|---|
| Normal | Regular internet | Daily browsing |
| Private | Cloudflare WARP | IP protection, anti-DDoS |
| Tor | Tor Network | Full anonymity |
| Work | Corporate proxy | Internal access |
π No need to switch browsers β just open a new tab!
- β Supports Chrome Extensions (manifest v3)
- β Sandboxed safely β no system access
- β Easy management via UI
- β Bring your OpenAI, Anthropic, or any API key
- β Remembers last 40 messages
- β Runs fully inside the app β no external calls
- β Detects login forms β suggests saving passwords
- β Generates strong 16-character passwords
- β Syncs vault from Chrome, Firefox, Edge
- β Only saves in normal tabs (never in Incognito)
- Startup time: 0.8 seconds
- Page load: 26ms
- Binary size: 18 MB
- Zero telemetry, zero tracking
"I didnβt use AI to be lazy. I used AI to amplify the productivity of a senior systems engineer."
This isn't "AI did everything" β this is a senior engineer using all tools to build something better, faster, safer.
- Windows 10+ / macOS 12+ / Linux
# Cloudflare WARP
curl -fsSL https://pkg.cloudflareclient.com/install.sh | bash
warp-cli registration new
warp-cli connect
# Tor Browser (auto-detected)
https://www.torproject.org/download/