Forum Discussion
How to get more storage on macbook pro?
Mole is a free and open-source command-line tool that acts like a "digital mole"—digging deep into your system to find and remove hidden junk files that other cleaners often miss. Most cleaning apps scan the obvious places: your Downloads folder, Trash, and browser history. Mole, however, targets the hidden space hogs that are specific to developers and power users.
How to Get More Storage on Mac:
Step 1: Install Mole
The easiest way is using Homebrew. Open your Mac's Terminal (Applications > Utilities) and run:
bash
brew install tw93/tap/mole
Step 2: Preview the Cleanup
Before changing anything, run a preview to see what Mole would delete. This is the safest way to start.
bash
mo clean --dry-run
The tool will scan your drive and show you exactly how much space is reclaimable (often 15GB to 95GB depending on usage).
Step 3: Execute the Deep Clean
Once you are happy with the preview, run the actual cleanup:
bash
mo clean
You can also target specific issues. For example, use mo purge to remove old project build artifacts or mo uninstall to completely wipe a program you no longer need.
Step 4: Analyze Your Disk
To understand what is taking up space, use the analyzer:
bash
mo analyze
This generates a color-coded, interactive map of your files directly in the terminal, helping you locate large folders manually.
If you're looking for a powerful way to understand how to get more storage on Mac, using Mole is one of the most effective methods available today.