# 使用 Homebrew, apk, dnf, MacPorts, pacman 安装 diskonaut

查看 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
