# zenith を Homebrew, apk, MacPorts, Nix, pacman, zypper, winget でインストール

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

## インストール

```sh
sudo av install brew:zenith
```

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

### macOS

- Homebrew (100%):

```sh
brew install zenith
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install zenith
```

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

### Linux

- apk (92%):

```sh
sudo apk add zenith
```

  証拠: Alpine Linux edge package indexes: zenith from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#zenith
```

  証拠: nixpkgs package indexes: pkgs/by-name/ze/zenith/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S zenith
```

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

- zypper (92%):

```sh
sudo zypper install zenith
```

  証拠: openSUSE Tumbleweed package metadata: zenith from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id MakotoArai.Zenith -e
```

  証拠: Windows Package Manager source index: MakotoArai.Zenith from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:zenith
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.15.0
- **ソース概要:** In terminal graphical metrics for your *nix system
- **ホームページ:** <https://github.com/bvaisvil/zenith/>
- **リポジトリ:** <https://github.com/bvaisvil/zenith>
- **最終更新:** 2026-05-08T22:26:37Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- zenith (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Zenith is a Rust terminal system monitor for Unix-like systems, pitched as a top/htop-like tool with graphical, zoomable charts for CPU, memory, disk, network, process, battery, and optional NVIDIA GPU metrics.

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

Zenith grew out of the late-2010s wave of Rust terminal utilities that reimagined established Unix admin tools with richer terminal UIs. Its README describes a system monitor written in Rust, with optional charts, a filterable process table, process signaling, saved performance data between runs, and Linux/macOS support.

The release history shows Zenith already shipping regular tagged releases by October 2020, with 0.11.0 adding process-view and packaging improvements, and 0.12.0 following in January with Apple M1 arm64 support. Later releases continued the pragmatic pattern of dependency updates, platform fixes, and metric/UI improvements rather than a large product pivot.

### 採用の歴史

Zenith's adoption is practical and package-driven. The README documents GitHub release binaries, Debian/Ubuntu deb packages, deb-get, Arch packaging, Homebrew, and Cargo-from-git installation, while the supplied package data adds Alpine, MacPorts, Nix, winget, and openSUSE-family packaging.

It occupies the same discovery niche as other modern terminal monitors: users find it while looking for a more visual `top`, `htop`, `btop`, or `bottom` style workflow, especially when they want scrollback in charts or GPU/process details in one terminal screen.

### 使われ方

Operators run `zenith` interactively to watch system utilization, browse process tables, zoom into historical charts, and send signals or change priorities from the TUI. Linux users can enable extra accounting and NVIDIA GPU metrics when the build and permissions support them.

Because Zenith is primarily an interactive monitor rather than a library, its package value is concentrated in the single executable and optional build variants such as NVIDIA support, musl/static builds, and distribution-specific packaging.

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

Zenith is a good example of a Rust CLI that became package-manager-visible because it offers a nicer interactive experience than the base system tools without replacing the operating system's monitoring stack. For package nerds, the interesting parts are platform support, native dependency friction around libclang/NVIDIA, and whether the packaged build includes the expected metrics features.

It also illustrates the crowded but useful terminal-monitor category: many packages do similar things, so maintainers and users evaluate them by installability, terminal compatibility, metric coverage, and how much runtime privilege is needed for deeper process accounting.

### タイムライン

- 2020-10-25: GitHub release page shows Zenith 0.11.0 with UI, process, and Debian package build improvements.
- 2021-01-13: Zenith 0.12.0 adds Apple M1 arm64 support.
- Ongoing: Releases continue with dependency updates, platform fixes, and monitoring feature refinements.

### Related projects

- top and htop are the classic process monitors Zenith is commonly compared with.
- btop and bottom occupy a similar modern terminal-monitor niche.
- NVML is relevant to Zenith's optional NVIDIA GPU metrics support.

### ソース

- <https://github.com/bvaisvil/zenith#readme>
- <https://github.com/bvaisvil/zenith/releases>
- source_facts.package-manager


## セキュリティノート

zenith に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- Nix - zenith: normalized package name match | nixpkgs package indexes: pkgs/by-name/ze/zenith/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - zenith - 0.14.1-r4: normalized package name match | Alpine Linux edge package indexes: zenith from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Sort of like htop but with zoom-able charts, CPU, GPU, network, disk usage | https://github.com/bvaisvil/zenith
- pacman - zenith - 0.15.0-1: normalized package name match | Arch Linux sync databases: zenith from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal system monitor with histograms | https://github.com/bvaisvil/zenith
- zypper - zenith - 0.15.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: zenith from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Sort of like top or htop but with zoom-able charts | https://github.com/bvaisvil/zenith
- MacPorts - zenith: normalized package name match | MacPorts ports tree: sysutils/zenith/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - MakotoArai.Zenith: normalized package name match | Windows Package Manager source index: MakotoArai.Zenith from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/zenith.yml](https://github.com/mxcl/pkgdb/blob/main/combined/zenith.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
