π§Ή Γpurer
Intelligent cache cleaner for macOS developers. Reclaim disk space by cleaning development caches safely.
Installation
# From source
git clone https://github.com/0SansNom/epurer.git
cd epurer && make build && make install
# Or with Go
go install github.com/0SansNom/epurer/cmd/epurer@latest
Quick Start
epurer detect # See what's installed
epurer report # Preview what can be cleaned
epurer smart --dry-run # Safe automatic cleanup (preview)
epurer ui # Interactive mode
Commands
| Command |
Description |
detect |
Detect installed development tools |
report |
Generate cleanup report |
clean |
Execute cleanup |
smart |
Automatic safe cleanup |
ui |
Interactive TUI mode |
Options
--dry-run # Preview without deleting
--level <level> # conservative, standard, aggressive
--domain <domains> # frontend, backend, mobile, devops, dataml, system
--verbose # Detailed output
Supported Technologies
| Domain |
Tools |
| Frontend |
Node.js, npm, yarn, pnpm, Vite, Webpack, Next.js |
| Backend |
Python, Java, Go, Rust, PHP, Ruby, Maven, Gradle |
| Mobile |
Xcode, Android Studio, Flutter, CocoaPods |
| DevOps |
Docker, Kubernetes, Terraform, Helm |
| Data/ML |
Conda, Jupyter, TensorFlow, PyTorch, Hugging Face |
| System |
Caches, logs, Homebrew, Trash, iOS backups |
Safety Levels
| Level |
Description |
Safe |
Caches, logs - no risk |
Mod |
Dependencies, builds - rebuild needed |
Risk |
Backups, data - potential loss |
Example Output
βββββββββββββββββββββββββββββββββββββββββ
β π§Ή Γpurer v1.0 β
β Intelligent cache cleanup for macOS β
βββββββββββββββββββββββββββββββββββββββββ
DOMAIN ITEMS SIZE SAFETY IMPACT
ββββββββββββββββββββββββββββββββββββββββββββββββββ
Frontend 1,234 12.5 GB Safe Mod High
Mobile 15 45.2 GB Safe Mod Very High
Backend 567 3.4 GB Safe Medium
ββββββββββββββββββββββββββββββββββββββββββββββββββ
Total 1,816 61.1 GB
Interactive Mode
epurer ui
Controls: ββ navigate Β· Space toggle Β· a all Β· n none Β· Enter confirm Β· q quit
License
MIT
Credits
Built with Cobra, Bubble Tea, Lip Gloss