# 使用 Homebrew, apk, apt, dnf, MacPorts, pacman, zypper, winget 安装 nvtop

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

## 安装

```sh
sudo av install brew:nvtop
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install nvtop
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install nvtop
```

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

### Linux

- apk (92%):

```sh
sudo apk add nvtop
```

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

- Debian apt (92%):

```sh
sudo apt install nvtop
```

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

- dnf (92%):

```sh
sudo dnf install nvtop
```

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

- pacman (92%):

```sh
sudo pacman -S nvtop
```

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

- zypper (92%):

```sh
sudo zypper install nvtop
```

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

### Windows

- winget (92%):

```sh
winget install --id Nervosys.Nvtop -e
```

  证据: Windows Package Manager source index: Nervosys.Nvtop from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:nvtop
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/nvtop>
- **版本:** 3.3.2
- **来源摘要:** Interactive GPU process monitor
- **主页:** <https://github.com/Syllo/nvtop>
- **仓库:** <https://github.com/Syllo/nvtop>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://github.com/Syllo/nvtop/archive/refs/tags/3.3.2.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- nvtop (cli)
- nvtop (别名)

## 构建依赖

- cmake

## macOS 提供的库

- ncurses

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 3.3.2
- 本地数据: OK
- 上游仓库: https://github.com/Syllo/nvtop
- 检测到的最新版本: 3.3.2 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

NVTOP, short for Neat Videocard TOP, is an htop-like terminal monitor for GPUs and accelerators. It gives users an interactive process and device view for hardware that traditional `top` and `htop` do not fully expose.

### 项目历史

The GitHub repository was created on 2017-06-16. The README frames NVTOP as a multi-GPU, htop-familiar monitor and documents a broad backend matrix for AMD, Apple, Huawei Ascend, Intel, NVIDIA, Qualcomm Adreno, Broadcom VideoCore, Rockchip, MetaX, Enflame, Tenstorrent, and Iluvatar CoreX hardware.

The 3.x release line made NVTOP a mature cross-vendor monitor rather than a single-vendor curiosity. GitHub releases show 3.1.0 on 2024-02-23, 3.2.0 on 2025-03-29, and 3.3.2 on 2026-02-08.

### 采用历史

NVTOP's adoption comes from a real observability gap: GPU users often need per-process utilization, memory use, temperature, power, and driver-specific details while training models, running render jobs, or debugging local compute workloads. The project has more than ten thousand GitHub stars and is packaged across Homebrew, Debian, Fedora, Arch, MacPorts, winget, zypper, and other systems.

Homebrew's formula lists version 3.3.2 and bottles for macOS and Linux, with 6,696 installs over the 365-day analytics window shown on the formula page. That is strong adoption for a hardware-specific terminal utility.

### 使用方式

Users run `nvtop` to get an interactive TUI with live GPU and accelerator process information. The README documents `F2` for setup, `F12` for saving preferences, and `man nvtop` or `nvtop --help` for command-line options.

Driver and kernel details matter. The README calls out NVIDIA's NVML dependency, AMD/Intel fdinfo requirements, capability requirements for some Intel memory metrics, and vendor-specific management libraries for several accelerator backends.

### 为什么软件包爱好者会关心

NVTOP is the GPU-era counterpart to the classic Unix process monitor. Its package value is highest on developer workstations and shared compute machines where a quick terminal view beats launching a vendor GUI or repeatedly parsing `nvidia-smi`-style output.

It also shows how modern system tools become portability projects: the UI is one ncurses program, but real support lives in a growing set of vendor and kernel interfaces.

### 时间线

- 2017-06-16: GitHub repository created.
- 2024-02-23: GitHub release 3.1.0 published.
- 2025-03-29: GitHub release 3.2.0 published.
- 2026-02-08: GitHub release 3.3.2 published.
- 2026 Homebrew metadata: stable version 3.3.2 listed.

### Related projects

- `htop` is the user-interface model NVTOP consciously follows.
- `nvidia-smi` and vendor management tools provide overlapping but less htop-like GPU monitoring workflows.
- Kernel DRM fdinfo, NVML, libdrm, and vendor management libraries are important backend dependencies.

### 来源

- <https://api.github.com/repos/Syllo/nvtop>
- <https://api.github.com/repos/Syllo/nvtop/releases>
- <https://formulae.brew.sh/formula/nvtop>
- <https://github.com/Syllo/nvtop>
- <https://raw.githubusercontent.com/Syllo/nvtop/master/README.markdown>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nvtop
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - nvtop - 3.2.0-1: normalized package name match | Debian stable package indexes: nvtop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Neat Videocard TOP | https://github.com/Syllo/nvtop
- Ubuntu apt - nvtop - 3.0.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: nvtop from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | Interactive NVIDIA GPU process monitor | https://github.com/Syllo/nvtop
- apk - nvtop - 3.3.2-r0: normalized package name match | Alpine Linux edge package indexes: nvtop from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GPUs process monitoring for AMD, Intel and NVIDIA | https://github.com/Syllo/nvtop
- apk - nvtop-doc - 3.3.2-r0: normalized package name match | Alpine Linux edge package indexes: nvtop-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GPUs process monitoring for AMD, Intel and NVIDIA (documentation) | https://github.com/Syllo/nvtop
- dnf - nvtop - 3.3.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: nvtop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | GPU process monitoring for various devices | https://github.com/Syllo/nvtop
- pacman - nvtop - 3.3.2-1: normalized package name match | Arch Linux sync databases: nvtop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | GPUs process monitoring for AMD, Intel and NVIDIA | https://github.com/Syllo/nvtop
- zypper - nvtop - 3.3.2-1.4: normalized package name match | openSUSE Tumbleweed package metadata: nvtop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A (h)top like task monitor for NVIDIA and AMD GPUs | https://github.com/Syllo/nvtop
- MacPorts - nvtop: normalized package name match | MacPorts ports tree: sysutils/nvtop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Nervosys.Nvtop: normalized package name match | Windows Package Manager source index: Nervosys.Nvtop from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/zh-hans/brew-utility-packages/) - Matched Homebrew package provider.
- [cmake](https://pkg.so/zh-hans/brew/cmake/) - Build dependency declared by Homebrew.
- [btop](https://pkg.so/zh-hans/brew/btop/) - Shares pkgdb curated category or tags: cli, monitoring, process-monitor, system.
- [bottom](https://pkg.so/zh-hans/brew/bottom/) - Shares pkgdb curated category or tags: cli, monitoring, process-monitor, system.
- [lsusb](https://pkg.so/zh-hans/brew/lsusb/) - Shares pkgdb curated category or tags: cli, hardware, system.
- [cyme](https://pkg.so/zh-hans/brew/cyme/) - Shares pkgdb curated category or tags: cli, hardware, system.
- [liquidctl](https://pkg.so/zh-hans/brew/liquidctl/) - Shares pkgdb curated category or tags: cli, hardware, system.
- [devcockpit](https://pkg.so/zh-hans/brew/devcockpit/) - Shares pkgdb curated category or tags: cli, monitoring, system, tui.
- [atop](https://pkg.so/zh-hans/brew/atop/) - Shares pkgdb curated category or tags: cli, monitoring, process-monitor, system.
- [rkflashtool](https://pkg.so/zh-hans/brew/rkflashtool/) - Shares pkgdb curated category or tags: cli, hardware, system.
- [bpytop](https://pkg.so/zh-hans/brew/bpytop/) - Local package facts share a topical domain. Shared terms: cli, monitor, monitoring, process, system.
- [mon](https://pkg.so/zh-hans/brew/mon/) - Local package facts share a topical domain. Shared terms: cli, monitor, monitoring, process, system.

## Combined YAML source

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


## 来源

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