Automic VaultAutomic Vault

brew

diskus mit Homebrew, apk, dnf, MacPorts, Nix, pacman installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install diskus

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install diskus

MacPorts ports tree · sysutils/diskus/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add diskus

Alpine Linux edge package indexes · diskus · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install diskus

Fedora Rawhide package metadata · diskus · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#diskus

nixpkgs package indexes · pkgs/by-name/di/diskus/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S diskus

Arch Linux sync databases · diskus · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Minimal, fast alternative to 'du -sh'

Befehle und Aliase

  • diskus

Verlauf

Projektgeschichte und Nutzung

diskus is a Rust command-line utility positioned as a minimal, fast alternative to `du -sh`. It computes the total size of the current directory and focuses on doing that one job quickly, with benchmark comparisons against `du` and other Rust disk-usage tools in the upstream README.

Projektgeschichte

The GitHub repository was created in November 2018, and release tags started the same month. Later releases continued through 2025, showing a small but maintained utility rather than a one-off experiment.

Adoptionsgeschichte

The README documents installation through release packages, Arch, Void, Homebrew, MacPorts, Haiku, NixOS, and Cargo. That mix is typical for sharkdp-style Rust CLIs: useful as standalone binaries, but also easy for distribution maintainers to carry because the behavior is simple and the upstream packaging story is clear.

Wie es verwendet wird

The usual workflow is simply running `diskus` in a directory to print a human-readable total and byte count. The README also documents disk-usage versus apparent-size behavior and directory counting semantics so users can reason about differences from `du`.

Warum Paket-Nerds sich dafür interessieren

diskus is interesting because it deliberately resists becoming a full disk browser. Its package appeal is the opposite of feature accumulation: a fast, parallelized `du -sh` replacement that complements richer tools such as `dust`.

Zeitleiste

  • 2018-11: GitHub repository created
  • 2018-11: early 0.3.x and 0.5.0 releases published
  • 2025-12: v0.9.0 release published

Related projects

  • The upstream README compares diskus with `du`, `tin-summer`, and `dust`, and uses `hyperfine` for benchmark runs.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
diskuscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version0.9.0
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.9.0

https://github.com/sharkdp/diskus

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:diskus
Version0.9.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/diskus
Homepagehttps://github.com/sharkdp/diskus
Repositoryhttps://github.com/sharkdp/diskus
Upstream-Dokumentationhttps://github.com/sharkdp/diskus
LizenzApache-2.0 OR MIT
Quellarchivhttps://github.com/sharkdp/diskus/archive/refs/tags/v0.9.0.tar.gz
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namediskus
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

diskus

nix profile install nixpkgs#diskus
  • normalized package name match
  • Abgeglichen nach: Diskus
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/di/diskus/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

diskus 0.8.0-r0

fast alternative for du

https://github.com/sharkdp/diskus

sudo apk add diskus
  • License: MIT
  • Architecture: x86_64
  • Source Package: diskus
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Diskus
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: diskus from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

diskus 0.9.0-3.fc45

Minimal, fast alternative to 'du -sh'

https://crates.io/crates/diskus

sudo dnf install diskus
  • License: (MIT OR Apache-2.0) AND MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-diskus
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Diskus
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: diskus from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

diskus 0.9.0-2

Minimal, fast alternative to 'du -sh'

https://github.com/sharkdp/diskus

sudo pacman -S diskus
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Diskus
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: diskus from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

diskus

sudo port install diskus
  • normalized package name match
  • Abgeglichen nach: Diskus
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/diskus/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment