A development artifact analyzer and cleaner.
🚧 Early development stage
DustFril helps developers discover, analyze, and safely manage generated files from Rust, Node, and Java projects.
Over time, build outputs and dependency directories consume significant disk space. DustFril aims to provide a simple and transparent way to inspect and clean those artifacts.
- Detect removable build artifacts across supported ecosystems
- Analyze disk usage
- Filter by ecosystem from the CLI
- Safe cleanup workflow
target/node_modules/build/
- Cargo home caches
- Additional ecosystem-specific caches
Scan artifacts:
dfr scanAnalyze artifact disk usage:
dfr analyzePreview cleanup:
dfr clean --dry-runClean artifacts:
dfr clean- Multi-ecosystem artifact detection
- Disk usage analysis
- Dry-run support
- Safe cleanup operations
- Interactive terminal interface
- Configuration support
- Advanced filtering
- Desktop application
DustFril follows a few simple principles:
- Safety first
- Explicit user actions
- Transparent operations
- Developer-friendly experience
DustFril will never remove files without user confirmation.
MIT License