ShadowBridge / DOWNLOAD ← Home

Download Node Agent

Connect your machine to the ShadowBridge cybersecurity monitoring platform. Real-time metrics, push-based telemetry, AI-powered analysis.

v1.0.0 — STABLE
v1.0.0  ·  Released 2026-06-23  ·  NOX Lab
All releases →
🪟
Windows
Setup Installer
Setup wizard for Windows. Asks for your push token, installs to Program Files, creates a scheduled task to run every minute automatically.
Setup wizard Scheduled task Python 3.8+ required
shadowbridge-setup.exe
Windows installer · 176 KB
📦
Debian / Ubuntu
.deb Package
Proper Debian package with systemd service integration. Installs with dpkg, runs as a user service, asks for token on first install.
systemd service dpkg install Python 3 required
shadowbridge_1.0.0_all.deb
Debian package · 4.3 KB
Linux
CLI Agent
Minimal standalone binary for servers and headless machines. No GUI, no systemd — run with cron or as a background process.
Headless / server Cron compatible x86-64
shadowbridge
Linux binary · 8.9 MB · No Python required

Quick Setup

1
Get your push token
Login at shadowbridge.store/dashboard → click Setup / Token panel → copy your token.
2
Download and run
Linux — desktop app
wget https://github.com/webwizardg99/shadowbridge-web/releases/download/v1.0.0/shadowbridge-app
chmod +x shadowbridge-app
./shadowbridge-app
⬡ ShadowBridge tray icon appears in taskbar
Linux — CLI / server
chmod +x shadowbridge && ./shadowbridge --setup
Token saved. Node connected.
# Add to cron (push every minute):
echo '*/1 * * * * /path/to/shadowbridge --once' | crontab -
Linux .deb
sudo dpkg -i shadowbridge_1.0.0_all.deb
Enter your push token: _
3
Your node appears on the dashboard
Real-time CPU, RAM, disk and network stats push every 60 seconds. View at shadowbridge.store/dashboard.

⚡ AI Features — Optional

Install Ollama and pull the models below to enable AI-powered platform features.
Ollama — AI Engine
Required for all AI features. Runs LLM models locally on your machine.
curl -fsSL https://ollama.com/install.sh | sh
NOX-BRAINHoneyAIDev email AISupport bot
qwen2.5:3b — Base model
Fast, lightweight (2 GB RAM). Powers the support bot and dev email handler.
ollama pull qwen2.5:3b
Support botDev emailNOX-BRAIN chat
qwen2.5:7b — Recommended
More accurate, longer context (4 GB RAM). Recommended for dev email automation.
ollama pull qwen2.5:7b
Dev email (recommended)Threat analysis
webwizardg99/wizz
Custom HoneyAI model — generates realistic SSH shell responses to deceive attackers.
ollama pull webwizardg99/wizz
HoneyAI SSH honeypot
nemotron-mini — OSINT
Large model for multi-agent OSINT pipeline and CVE research. 8+ GB RAM required.
ollama pull nemotron-mini
NOX PipelineCVE research
💡 Models download automatically on first use after installation. Internet connection required for initial pull.