Next-generation Video Management System
Zero dependencies. Pure Go. Built from scratch.
| NexusEye | Milestone | Macroscop | Frigate | |
|---|---|---|---|---|
| CPU per camera | <2% | 5-8% | 5-10% | 8-20% |
| RAM per camera | 12 MB | 50-100 MB | 50-80 MB | 100+ MB |
| Video latency | <15 ms | 100-300 ms | 200-500 ms | 500+ ms |
| Install time | 1 min | 30+ min | 20+ min | Docker |
| Binary size | 15 MB | 2+ GB | 500+ MB | 1+ GB |
| Dependencies | 0 | FFmpeg, .NET | FFmpeg | FFmpeg, Python |
- Live View — Configurable grid (1×1 to 5×5), drag-and-drop layouts, hotspot modes
- Recording 24/7 — Automatic segment rotation, retention management, dual-stream support
- Archive & Export — Visual timeline, instant MP4 export, time presets
- PTZ Control — Full ONVIF pan-tilt-zoom with preset tours
- NAL Motion Detection — Zero-CPU motion analysis via H.264 P-frame size (proprietary technology from EntropyX codec project)
- Camera Health Monitoring — Offline alerts via Telegram, Email, Webhook
- Dashboard — Real-time stats, disk usage, events, problem cameras
- PostgreSQL — All data in enterprise-grade database (9 tables: cameras, events, users, layouts, locations...)
- Authentication — Bcrypt passwords, role-based access (Admin/Operator/Viewer), per-camera permissions, session management, account lockout
- Interactive Map — Camera markers with FOV cones, clustering, satellite/street view, heatmap overlay, search & filter
- Location Tree — Hierarchical site > building > floor > room with drag-drop, color tags, camera counts
- i18n — English + Russian, extensible via JSON files
- License System — Hardware-bound keys, Demo/Starter/Pro/Enterprise tiers
- Single binary — 15 MB, zero external processes, no FFmpeg
- Pure Go fMP4 remuxer — RTSP → Browser with <15ms latency
- Native MP4 exporter — No transcoding, direct container muxing
- HTTP camera snapshots — Hikvision ISAPI with Digest auth, Dahua CGI, ONVIF
1. Download NexusEye-Setup-1.0.0.exe from Releases
2. Run installer (or extract portable .zip)
3. Open http://localhost:8020
4. Login: admin / admin123
5. Add your first camera (any RTSP source)
wget https://github.com/bauratynov/nexuseye-releases/releases/download/v1.0.0/nexuseye-linux-amd64
chmod +x nexuseye-linux-amd64
./nexuseye-linux-amd64 -config config.yaml| Minimum (4 cameras) | Recommended (32 cameras) | |
|---|---|---|
| OS | Windows 10+ / Linux x64 | Windows Server 2022 / Ubuntu 22.04 |
| CPU | 2 cores | 4+ cores |
| RAM | 512 MB | 2 GB |
| Disk | 100 GB | 1 TB SSD |
| Database | PostgreSQL 14+ | PostgreSQL 16 |
Works with any RTSP camera. Tested with:
- Hikvision (all models)
- Dahua
- Axis
- Bosch
- Uniview
- ONVIF Profile S/T
NexusEye is built entirely from scratch with proprietary technology:
- EntropyX — Our H.265 codec research → NAL-based motion detection
- BinaryAI Engine — Our LLM runtime → zero-dependency architecture philosophy
- BaiterekLLM — Our language model → fused operation patterns
No FFmpeg. No GStreamer. No OpenCV. Every byte is ours.
Available editions:
| Edition | Cameras | Price |
|---|---|---|
| Demo | 2 | Free |
| Starter | 8 | Contact us |
| Pro | 32 | Contact us |
| Enterprise | Unlimited | Contact us |
- Issues: GitHub Issues
- Email: support@nexuseye.com
NexusEye VMS — Built in Kazakhstan 🇰🇿
Powered by EntropyX, BinaryAI Engine, BaiterekLLM





