# Installer gtop avec Homebrew, Nix, pacman

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

## installation

```sh
sudo av install brew:gtop
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gtop
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gtop
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gt/gtop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gtop
```

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

## Faits du paquet

- **Clé du paquet:** brew:gtop
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.1.5
- **Résumé source:** System monitoring dashboard for terminal
- **Page d'accueil:** <https://github.com/aksakalli/gtop>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gtop (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

gtop is a Node.js terminal system-monitoring dashboard. It packages a visual top-like TUI around Node dependencies such as blessed, blessed-contrib, and systeminformation.

### Historique du projet

The official repository describes gtop as a system monitoring dashboard for the terminal and its package metadata describes it as graphic top. The repository package metadata exposes the gtop executable, MIT license, Node engine requirement, and npm-oriented installation path.

The upstream README documents Linux, macOS, and partial Windows support, global npm installation, Docker execution with host net and pid namespaces, and keyboard sorting of process rows by PID, CPU, or memory. GitHub release metadata on the repository page lists a small release set, with v1.1.5 published in August 2023.

### Historique d'adoption

gtop's adoption is typical of JavaScript command-line utilities: it starts as an npm global tool but is also packaged by Homebrew, Nix, and Arch according to the input package facts. The repository badges point to npm, Snap, and Docker distribution surfaces.

### Modes d'utilisation

Users start the dashboard with the gtop command, quit with q or Ctrl-C, and sort the process table with p, c, or m. The README also recommends LANG and TERM settings if terminal glyphs render incorrectly.

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

gtop is package-nerd interesting as a Node-based replacement for classic native top-like tools. It demonstrates the packaging tradeoff of shipping a convenient visual TUI with a JavaScript runtime and dependency tree rather than a small C binary.

### Chronologie

- Repository metadata: gtop is published as an MIT-licensed Node package with the gtop executable.
- README: npm global installation is the primary documented installation method.
- README: Docker usage is documented with host net and pid namespace access for host metrics.
- 2023-08-11: The GitHub repository page lists release v1.1.5.

### Related projects

- Node.js provides the runtime.
- blessed and blessed-contrib provide terminal UI building blocks.
- systeminformation provides system metrics.
- npm, Snap, Docker, Homebrew, Nix, and Arch are relevant distribution channels.

### Sources

- <https://github.com/aksakalli/gtop>
- <https://raw.githubusercontent.com/aksakalli/gtop/master/README.md>
- <https://raw.githubusercontent.com/aksakalli/gtop/master/package.json>


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Autres enregistrements de gestionnaires de paquets

- Nix - gtop: normalized package name match | nixpkgs package indexes: pkgs/by-name/gt/gtop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - gtop - 1.1.5-2: normalized package name match | Arch Linux sync databases: gtop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | System monitoring dashboard for terminal | https://github.com/aksakalli/gtop


## Combined YAML source

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


## Sources

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