OpenNVR open-source • offline-first • sovereign-ai

Downloads

Start simple. Run locally. Then scale to hardened enterprise deployments.


Docker (recommended)
docker run -it --rm \
  -p 8080:8080 \
  -v opennvr_data:/data \
  ghcr.io/your-org/opennvr:latest
        

Replace image name when your GHCR is ready. Keep this page aligned with your release pipeline.

From source
git clone https://github.com/your-org/opennvr
cd opennvr
# follow docs.opennvr.org for build steps
        

Keep build instructions in docs; keep this page short.