macOS
brew install supervisorlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.