Struggling with a persistent “Storage Full” bar on your Mac, even after purging your files? You aren’t alone, and you don’t need to shell out for premium “cleaner” apps or hardware upgrades to fix it.
The solution is simpler than you think: a zero-setup, terminal tool that identifies exactly how much space is being swallowed by hidden logs, caches, and temporary files. With a single command, you can reclaim your drive and see precisely what was clogging your system. (And if you’re on Windows, there’s a CLI cleaner ready for you as well).
Running the command:
npx mac-cleaner-cli
downloads and initiates an instant scan that identifies the files that take up space without adding any value.
The tool divide into categories these files and displays their exact sizes for each category. This breakdown makes it easy to see which data types are the biggest “space eaters”, helping you finally understand why your disk space disappears even if you don’t install new software or you don’t make large downloads.
The scan discovers:
- System & User Caches
- Development Artifacts**:** Leftover build folders (like node_modules) that are no longer in use.
- Browser & Temp Files**:** Residual data from web surfing and app sessions.
- System Logs**:** MacOS tend to keep a long, long list of system logs and it makes no sense
The project is OpenSource and can be found here, on GitHub: https://github.com/guhcostan/mac-cleaner-cli