dust
brew install dust
v1.2.4
Apache-2.0
Rust rewrite of du that displays disk usage with intuitive hierarchical visualization and percentages.
Why you might care
Shows which directories consume disk space more clearly than standard du, with visual bars indicating relative proportions at each level. Single binary, fast, and helps you quickly drill down to find bloat—especially useful for build artifacts like target/ directories.
1.7k
30-day installs · #1051
6.0k
90-day · #1014
32.2k
365-day · #854
11.9k
★ GitHub stars · updated 3mo ago
Build dependencies
Links
- https://github.com/bootandy/dust
- GitHub: bootandy/dust
- Brew formula source: Formula/d/dust.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"du",
"ncdu",
"duf"
],
"build_dependencies": [
"rust"
],
"categories": [
"file-utility",
"sysadmin"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "More intuitive version of du in rust",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:11+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "dust",
"github_default_branch": "master",
"github_last_commit_at": "2026-02-21T15:29:15Z",
"github_readme_excerpt": "[](https://github.com/bootandy/dust/actions)\n\n\n# Dust\n\ndu + rust = dust. Like du but more intuitive.\n\n# Why\n\nBecause I want an easy way to see where my disk is being used.\n\n# Demo\n\n\n\nStudy the above picture. \n\n* We see `target` has 1.8G\n* `target/debug` is the same size as `target` - so we know nearly all the disk usage of the 1.8G is in this folder\n* `target/debug/deps` this is 1.2G - Note the bar jumps down to 70% to indicate that most disk usage is here but not all.\n* `target/debug/deps/dust-e78c9f87a17f24f3` - This is the largest file in this folder, but it is only 46M - Note the bar jumps down to 3% to indicate the file is small.\n\nFrom here we can conclude:\n * `target/debug/deps` takes the majority of the space in `target` and that `target/debug/deps` has a large number of relatively small files.\n \n\n## Install\n\n### Quick Install (Linux, macOS, Windows) \n```bash\ncurl -sSfL https://raw.githubusercontent.com/bootandy/dust/refs/heads/master/install.sh | sh\n```\n\n### Cargo \u003ca href=\"https://repology.org/project/du-dust/versions\"\u003e\u003cimg src=\"https://repology.org/badge/vertical-allrepos/du-dust.svg\" alt=\"Packaging status\" align=\"right\"\u003e\u003c/a\u003e\n\n#### Cargo\n\n- `cargo install du-dust`\n\n#### \ud83c\udf7a Homebrew (Mac OS)\n\n- `brew install dust`\n\n#### \ud83c\udf7a Homebrew (Linux)\n\n- `brew install dust`\n\n#### [Snap](https://ubuntu.com/core/services/guide/snaps-intro) Ubuntu and [supported systems](https://snapcraft.io/docs/installing-snapd)\n\n- `snap install dust`\n\nNote: `dust` installed through `snap` can only access files stored in the `/home` directory. See daniejstriata/dust-snap#2 for more information.\n\n#### [Pacstall](https://github.com/pacstall/pacstall) (Debian/Ubuntu)\n\n- `pacstall -I dust-bin`\n\n#### Anaconda (conda-forge)\n\n- `conda install -c conda-forge dust`\n\n#### [deb-get](https://github.com/wimpysworld/deb-get) (Debian/Ubuntu)\n\n- `deb-get install du-dust`\n\n#### [x-cmd](https://w",
"github_repo": "bootandy/dust",
"github_stars": 11857,
"github_topics": [],
"homepage": "https://github.com/bootandy/dust",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1717,
"installs_365d": 32211,
"installs_90d": 5982,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:48:42+00:00",
"llm_model": "claude-haiku-4-5",
"name": "dust",
"oldnames": [],
"one_liner": "Rust rewrite of du that displays disk usage with intuitive hierarchical visualization and percentages.",
"optional_dependencies": [],
"rank_30d": 1051,
"rank_365d": 854,
"rank_90d": 1014,
"raw_hash": "d764047bef272b72",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/d/dust.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.2.4",
"versioned_formulae": [],
"why_use_this": "Shows which directories consume disk space more clearly than standard du, with visual bars indicating relative proportions at each level. Single binary, fast, and helps you quickly drill down to find bloat\u2014especially useful for build artifacts like target/ directories."
}