OpenSource-Hub
V

Viseron

3.1k stars·Video & Audio Download·SHA-256 checksum verified

Self-hosted, local-only NVR with AI computer vision for object detection, motion detection, and face recognition.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted, local-only NVR with AI computer vision for object detection, motion detection, and face recognition.

Core Features

  • Object detection with multiple model support
  • Motion detection and zone masking
  • Face recognition
  • Built-in web configuration interface
  • Fully local processing, no cloud dependency

What It Can't Do

  • For real-time object detection, a GPU-capable host is recommended; otherwise, frame rate may be low. 2. Default memory usage is around 1-2GB; ensure sufficient RAM. 3. The component system requires reading documentation; beginners may face a learning curve. 4. The community is relatively small; hardware compatibility may need manual testing.

Use Cases

  • Home security monitoring
  • Office or warehouse real-time alerts
  • Intrusion detection in unattended areas

Detailed Introduction

Viseron is a self-hosted, privacy-focused NVR (Network Video Recorder) and AI computer vision software that runs entirely on your local network. It supports object detection, motion detection, face recognition, and other vision features through a modular component system. The software is deployed via Docker and configured through a built-in web interface, making it easy to set up and manage. Unlike cloud-dependent solutions, Viseron keeps all video processing and data local, ensuring full control and privacy. It is designed for home security, office monitoring, and any scenario where real-time vision analytics are needed without internet exposure.

Tags

NVRAI Computer VisionSelf-hostedObject DetectionMotion DetectionFace RecognitionDockerPrivacy

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Docker and pull the Viseron image (docker pull roflcoopter/viseron)

4

Step 2: Run the container with a mounted config directory: docker run -d --name viseron -p 8080:8080 -v /path/to/config:/config roflcoopter/viseron

5

Step 3: Open http://localhost:8080 in your browser and configure cameras and detection components via the web interface

Install Guide
  1. Step 1: Install Docker and pull the Viseron image (docker pull roflcoopter/viseron)
  2. Step 2: Run the container with a mounted config directory: docker run -d --name viseron -p 8080:8080 -v /path/to/config:/config roflcoopter/viseron
  3. Step 3: Open http://localhost:8080 in your browser and configure cameras and detection components via the web interface
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove the Viseron container: docker stop viseron && docker rm viseron. Delete the mounted config directory if you want to remove all data.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-05-13 15:23:14
GitHub Repository

Similar Projects