macOS
brew install dustlocal Homebrew formula metadata
sudo port install dustMacPorts ports tree · sysutils/dust/Portfile · ソース: api.github.com
brew
dust のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install dustlocal Homebrew formula metadata
sudo port install dustMacPorts ports tree · sysutils/dust/Portfile · ソース: api.github.com
sudo apk add dustAlpine Linux edge package indexes · dust · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#dustnixpkgs package indexes · pkgs/by-name/du/dust/package.nix · ソース: api.github.com
sudo pacman -S dustArch Linux sync databases · dust · ソース: geo.mirror.pkgbuild.com
sudo zypper install dustopenSUSE Tumbleweed package metadata · dust · ソース: download.opensuse.org
scoop install main/dustScoop official bucket manifest trees · bucket/dust.json · ソース: api.github.com
winget install --id bootandy.dust -eWindows Package Manager source index · bootandy.dust · ソース: cdn.winget.microsoft.com
概要
More intuitive version of du in rust
履歴
Dust, packaged as `dust` and published to crates.io as `du-dust`, is a Rust rethinking of the Unix `du` workflow. Its README sums up the project as `du + rust = dust`: a more intuitive way to see where disk space is being used.
The GitHub repository was created in March 2018, and the crates.io package followed in April 2018. The project matured into a cross-platform CLI with a 1.0.0 GitHub release in March 2024 and continued releases through at least 1.2.4 in January 2026.
Dust's core design choice is to show a terminal-sized hierarchy of the largest directories and files without making users pipe `du` through `sort` and `head`. It uses colored bars and tree context to show both size and ancestry.
The official README lists many installation channels: Cargo, Homebrew on macOS and Linux, Snap, Pacstall, conda-forge, deb-get, x-cmd, Scoop on Windows, and downloadable GitHub release binaries. The GitHub API also reports a five-digit star count by June 2026, making it one of the more visible Rust rewrites of a classic Unix utility.
The breadth of packages reflects the tool's appeal: disk-usage inspection is universal, and `dust` gives package-manager users a modern default that is quick to install on developer machines, servers, and Windows terminals.
Common usage is simply `dust` or `dust <dir>`, with flags for output count, depth, apparent size, directories-only or files-only views, filesystem boundaries, JSON output, and collapsed directories. The README documents config through `~/.config/dust/config.toml` or `~/.dust.toml` for persistent defaults.
Dust is a canonical example of the 2010s and 2020s Rust CLI wave: a safer, faster, more opinionated replacement for a small Unix command, distributed through nearly every package ecosystem. It is especially relevant because it competes with both ancient coreutils habits and interactive tools like ncdu.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
dust | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/bootandy/dust
インストールメタデータ
| パッケージキー | brew:dust |
|---|---|
| バージョン | 1.2.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/dust |
| ホームページ | https://github.com/bootandy/dust |
| リポジトリ | https://github.com/bootandy/dust |
| 上流ドキュメント | https://github.com/bootandy/dust#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/bootandy/dust/archive/refs/tags/v1.2.4.tar.gz |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dust |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
dust
nix profile install nixpkgs#dustdust 1.2.4-r0
A more intuitive version of du in Rust
https://github.com/bootandy/dust
sudo apk add dustdust-bash-completion 1.2.4-r0
Bash completions for dust
https://github.com/bootandy/dust
sudo apk add dust-bash-completiondust-doc 1.2.4-r0
A more intuitive version of du in Rust (documentation)
https://github.com/bootandy/dust
sudo apk add dust-docdust-fish-completion 1.2.4-r0
Fish completions for dust
https://github.com/bootandy/dust
sudo apk add dust-fish-completiondust-zsh-completion 1.2.4-r0
Zsh completions for dust
https://github.com/bootandy/dust
sudo apk add dust-zsh-completiondust 1.2.4-2
A more intuitive version of du in rust
https://github.com/bootandy/dust
sudo pacman -S dustdust 1.2.4-1.3
A more intuitive version of du
https://github.com/bootandy/dust
sudo zypper install dustdust-bash-completion 1.2.4-1.3
Bash completion for dust
https://github.com/bootandy/dust
sudo zypper install dust-bash-completiondust-fish-completion 1.2.4-1.3
Fish completion for dust
https://github.com/bootandy/dust
sudo zypper install dust-fish-completiondust-zsh-completion 1.2.4-1.3
ZSH completion for dust
https://github.com/bootandy/dust
sudo zypper install dust-zsh-completiondust
sudo port install dustmain/dust
scoop install main/dustbootandy.dust
winget install --id bootandy.dust -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.