Forum Discussion
Mac system data too large. How to clear system data on mac
If you are a developer or use Xcode, Node.js, or Homebrew, this is the tool that will find the 90% of junk that CleanMyMac cannot see. It is a command-line tool, but it is worth learning for the space it saves. It scans over 120 different cache and log locations that standard GUI tools ignore, including Xcode DerivedData, Simulator caches, and npm packages.
How to use: Install via Homebrew or the script below. Run mo clean --dry-run first to preview what will be deleted.
bash
curl -fsSL https://raw githubusercontent/com/tw93/mole/main/install/sh | bash
mo clean --dry-run
mo clean
The mo analyze command is particularly useful when Mac system data too large – it lets you drill down visually into your disk space to see exactly which directories are consuming storage.
Very low for system files, but it will clear caches that might slow down your next compile. It supports a whitelist feature to protect specific app caches.
When Mac system data too large and conventional cleaners aren't cutting it, Mole is your best bet. It's not for everyone – you need basic Terminal comfort – but for users facing 100GB+ of mysterious System Data, it consistently delivers results that paid tools cannot match. Just run the dry-run first, consider setting up a Time Machine backup before your first deep clean, and be aware that some development caches will need to rebuild afterward.