Skip to content
🚀 Loading… 0 Tests Passing 🚫 Zero Telemetry

Download Nexxus

Free. Private. Unstoppable security for every platform.

⚡ Install now · Windows 10 / 11 VERIFIED LIVE · binaries on this server

Themed GUI installer

A 5-step Windows Forms wizard with a 16-question security questionnaire (threat model · recovery quorum · behavioural · paranoia defaults). Your soul profile saves to %LOCALAPPDATA%\Nexxus\soul-profile.json. Downloads nexxus.exe (8 MB browser) + nexxus-soul-demo.exe (3 MB substrate) directly from this server.

PASTE THIS INTO POWERSHELL:
irm https://nexxus.northpointaegis.com/boot.ps1 | iex
⬇️ nexxus.exe (8 MB) ⬇️ soul-demo.exe (3 MB) ⬇️ boot.ps1 (recommended) ⬇️ install.ps1 (console) ⬇️ gui-install.ps1

✓ Idempotent — safe to re-run for upgrades
✓ Registered in Settings → Apps → Nexxus → Uninstall
✓ Auto-starts on Windows login (toggleable in the wizard)
✓ Shortcuts on Desktop + Start menu
✓ Tendril Proxy ready — Nexxus Browser opens automatically at nexxus://newtab, no http://localhost anywhere

Detected: Scanning device…Auto-download starts instantly
Loading… ~12 MB Free Forever
Desktop Platforms
🪟Windows Windows 10/11 · 64-bit ⬇ Download Setup.exe GUI Installer · .msi · portable .zip
🍎macOS Apple Silicon & Intel · macOS 12+ ⬇ Download .dmg Universal Binary · .zip archive
🐧Linux Ubuntu, Debian, Fedora, Arch ⬇ Download AppImage .deb · .rpm · .tar.gz
Mobile Platforms
📱Android APK Android 10+ · ARM64 / ARM32 ⬇ Download .apk Direct install · No Play Store required
🍏iOS TESTFLIGHT iPhone & iPad · iOS 16+ ⬇ Join TestFlight Beta access via Apple TestFlight
Smart TV & Set-Top Boxes
📺Android TV APK Google TV · Nvidia Shield · Fire TV ⬇ Download TV .apk
📺Samsung TV COMING SOON Tizen OS · 2020+ Smart TVs Q3 2026
📺LG TV COMING SOON webOS · 2020+ Smart TVs Q3 2026
One-Line Install · All Features · 24/7 Mode
terminal — linux & macOS
curl -fsSL https://hub.io/scripts/install.sh | bash
Downloads binary · Enables all 48 apps · Sets up 24/7 watchdog service
powershell — windows (GUI Setup Wizard)
$u="https://raw.githubusercontent.com/Janae34/Nexxus-Web-Server/master/nexxus-web-deploy/scripts/windows/install-nexxus-gui.ps1"; $f="$env:TEMP\nexxus-setup.ps1"; [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; Invoke-WebRequest $u -OutFile $f; Start-Process powershell "-NoProfile -ExecutionPolicy Bypass -File `"$f`"" -Wait
Downloads to temp · Waits for GUI · AV-friendly · Premium Setup Wizard with 6 nature themes
🧪

Alpha Release — How to Install

Windows: Extract the ZIP and double-click Install-Nexxus.bat — it runs the full installer automatically.
macOS / Linux: Extract the ZIP, open Terminal, and run chmod +x install.sh && ./install.sh

The installer sets up Nexxus with all 48 security apps, 24/7 always-on mode, and your personalised device-profile.json.

🔐
Dual Encryption
AES-256-GCM + ChaCha20 dual-layer cipher
🛡
Quantum Shield
Post-quantum resistant cryptography
🚫
Zero Telemetry
No data ever leaves your machine
🕵
Anti-Fingerprint
Randomised browser fingerprint
🕸
Tor Routing
Optional onion routing for all traffic
🔍
Cert Transparency
Real-time TLS certificate verification
🦀
Built in Rust
Memory-safe, blazing fast
Instant Start
Launch in under 2 seconds

System Requirements

🪟 Windows

  • Windows 10 (1903+) or Windows 11
  • 64-bit processor (x86-64)
  • 4 GB RAM minimum (8 GB recommended)
  • 500 MB available disk space
  • DirectX 11 compatible GPU
  • TPM 2.0 recommended for Quantum Shield

🍎 macOS

  • macOS 10.15 Catalina or later (Intel)
  • macOS 12 Monterey or later (Apple Silicon)
  • 4 GB RAM minimum (8 GB recommended)
  • 500 MB available disk space
  • Metal-compatible GPU
  • Apple T2 / M-series recommended

🐧 Linux

  • Kernel 5.4+ (Ubuntu 20.04, Fedora 35+)
  • 64-bit processor (x86-64)
  • 4 GB RAM minimum (8 GB recommended)
  • 500 MB available disk space
  • libgtk-3, libglib2.0
  • X11 or Wayland display server

📱 Android

  • Android 10 (API 29) or later
  • ARM64 processor
  • 3 GB RAM minimum (4 GB recommended)
  • 200 MB available storage
  • "Install from unknown sources" enabled

🍏 iOS

  • iOS 16 or later
  • iPhone 8 or newer / iPad (6th gen+)
  • 3 GB RAM minimum
  • 200 MB available storage
  • TestFlight app installed

Installation Guide

Step-by-step instructions for every platform.

  1. Download the ZIP from the button above and extract it.
  2. Double-click Install-Nexxus.bat to run the full installer.
  3. Alternatively, open PowerShell and run:
    irm https://hub.io/scripts/windows/install-nexxus.ps1 | iex
  1. Open Terminal and paste the one-liner:
    curl -fsSL https://hub.io/scripts/install.sh | bash
  2. This installs the binary, enables all features and apps, and sets up the always-on launchd service automatically.
  3. If Gatekeeper warns about an unsigned binary, right-click the app and choose Open.
  1. Open a terminal and paste the one-liner:
    curl -fsSL https://hub.io/scripts/install.sh | bash
  2. This installs the binary, enables all features and apps, and sets up the always-on systemd service automatically.
  3. If ~/.local/bin is not in your PATH, add export PATH="$HOME/.local/bin:$PATH" to your shell config.

Uninstall Nexxus

Need to remove Nexxus? One command does it all — no leftover files, no hidden services.

powershell — windows uninstall
irm https://hub.io/scripts/windows/uninstall-nexxus.ps1 | iex
Stops all processes · Removes from Add/Remove Programs · Deletes all files & shortcuts
terminal — linux & macOS uninstall
curl -fsSL https://hub.io/scripts/uninstall.sh | bash
Stops daemon · Removes systemd/launchd service · Deletes binary & data
🚨

Having Trouble Uninstalling?

If the scripts above don’t work, you can manually remove Nexxus:

Windows: Delete the folder %LOCALAPPDATA%\Nexxus, remove “Nexxus Browser” from Task Scheduler, and delete any desktop/Start Menu shortcuts.
Linux: Run rm -rf ~/.local/share/nexxus ~/.local/bin/nexxus and systemctl --user disable nexxus
macOS: Run rm -rf ~/.local/share/nexxus ~/.local/bin/nexxus and remove ~/Library/LaunchAgents/com.nexxus.browser.plist

🔄

Smart Update System

Nexxus checks for updates in the background and prompts you when a new version is available — you always decide when to update. When you accept, Nexxus downloads the update, asks “Would you like to restart and update now?”, then performs a seamless binary swap and restarts automatically. No data is sent to external servers — only the version manifest at version.json is fetched. Batch updates for all 48+ apps are applied together in a single restart. You can also check manually at nexxus download and verify the SHA-256 checksum.