# diskonaut mit Homebrew, apk, dnf, MacPorts, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für diskonaut in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install diskonaut
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install diskonaut
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: Fedora Rawhide package metadata: diskonaut 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 diskonaut
```

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

## Paketfakten

- **Paketschlüssel:** brew:diskonaut
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/diskonaut>
- **Version:** 0.11.0
- **Quellzusammenfassung:** Terminal visual disk space navigator
- **Homepage:** <https://github.com/imsnif/diskonaut>
- **Repository:** <https://github.com/imsnif/diskonaut>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/imsnif/diskonaut/archive/refs/tags/0.11.0.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- diskonaut (cli)
- diskonaut (Alias)

## Build-Abhängigkeiten

- rust

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.11.0
- lokale Daten: OK
- Upstream-Repository: https://github.com/imsnif/diskonaut
- neueste erkannte Version: 0.11.0 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** diskonaut
- **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

## Andere Paketmanager-Einträge

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/de/brew-utility-packages/) - Matched Homebrew package provider.
- [rust](https://pkg.so/de/brew/rust/) - Build dependency declared by Homebrew.
- [dfc](https://pkg.so/de/brew/dfc/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system, terminal.
- [dysk](https://pkg.so/de/brew/dysk/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.
- [duf](https://pkg.so/de/brew/duf/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.
- [dua-cli](https://pkg.so/de/brew/dua-cli/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.
- [erdtree](https://pkg.so/de/brew/erdtree/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.
- [duc](https://pkg.so/de/brew/duc/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.
- [diskus](https://pkg.so/de/brew/diskus/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.
- [parallel-disk-usage](https://pkg.so/de/brew/parallel-disk-usage/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, system.

## Combined YAML source

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


## Quellen

- 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
