ochinchina/supervisord
a go-lang supervisor implementation observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3629
- days_rel: 14
- days_push: 8
- n_releases_24m: 1
Adoption not part of the score
4265 stars · 626 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go reimplementation of the Python supervisord process manager, providing a single static binary for managing and monitoring long-running processes. It supports daemon mode, a web UI, and a supervisorctl-style control subcommand.
Use cases
- manage background processes in a docker container without python
- keep a service running and restart it if it crashes
- run multiple programs under one supervisor config file
- start stop and check status of processes from the command line
- monitor managed processes through a web interface
- run supervisord as a daemon with a lightweight static binary
When to choose
- you want supervisord functionality without installing a python environment
- you need a small static binary for docker images or minimal systems
- you want a drop-in compatible config format for existing supervisord setups
When to avoid
- you need full feature parity with python supervisord including unix socket control
- you already have python installed and the standard supervisord works fine
- you need systemd-level integration or cgroup-based process isolation
Facets
cli-tool · maturity active
developer-tools deployment configuration-management cli developer-tools windows go process-management supervisord process-supervisor daemon go-implementation devops command-line containers linux macos docker
1 source
- readme: https://github.com/ochinchina/supervisord · fetched 2026-08-28 · 75f6dab6016a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ochinchina/supervisord | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="ochinchina/supervisord")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem