About Cluttered
Cluttered was born from a simple frustration: developers constantly running out of disk space, with no good tool to help.
The Problem
As developers, we accumulate massive amounts of build artifacts, dependencies, and caches. A single Rust project can have a 10GB target directory. A handful of React projects easily adds up to 20GB in node_modules. Add Xcode's DerivedData, Docker images, and you're looking at 50-100GB of space that's just... sitting there.
Generic cleaning tools don't understand developer workflows. They either miss these artifacts entirely or suggest deleting things that could break your projects.
Our Solution
Cluttered is built by developers, for developers. We understand that you need to:
- Know which projects are safe to clean
- Never accidentally delete uncommitted work
- Easily recover if something goes wrong
- Actually enjoy the cleanup process
That's why we built Cluttered with safety as the top priority, wrapped in a satisfying user experience that makes disk cleaning feel good.
Open Source Core
Cluttered's core is open source under the MIT license. We believe in transparency, especially when it comes to software that manages your files. You can inspect exactly what we're doing at any time.