# Installer diskonaut avec Homebrew, apk, dnf, MacPorts, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de diskonaut pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install diskonaut
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install diskonaut
```

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

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:diskonaut
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11.0
- **Résumé source:** Terminal visual disk space navigator
- **Page d'accueil:** <https://github.com/imsnif/diskonaut>
- **Dépôt:** <https://github.com/imsnif/diskonaut>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- diskonaut (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.11.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
