macOS
brew install supervisorlocal Homebrew formula metadata
brew
Process Control System. Version 4.3.0 via Homebrew; verified 2026-07-04.
install
brew install supervisorlocal Homebrew formula metadata
sudo apk add supervisorAlpine Linux edge package indexes · supervisor · source: dl-cdn.alpinelinux.org
sudo apt install supervisorDebian stable package indexes · supervisor · source: deb.debian.org
sudo dnf install supervisorFedora Rawhide package metadata · supervisor · source: dl.fedoraproject.org
sudo pacman -S supervisorArch Linux sync databases · supervisor · source: geo.mirror.pkgbuild.com
sudo zypper install supervisoropenSUSE Tumbleweed package metadata · supervisor · source: download.opensuse.org
overview
Process Control System
history
Supervisor is a Python client/server process-control system for Unix-like operating systems. It became a common package-manager install for developers and operators who wanted a simple way to run, restart, and inspect long-running services without writing per-service rc scripts.
Supervisor's own changelog traces public 1.0-era releases back to 2004, followed by 2.x releases in 2006 and a long 3.0 alpha/beta series beginning in 2007 before Supervisor 3.0 in 2013. The project later added Python 3 support in the 4.0.0 release in 2019 while retaining the familiar supervisord/supervisorctl model.
The official introduction says Supervisor has been around for years and is already used on many servers. The supplied package-manager facts show broad packaging across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, apk, and openSUSE, which matches its role as a standard Unix service-management utility.
Supervisor runs child processes under supervisord and exposes control through supervisorctl, XML-RPC, and an optional web interface. Its documented value is convenience, accurate process state, limited delegation, and process grouping, especially for services that do not daemonize or restart themselves cleanly.
Package nerds care about Supervisor because it is a classic glue package: small commands, a predictable INI config file, Unix socket/HTTP control surfaces, and deployment patterns that appear in development boxes, servers, containers, and legacy init setups. It is also a good example of Python infrastructure software that distributions have carried through major Python runtime transitions.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
../etc/supervisord.conf../supervisord.conf$CWD/supervisord.conf$CWD/etc/supervisord.conf/etc/supervisord.conf/etc/supervisor/supervisord.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
echo_supervisord_conf | cli | global executable | |
pidproxy | cli | global executable | |
supervisorctl | cli | global executable | |
supervisord | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:supervisor |
|---|---|
| Version | 4.3.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/supervisor |
| Homepage | https://supervisord.org/ |
| Repository | https://github.com/Supervisor/supervisor |
| Upstream docs | https://supervisord.org/ |
| License | BSD-3-Clause-Modification |
| Source archive | https://files.pythonhosted.org/packages/a9/b5/37e7a3706de436a8a2d75334711dad1afb4ddffab09f25e31d89e467542f/supervisor-4.3.0.tar.gz |
| Last updated | 2026-07-04T13:13:44+09:00 |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | supervisor |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
supervisor 4.2.5-3
System for controlling process state
sudo apt install supervisorsupervisor-doc 4.2.5-3
Documentation for a supervisor
sudo apt install supervisor-docsupervisor 4.2.5-1
System for controlling process state
sudo apt install supervisorsupervisor-doc 4.2.5-1
Documentation for a supervisor
sudo apt install supervisor-docsupervisor 4.3.0-r1
system for controlling process state under UNIX
sudo apk add supervisorsupervisor-openrc 4.3.0-r1
system for controlling process state under UNIX (OpenRC init scripts)
sudo apk add supervisor-openrcsupervisor-pyc 4.3.0-r1
Precompiled Python bytecode for supervisor
sudo apk add supervisor-pycsupervisor 4.2.5-12.fc44
A system for allowing the control of process state on UNIX
sudo dnf install supervisorsupervisor 4.3.0-3
A system for controlling process state under UNIX
sudo pacman -S supervisorsupervisor 4.3.0-1.2
A system for controlling process state under UNIX
sudo zypper install supervisorsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.