Keep Frigate native.
Install only what you need.
Use official Frigate as the base and extend it on demand with Securex Nvr Universal and the Plugin Store. Install, uninstall, and reinstall commands are provided below.
Linux Installers
Four install entries are available, plus uninstall and reinstall. The Universal installer remains recommended.
curl -fsSL \
https://onlinestore.147lab.com/installers/install_securex_nvr_linux_recommended.sh \
-o /tmp/install_securex_nvr.sh \
&& bash /tmp/install_securex_nvr.shCurrent Baseline & Release History
September 2026 · Fix34 Series
Manual annotator drawing fix
LatestFixes the stale empty-state overlay and pointer-event interception after manual upload. Add(W)/W drawing now receives drag events correctly with stable canvas/annotation layering.
Manual image upload & annotation
AI CloudAdds manual image upload, JPG/PNG/WEBP support, a Frigate-style annotation workspace, Add(W) bounding boxes, and a dedicated manual-annotation source.
Plugin developer documentation sync
DocsUpdates the developer guide for sidebar preferences, hot config, iframe routing, theme sync, CSRF, async loopback safety, and runtime/artifact preservation.
AI Cloud manual-review timeout fix
StabilityAI Cloud v1.1.7 moves Frigate event/snapshot loopback reads to a worker thread, preventing ASGI event-loop self-deadlocks and timeouts.
Frigate manual review → cloud-confirmed AI loop
AI CloudYes/No submits immediately; Store idempotently records correct/incorrect by event_id and separates auto sampling, manual review, and evaluation samples. Frigate only shows Submitted after cloud confirmation.
Sidebar controls, hot apply & unified interaction
PlatformAdds sidebar visibility controls, hot configuration apply, unified plugin routes/themes, CSRF handling, loading feedback for refresh/update checks, modal release history, and Worker log clearing.
Shadow A/B evaluation & portal UI unification
AIRuns production A and candidate B on the same raw frame and computes TP/FP/FN, Precision, Recall, and F1 after review; Store, Relay, and Token pages were unified at the same time.
How the AI Cloud closed loop was built
Fix33 · Model feedback loop2026-09-05 · AI Cloud v1.0.9
Post-deployment samples feed evaluation, model-version comparison, safe rollback, and improved YOLO datasets, closing the feedback loop from production back into training.
Fix32 · Safe model deployment to NVR2026-09-04 · AI Cloud v1.0.7
Adds a deployment center with SHA256 verification, Frigate config preflight, backup, restart health checks, rollback guard, and safe_auto/stage_only/onnx_replace modes.
Fix31 · Training center & standalone Worker2026-09-03 · AI Cloud v1.0.6
Creates training jobs from YOLO datasets; a standalone Python Worker claims jobs, trains models, reports epoch metrics, uploads best.pt/ONNX, and registers models automatically.
Fix30 · Image deletion, dataset management & model registry2026-09-02
Adds image/dataset deletion, model upload/download, SHA256, inherited labels, and model-version management, forming the foundation for Training Worker and NVR deployment.
Platform foundation · Store v1.2.02026-09-01
Empty Base
Universal returned to an empty-base model; feature plugins install on demand from the Store.
Store & licensing
Store Token, device binding, PayPal, paid licensing, plugin review, and download tracking matured.
Push & remote access
Push Relay/FCM, Tailscale, MQTT Hub, Matter, Aqara, and related features were modularized as plugins.
Portal & i18n
User portal, admin UI, Simplified/Traditional Chinese and English navigation, and a unified visual system were completed incrementally.