macOS
brew install supervisorlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für supervisor in AI-Agent-Workflows.
Installation
brew install supervisorlocal Homebrew formula metadata
sudo apk add supervisorAlpine Linux edge package indexes · supervisor · Quelle: dl-cdn.alpinelinux.org
sudo apt install supervisorDebian stable package indexes · supervisor · Quelle: deb.debian.org
sudo dnf install supervisorFedora Rawhide package metadata · supervisor · Quelle: dl.fedoraproject.org
sudo pacman -S supervisorArch Linux sync databases · supervisor · Quelle: geo.mirror.pkgbuild.com
sudo zypper install supervisoropenSUSE Tumbleweed package metadata · supervisor · Quelle: download.opensuse.org
Überblick
Process Control System
Verlauf
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.
Sicherheitslage
formula declares a Homebrew service.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
echo_supervisord_conf | cli | globales Executable | |
pidproxy | cli | globales Executable | |
supervisorctl | cli | globales Executable | |
supervisord | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:supervisor |
|---|---|
| Version | 4.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/supervisor |
| Homepage | https://supervisord.org/ |
| Repository | https://github.com/Supervisor/supervisor |
| Upstream-Dokumentation | https://supervisord.org/ |
| Lizenz | BSD-3-Clause-Modification |
| Quellarchiv | https://files.pythonhosted.org/packages/a9/b5/37e7a3706de436a8a2d75334711dad1afb4ddffab09f25e31d89e467542f/supervisor-4.3.0.tar.gz |
| Zuletzt aktualisiert | 2026-07-04T13:13:44+09:00 |
| Pulse | updated |
| Abhängigkeiten | python@3.14 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | declared |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 supervisorQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.