Skip to content

bauratynov/nexuseye-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

NexusEye

NexusEye VMS

Next-generation Video Management System
Zero dependencies. Pure Go. Built from scratch.

Download Platform License No FFmpeg

NexusEye Grid View


Why NexusEye?

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

Key Features

Video

  • 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

Intelligence

  • 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

Infrastructure

  • 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

Architecture

  • 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

Quick Start

Windows

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)

Linux

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

Screenshots

Grid View — 4 cameras in 2×2 layout
Interactive Map with FOV cones
Location Tree with camera hierarchy
Dashboard with real-time stats
Login Page

System Requirements

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

Camera Compatibility

Works with any RTSP camera. Tested with:

  • Hikvision (all models)
  • Dahua
  • Axis
  • Bosch
  • Uniview
  • ONVIF Profile S/T

Technology

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.

Download

Download Latest Release →

Available editions:

Edition Cameras Price
Demo 2 Free
Starter 8 Contact us
Pro 32 Contact us
Enterprise Unlimited Contact us

Documentation

Support


NexusEye VMS — Built in Kazakhstan 🇰🇿
Powered by EntropyX, BinaryAI Engine, BaiterekLLM

About

NexusEye VMS — Next-generation Video Management System. Zero dependencies, pure Go.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors