# diskonaut を Homebrew, apk, dnf, MacPorts, pacman でインストール

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

## インストール

```sh
sudo av install brew:diskonaut
```

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

### macOS

- Homebrew (100%):

```sh
brew install diskonaut
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install diskonaut
```

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

### Linux

- apk (92%):

```sh
sudo apk add diskonaut
```

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

- dnf (92%):

```sh
sudo dnf install diskonaut
```

  証拠: Fedora Rawhide package metadata: diskonaut from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S diskonaut
```

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

## パッケージ情報

- **パッケージキー:** brew:diskonaut
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.11.0
- **ソース概要:** Terminal visual disk space navigator
- **ホームページ:** <https://github.com/imsnif/diskonaut>
- **リポジトリ:** <https://github.com/imsnif/diskonaut>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- diskonaut (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

diskonaut is a Rust terminal disk-space navigator that scans a path, builds an in-memory view of filesystem metadata, and presents the result as an interactive treemap. In package-manager terms it sits between classic `du` output and full terminal UI cleanup tools: small enough to install as a single CLI, but visual enough to make disk cleanup exploratory.

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

The GitHub repository was created in February 2020, with public release tags beginning at 0.1.0 in June 2020 and reaching 0.11.0 in September 2020. The README describes a tool that can scan a directory while allowing navigation through subfolders and deletion of files or folders during the same session.

### 採用の歴史

The upstream README documents several packaging routes, including Cargo for Linux, macOS, and Windows, distribution packages or overlays for Fedora/CentOS, Arch, Gentoo, Nix/NixOS, FreeBSD, and Homebrew on macOS. That packaging spread made diskonaut recognizable as part of the Rust wave of modern replacements and complements for older Unix storage utilities.

### 使われ方

Users typically start `diskonaut` in the directory they want to inspect, or pass a path such as a home directory or filesystem root. Its value is in keeping the scan, navigation, visual size comparison, and cleanup loop inside one terminal program.

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

diskonaut matters to package nerds because it is a compact example of how Rust terminal applications became normal occupants of system package indexes: cross-platform, Cargo-installable, distributed as prebuilt releases, and also packaged by traditional Unix-style package managers.

### タイムライン

- 2020-02: GitHub repository created
- 2020-06: 0.1.0 release published
- 2020-09: 0.11.0 release published

### Related projects

- Related tools include `du` for traditional disk usage summaries, `ncdu` for terminal disk usage navigation, and other Rust terminal utilities distributed through Cargo and OS package managers.

### ソース

- <https://github.com/imsnif/diskonaut>
- <https://api.github.com/repos/imsnif/diskonaut>
- <https://github.com/imsnif/diskonaut/releases/tag/0.1.0>
- <https://github.com/imsnif/diskonaut/releases/tag/0.11.0>
- <https://formulae.brew.sh/formula/diskonaut>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- apk - diskonaut - 0.11.0-r3: normalized package name match | Alpine Linux edge package indexes: diskonaut from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Terminal disk space navigator | https://github.com/imsnif/diskonaut
- dnf - diskonaut - 0.11.0-24.fc45: normalized package name match | Fedora Rawhide package metadata: diskonaut from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Terminal disk space visual navigator | https://crates.io/crates/diskonaut
- pacman - diskonaut - 0.11.0-3: normalized package name match | Arch Linux sync databases: diskonaut from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | TUI disk space navigator written in rust | https://github.com/imsnif/diskonaut
- MacPorts - diskonaut: normalized package name match | MacPorts ports tree: sysutils/diskonaut/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/diskonaut.yml](https://github.com/mxcl/pkgdb/blob/main/combined/diskonaut.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
