# Supervisor

Supervisor process control system for Unix (supervisord)

Repository: https://github.com/Supervisor/supervisor
Canonical: https://ross.abutalabs.com/products/supervisor
Homepage: http://supervisord.org
Language: Python
License: NOASSERTION
License Family: other
Last push: 2025-12-21T21:03:13+00:00
Link (homepage): http://supervisord.org
Link (site_page): https://supervisord.org/installing.html
Link (site_page): https://supervisord.org/faq.html
Link (site_page): https://supervisord.org/api.html
Link (site_page): https://supervisord.org/changes.html

## Health v2 (maintenance only)
Score: 58/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 58, release rhythm 35, longevity 100
- inputs: {"age_days": 5748, "days_push": 255, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 9108, forks 1270 (observed 2026-08-28T04:10:28.438449+00:00)

## What it is
Supervisor is a client/server process control system for UNIX-like operating systems that starts, stops, restarts, and monitors processes as subprocesses of supervisord. It provides a supervisorctl CLI, a web interface, and an XML-RPC API for managing and observing process state.

## Use cases
- keep a crashed process running by automatically restarting it
- manage multiple app processes on a server without writing rc.d scripts
- let non-root users start and stop services without shell access
- monitor the up/down status of background workers
- control long-running Python or Node processes in production
- restart a process automatically when it uses too much memory
- query and control processes programmatically via XML-RPC

## When to choose
- you need simple, reliable process supervision on Linux, macOS, Solaris, or FreeBSD
- you want a CLI and web UI to start/stop/restart application processes
- you need automatic restart of crashed processes with accurate status reporting
- you want to delegate limited process control to non-root users

## When to avoid
- you are on Windows - Supervisor does not run there at all
- you need a full init system or PID 1 replacement like systemd, launchd, or runit
- you are already using systemd, which covers most of the same use cases on modern Linux
- you need container-native supervision (use the container runtime or a supervisor like s6 in that context)

## Facets
- artifact type: application
- maturity: stable
- function: monitoring, developer-tools, configuration-management
- domain: self-hosted, infrastructure-as-code
- platform: bsd, python, cli
- tags: process-control, process-management, supervisord, daemon, init-system, xml-rpc, client-server, devops, automation, linux, macos, web-server

## Member repositories
- Supervisor/supervisor (main) score 58
- Supervisor/initscripts (infra) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:28.438449+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-29T17:23:27.023325+00:00, confidence not recorded.
  - readme: https://github.com/Supervisor/supervisor (fetched 2026-08-28T04:10:28.438449+00:00, sha 47374dddd2ca)
  - homepage: http://supervisord.org (fetched 2026-08-29T08:23:48.890707+00:00, sha fefa92fe81eb)
  - site_page: https://supervisord.org/installing.html (fetched 2026-08-29T08:23:48.893542+00:00, sha c5b47affa3bf)
  - registry_pypi: https://pypi.org/pypi/supervisor/json (fetched 2026-08-29T08:23:48.904741+00:00, sha a5825f70110f)
  - site_page: https://supervisord.org/faq.html (fetched 2026-08-29T08:23:48.895441+00:00, sha b6ac71960d53)
  - site_page: https://supervisord.org/api.html (fetched 2026-08-29T08:23:48.897086+00:00, sha 3bc4d67055c7)
  - site_page: https://supervisord.org/changes.html (fetched 2026-08-29T08:23:48.899139+00:00, sha 3293dc253b11)
  - site_page: https://supervisord.org/introduction.html (fetched 2026-08-29T08:23:48.903107+00:00, sha 330b42e36d88)
- Data as of 2026-08-30T08:39:29.467469+00:00.
