Free. Private. Unstoppable security for every platform.
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.
irm https://nexxus.northpointaegis.com/boot.ps1 | iex
✓ 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
curl -fsSL https://hub.io/scripts/install.sh | bash
$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
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.
Step-by-step instructions for every platform.
Install-Nexxus.bat to run the full installer.irm https://hub.io/scripts/windows/install-nexxus.ps1 | iexcurl -fsSL https://hub.io/scripts/install.sh | bashcurl -fsSL https://hub.io/scripts/install.sh | bash~/.local/bin is not in your PATH, add export PATH="$HOME/.local/bin:$PATH" to your shell config.Need to remove Nexxus? One command does it all — no leftover files, no hidden services.
irm https://hub.io/scripts/windows/uninstall-nexxus.ps1 | iex
curl -fsSL https://hub.io/scripts/uninstall.sh | bash
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
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.