# gtop を Homebrew, Nix, pacman でインストール

gtop のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gtop
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:gtop
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.1.5
- **ソース概要:** System monitoring dashboard for terminal
- **ホームページ:** <https://github.com/aksakalli/gtop>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gtop (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.1.5
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
