# 使用 Homebrew, apk, apt, dnf, pacman, zypper 安装 supervisor

查看 supervisor 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:supervisor
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install supervisor
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add supervisor
```

  证据: Alpine Linux edge package indexes: supervisor from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install supervisor
```

  证据: Debian stable package indexes: supervisor from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install supervisor
```

  证据: Fedora Rawhide package metadata: supervisor from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S supervisor
```

  证据: Arch Linux sync databases: supervisor from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install supervisor
```

  证据: openSUSE Tumbleweed package metadata: supervisor from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:supervisor
- **软件包管理器:** Homebrew
- **版本:** 4.3.0
- **来源摘要:** Process Control System
- **主页:** <https://supervisord.org/>
- **仓库:** <https://github.com/Supervisor/supervisor>
- **最后更新:** 2026-07-04T13:13:44+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- echo_supervisord_conf (别名)
- pidproxy (别名)
- supervisorctl (别名)
- supervisord (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 4.3.0
## 项目历史与用法

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.

### 时间线

- 2004: Supervisor 1.0.5 appears in the official changelog
- 2006: Supervisor 2.0 released after a fundamental rewrite
- 2013: Supervisor 3.0 released
- 2016: Supervisor 3.3.0 added /etc/supervisor/supervisord.conf to upstream search paths
- 2019: Supervisor 4.0.0 added Python 3 support
- 2025: Supervisor 4.3.0 released

### Related projects

- Supervisor overlaps culturally with init scripts, daemon supervisors, process managers, and service managers such as systemd, runit, daemontools-style tools, and container entrypoint supervisors.

### 来源

- <https://github.com/Supervisor/supervisor/blob/main/CHANGES.rst>
- <https://github.com/Supervisor/supervisor/blob/main/README.rst>
- <https://supervisord.org/configuration.html>
- <https://supervisord.org/introduction.html>
- source_facts.package-manager


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- formula declares a Homebrew service


## Configuration and credential file locations

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.


## Configuration files

- Unix: ../etc/supervisord.conf, ../supervisord.conf, $CWD/supervisord.conf, $CWD/etc/supervisord.conf, /etc/supervisord.conf, /etc/supervisor/supervisord.conf
## 其他软件包管理器记录

- Debian apt - supervisor - 4.2.5-3: normalized package name match | Debian stable package indexes: supervisor from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | System for controlling process state | http://supervisord.org/
- Debian apt - supervisor-doc - 4.2.5-3: normalized package name match | Debian stable package indexes: supervisor-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for a supervisor | http://supervisord.org/
- Ubuntu apt - supervisor - 4.2.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: supervisor from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | System for controlling process state | http://supervisord.org/
- Ubuntu apt - supervisor-doc - 4.2.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: supervisor-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for a supervisor | http://supervisord.org/
- apk - supervisor - 4.3.0-r1: normalized package name match | Alpine Linux edge package indexes: supervisor from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | system for controlling process state under UNIX | http://supervisord.org/
- apk - supervisor-openrc - 4.3.0-r1: normalized package name match | Alpine Linux edge package indexes: supervisor-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | system for controlling process state under UNIX (OpenRC init scripts) | http://supervisord.org/
- apk - supervisor-pyc - 4.3.0-r1: normalized package name match | Alpine Linux edge package indexes: supervisor-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for supervisor | http://supervisord.org/
- dnf - supervisor - 4.3.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: supervisor from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A system for allowing the control of process state on UNIX | http://supervisord.org
- pacman - supervisor - 4.3.0-3: normalized package name match | Arch Linux sync databases: supervisor from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A system for controlling process state under UNIX | http://supervisord.org
- zypper - supervisor - 4.3.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: supervisor from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A system for controlling process state under UNIX | http://supervisord.org/


## 相关链接

- [supervisor](https://pkg.so/zh-hans/pkg/npm/supervisor/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/supervisor.yml](https://github.com/mxcl/pkgdb/blob/main/combined/supervisor.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
