Self-contained binaries with zero runtime dependencies. Extract, run, done.
Supports Ubuntu 22.04+, Debian 12+, Fedora 38+, Arch
Supports Windows 10+ (64-bit)
Official Docker images are coming soon. Multi-architecture support for amd64, arm64, and arm/v7.
docker-compose.yml (preview)
version: '3.8'
services:
watchnexus:
image: watchnexus/server:2.8.4
ports:
- "8001:8001"
volumes:
- ./config:/app/data
- /path/to/media:/media
environment:
- TZ=America/New_York
restart: unless-stopped
Three commands to a running media pipeline.
Linux Installation
# Download the latest release
tar xzf WatchNexus-v2.8.4-linux-x64.tar.gz
# Install as systemd service
cd WatchNexus-v2.8.4-linux-x64
sudo bash install.sh
# Open http://localhost:8001
Windows Installation
# Extract the zip archive
# Run start-watchnexus.bat
# Open http://localhost:8001
Default Credentials
Email: admin@watchnexus.local
Password: admin
Change these immediately after first login. Enable 2FA in Security → Bastion.
| Requirement | Minimum | Recommended |
|---|---|---|
| RAM | 4 GB | 8 GB |
| Disk Space | 2 GB + media | 10 GB + media (SSD) |
| Operating System | Any 64-bit Linux / Windows 10+ | Ubuntu 22.04+ / Debian 12+ |
| Architecture | x86_64 (amd64) | x86_64 |
| Runtime | None required (included in binary) | |
Press Kit, TOTP 2FA, live indexer search, 7 new modules, system overhaul
Full module audit, 136 endpoints tested, poster fixes
Authentication and indexer fixes, initial module framework