macOS
brew install supervisorlocal Homebrew formula metadata
brew
supervisor のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install supervisorlocal Homebrew formula metadata
sudo apk add supervisorAlpine Linux edge package indexes · supervisor · ソース: dl-cdn.alpinelinux.org
sudo apt install supervisorDebian stable package indexes · supervisor · ソース: deb.debian.org
sudo dnf install supervisorFedora Rawhide package metadata · supervisor · ソース: dl.fedoraproject.org
sudo pacman -S supervisorArch Linux sync databases · supervisor · ソース: geo.mirror.pkgbuild.com
sudo zypper install supervisoropenSUSE Tumbleweed package metadata · supervisor · ソース: download.opensuse.org
概要
Process Control System
履歴
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.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
echo_supervisord_conf | cli | グローバル実行可能ファイル | |
pidproxy | cli | グローバル実行可能ファイル | |
supervisorctl | cli | グローバル実行可能ファイル | |
supervisord | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:supervisor |
|---|---|
| バージョン | 4.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/supervisor |
| ホームページ | https://supervisord.org/ |
| リポジトリ | https://github.com/Supervisor/supervisor |
| 上流ドキュメント | https://supervisord.org/ |
| ライセンス | BSD-3-Clause-Modification |
| ソースアーカイブ | https://files.pythonhosted.org/packages/a9/b5/37e7a3706de436a8a2d75334711dad1afb4ddffab09f25e31d89e467542f/supervisor-4.3.0.tar.gz |
| 最終更新 | 2026-07-04T13:13:44+09:00 |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 supervisorソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.