# ochinchina/supervisord

a go-lang supervisor implementation

Repository: https://github.com/ochinchina/supervisord
Canonical: https://ross.abutalabs.com/products/supervisord
Language: Go
License: MIT
License Family: permissive
Last push: 2026-08-26T02:34:10+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 66, longevity 100
- inputs: {"age_days": 3629, "days_push": 8, "days_rel": 14, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4265, forks 626 (observed 2026-08-28T04:08:40.693058+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: developer-tools, deployment, configuration-management, cli
- domain: developer-tools
- platform: windows, go
- tags: process-management, supervisord, process-supervisor, daemon, go-implementation, devops, command-line, containers, linux, macos, docker

## Member repositories
- ochinchina/supervisord (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:40.693058+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:03.654713+00:00, confidence not recorded.
  - readme: https://github.com/ochinchina/supervisord (fetched 2026-08-28T04:08:40.693058+00:00, sha 75f6dab6016a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
