# Installer bpytop avec Homebrew, apt, MacPorts, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bpytop pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:bpytop
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bpytop
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bpytop
```

  Preuve: MacPorts ports tree: sysutils/bpytop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install bpytop
```

  Preuve: Debian stable package indexes: bpytop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S bpytop
```

  Preuve: Arch Linux sync databases: bpytop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:bpytop
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.68
- **Résumé source:** Linux/OSX/FreeBSD resource monitor
- **Page d'accueil:** <https://github.com/aristocratos/bpytop>
- **Dépôt:** <https://github.com/aristocratos/bpytop>
- **Dernière mise à jour:** 2026-07-10T11:26:20-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bpytop (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.0.68
## Historique du projet et usages

bpytop is a Python terminal resource monitor for Linux, macOS, and FreeBSD. It belongs to the lineage of highly visual TUI system monitors that trade plain tabular process lists for responsive graphs, mouse support, themes, and in-terminal process management.

### Historique du projet

The project was created on GitHub in 2020 by aristocratos. Its README describes bpytop as a Python port and continuation of bashtop, carrying over bashtop-compatible themes while expanding the implementation around Python and psutil.

In 2021 the same author began a third iteration, btop, written in C++. The bpytop README documents that btop++ was completed for Linux and released as version 1.0.0 on 18 September 2021, making bpytop an important middle step in the bashtop to btop evolution.

### Historique d'adoption

The official README lists installation through PyPI, Homebrew, MacPorts, Arch Linux, Snapcraft, and other distribution channels. The input package facts also record packaging in Homebrew, Debian, MacPorts, Arch, and Ubuntu, which reflects broad Unix-like package-manager adoption for a terminal monitor.

bpytop became popular partly because it packaged a polished dashboard experience as a single CLI command, a pattern that suited Homebrew and Linux distribution users who wanted richer terminal monitoring without a desktop application.

### Modes d'utilisation

Users run bpytop to inspect CPU, memory, disk, network, and process state from the terminal. The README highlights filtering, process sorting, selected-process details, mouse support, and sending SIGTERM, SIGKILL, or SIGINT from the interface.

The project depends on Python 3.7 or newer and psutil. Its terminal UI expects UTF-8, wide character support, and either truecolor or 256-color fallback, which is typical of modern TUI tools that rely on box drawing and braille graph characters.

### Pourquoi les passionnés de paquets s'y intéressent

For package-history nerds, bpytop is notable as the transitional Python entry in aristocratos' resource-monitor trilogy: bashtop in Bash, bpytop in Python, and btop in C++. It shows how the same terminal UX moved across implementation languages as performance and portability needs changed.

It is also a good example of how TUI tools spread through multiple package ecosystems at once: PyPI for upstream freshness, Homebrew and MacPorts for macOS users, distro packages for Linux users, and Snapcraft for cross-distro installs.

### Chronologie

- 2020: The bpytop GitHub repository was created.
- 2020: The README identifies bpytop as the Python port and continuation of bashtop.
- 2021-05: The author announced work on a third iteration in C++ named btop.
- 2021-09: The bpytop README announced btop++ 1.0.0 for Linux.

### Related projects

- bashtop is the predecessor named by the bpytop README.
- btop is the C++ successor documented in the bpytop README news section.
- psutil is the Python system-information library listed as bpytop's core runtime dependency.

### Sources

- <https://api.github.com/repos/aristocratos/bpytop>
- <https://github.com/aristocratos/bpytop#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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: ~/.config/bpytop/bpytop.cfg
## Autres enregistrements de gestionnaires de paquets

- Debian apt - bpytop - 1.0.68-2: normalized package name match | Debian stable package indexes: bpytop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Resource monitor that shows usage and stats | https://github.com/aristocratos/bpytop
- Ubuntu apt - bpytop - 1.0.68-2: normalized package name match | Ubuntu 24.04 LTS package indexes: bpytop from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Resource monitor that shows usage and stats | https://github.com/aristocratos/bpytop
- pacman - bpytop - 1.0.68-2: normalized package name match | Arch Linux sync databases: bpytop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Resource monitor that shows usage and stats for processor, memory, disks, network and processes | https://github.com/aristocratos/bpytop
- MacPorts - bpytop: normalized package name match | MacPorts ports tree: sysutils/bpytop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
