
Built this for myself, figured other devs might find it useful
I always kept switching to CleanMyMac mid-build just to clear Docker bloat or nuke node_modules. It broke my flow every time. So I wrapped the CleanMyMac cleanup engine into a CLI instead.
CleanMyMac CLI is now in public beta. Terminal-native, dev-focused, no GUI needed.
cleanmymac clean -- system junk, dev tool caches, trashcleanmymac purge --- project artifact scanner, node_modules, Docker, .build, venv and morecleanmymac analyze -- interactive disk explorercleanmymac optimize -- RAM and purgeable space
Public beta, free to try:brew install --cask macpaw/taps/cleanmymac-cli
GitHub + docs: https://github.com/MacPaw/cleanmymac-cli
Any feedback is welcome, that's the whole point.