Versions:
Dust is a disk-usage utility written in Rust that presents folder sizes as an interactive, color-coded tree, giving users a faster and more intuitive alternative to the traditional Unix du command. Designed for developers, system administrators, and anyone who needs to locate space hogs quickly, the tool recursively scans directory structures, sorts entries by apparent size, and draws ASCII bars whose lengths reflect relative consumption, so the largest directories are immediately visible without manual sorting or repeated invocations. Because it is compiled to native code, Dust executes noticeably faster than shell-script wrappers while remaining lightweight and dependency-free on Windows, macOS, and Linux. Typical use cases include spring-cleaning cramped SSDs before deployments, identifying oversized log or cache folders that slow CI runners, and confirming that archived projects were correctly excluded from backups. The current stable release is 1.2.4, yet the project has shipped eleven numbered versions since its debut, each refining display precision, improving cross-platform path handling, and adding options such as max-depth limiting, reverse sorting, and JSON export for integration with larger automation scripts. Users invoke the program from any terminal by typing dust, optionally followed by a target path or flags, and may navigate the resulting listing with standard pager keys; when piped to other utilities, the plain-text output behaves like conventional du, making the transition frictionless. The utility belongs to the System & Disk Utilities category and is distributed as a single executable under an open-source license, so it can be dropped into a system path or invoked ad-hoc without elevated privileges. Dust is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: