
DevCleaner
Dependency Cleanup, Build Cache Detection
3 followers
Dependency Cleanup, Build Cache Detection
3 followers
Development projects accumulate gigabytes of files over time: A single node_modules directory can exceed 1GB Xcode DerivedData often consumes 10-50GB Python virtual environments multiply across projects Rust target directories grow to several GB per project Dev Cleaner intelligently identifies these files and helps you reclaim disk space safely. With support for 15+ development environments, it's the one tool every developer needs. Note: This app requires Full Disk Access to function properly.




dependency cleanup is one of those quiet utility wins. curious about how DevCleaner handles dependencies that look unused but are actually loaded dynamically or only run in specific environments. is the detection static analysis only, or does it watch runtime behavior before flagging something as safe to remove?