The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
os-nvr
Posts with mentions or reviews of os-nvr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-19.
- NVR Suggestions & Experience...Any decent alternatives for MotionEye?
- Looking for a lightweight NVR for 24x7 recording and motion detection (for 4 x 1080p cameras)
- Android NVR app with timeline.
-
Self hosted NVR with 24/7 recording AND saving motion clips to separate directory
I'm working on this. It should be fairly easy to add a feature to copy videos with detections to a separate directory.
-
camera recording software recommendations
I'm working on this. RTSP and HLS restreaming support, super reliable non-existing database.
-
OS-NVR - Mobile friendly CCTV software
GitLab Screenshots Change log Matrix chat
- Self-hosted surveillance software
-
IP cam software that shows live preview during timeline scrubbing?
My software can do it. https://gitlab.com/osnvr/os-nvr
-
OS-NVR v0.8.0 released - Easier Install
GitLab ⭐ Sceenshots
-
outdoor home security camera recording to pc
OS-NVR
go-plugin
Posts with mentions or reviews of go-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-10-07.
-
Why Declarative API Orchestration Fails at Scale And How We’re Using gRPC + LLMs to Fix It
We looked at WebAssembly and scripting engines. go-plugin from Hashicorp won out.
-
Show HN: Pyproc – Call Python from Go Without CGO or Microservices
Hashicorp has go-plugin: https://github.com/hashicorp/go-plugin. It does similar with support for net/rpc and grpc. With grpc, you could have the external process in Python. Unix domain sockets and TCP are supported. The framework handles spawning the process and managing it.
- Go-plugin: Golang plugin system over RPC
-
Show HN: Togomak – declarative pipeline orchestrator based on HCL and Terraform
I am looking forward to a mix of both - I am hoping to add a concept called "operator" which would be a go-plugin [1], just like terraform providers, but build backends. So, someone would be able to, say, write a Slack plugin (in Go, or anything over RPC) which sends a message once a build is complete - like Jenkins/GitHub actions, or just scripts that we can reuse like GitLab CI through `modules`.
Perhaps a new registry where we can push custom modules and providers (operators in this case), I'm curious to know about if we have any existing implementations we could reuse for the registry.
[1]: https://github.com/hashicorp/go-plugin
- Show HN: Clace – Platform for secure internal web applications
- Wazero: Zero dependency WebAssembly runtime written in Go
-
referencing packages on the internet and using go plugin
I'd recommend looking into a different approach for plugins such as hashicorp/go-plugin (which uses multiple process PIDs and RPC communication between them) or traefik/yaegi (which implements a Go-compatible scripting language that can be interpreted at runtime and which still supports most Go modules).
- Can Go dynamically load library module at runtime?
-
Binary packages alternative
You'll never fully protect your code from someone who's dead-set on reverse-engineering it, however, you can use https://github.com/hashicorp/go-plugin or a similar RPC technique, which will let you ship binary plugins and will also be less fragile and janky compared to something made with `-buildmode=plugin`.
- Trying to build Rust Plugin System
What are some alternatives?
When comparing os-nvr and go-plugin you can also consider the following projects:
frigate - NVR with realtime local object detection for IP cameras
yaegi - Yaegi is Another Elegant Go Interpreter
moonfire-nvr - Moonfire NVR, a security camera network video recorder
vopono - Run applications through VPN tunnels with temporary network namespaces
OS-NVR - OS-NVR is a lightweight extensible CCTV system. Mirror of Codeberg.
go-plugin-benchmark - Benchmark comparing the go plugin package to other plugin implementations