Disk Cleaner

See what's eating your storage and clean it up.
Native, fast, built with Rust.

Disk Cleaner showing file tree sorted by size with category sidebar

Everything you need to reclaim disk space

Parallel Scanning

Multi-threaded traversal via rayon. Hundreds of thousands of files in seconds.

Tree View

File system sorted by size with proportional bars. Spot the biggest offenders instantly.

Treemap

Interactive squarified treemap. Click any directory to drill in.

Category Breakdown

Filter by type: images, video, code, archives, documents. See where each lives.

Safe Deletion

Trash or permanent delete. Multi-select and batch operations for fast cleanup.

Search & Filter

Find files by name. Combine with category filters to narrow down exactly what you need.


See it for yourself

Home screen with volume selection
Home — Pick a volume or directory to scan
Tree view sorted by size
Tree View — Files sorted by size with visual bars
Tree view with category sidebar
Categories — Filter and break down by file type
Treemap visualization
Treemap — Visual overview of disk usage

Download or build from source

Terminal
# or build from source (requires Rust 1.70+)
$ git clone https://github.com/domsleee/disk-cleaner.git
$ cd disk-cleaner
$ cargo run --release