Desktop disk space analyser

Storage Cleaner
See where the space went. Choose what goes next.
Find large folders and clean up deliberately. A Rust scanner shows what takes up space and which target will be removed.
1Commit
Built, one commit at a time
As of About this number
Counts the commit history of the associated repositories on their default branches. The number includes all contributors up to the date shown.
01 / What it does
When a drive fills up, the useful view is the one that shows what takes up space. I built a Rust-powered desktop scanner that makes large folders visible and names the target before deletion. It turns a filesystem into a practical cleanup view.
02 / What I built
Scan the file system with Rust
Rust traverses the filesystem and calculates folder sizes.
Identify the largest folders
A size-focused view makes large directories easy to locate.
Review deletion targets first
Explicit deletion targets let users review what they are removing.

