Skip to content
 
 

Latest commit

 

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mole Logo

Mole

🦑 Dig deep like a mole to clean your Mac.

Stars Version License Commits Twitter Telegram

Highlights

  • 🐦 Deep System Cleanup - Remove hidden caches, logs, and temp files in one sweep
  • πŸ“¦ Thorough Uninstall - Removes more app leftovers than CleanMyMac/Lemon, completely free
  • ⚑️ Fast & Lightweight - Terminal-based, zero bloat, arrow-key navigation with pagination
  • 🧹 Massive Space Recovery - Reclaim 100GB+ of wasted disk space

Installation

curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash

Or via Homebrew:

brew install tw93/tap/mole

Pick one method to avoid conflicts, new users check ε°η™½δ½Ώη”¨ζŒ‡ε—

Usage

mole                      # Interactive main menu
mole clean                # Deep system cleanup
mole clean --dry-run      # Preview cleanup (no deletions)
mole uninstall            # Interactive app uninstaller
mole update               # Update to latest version
mole --help               # Show help

Installed via Homebrew? Use brew upgrade mole to update

Examples

Deep System Cleanup

$ mole clean

Starting user-level cleanup...

β–Ά System essentials
  βœ“ User app cache (28 items) (45.2GB)
  βœ“ User app logs (15 items) (2.1GB)
  βœ“ Trash (12.3GB)

β–Ά Browser cleanup
  βœ“ Chrome cache (8 items) (8.4GB)
  βœ“ Safari cache (2.1GB)
  βœ“ Arc cache (3.2GB)

β–Ά Extended developer caches
  βœ“ Xcode derived data (9.1GB)
  βœ“ Node.js cache (4 items) (14.2GB)
  βœ“ VS Code cache (1.4GB)

β–Ά Applications
  βœ“ JetBrains cache (3.8GB)
  βœ“ Slack cache (2.2GB)
  βœ“ Discord cache (1.8GB)

====================================================================
πŸŽ‰ CLEANUP COMPLETE!
πŸ’Ύ Space freed: 95.50GB | Free space now: 223.5GB
πŸ“Š Files cleaned: 6420 | Categories processed: 6
====================================================================

Smart App Uninstaller

$ mole uninstall

Select Apps to Remove

β–Ά β˜‘ Adobe Creative Cloud      (12.4G) | Old
  ☐ WeChat                    (2.1G) | Recent
  ☐ Final Cut Pro             (3.8G) | Recent

πŸ—‘οΈ  Uninstalling: Adobe Creative Cloud
  βœ“ Removed application
  βœ“ Cleaned 45 related files

====================================================================
πŸŽ‰ UNINSTALLATION COMPLETE!
πŸ—‘οΈ Apps uninstalled: 1 | Space freed: 12.4GB
====================================================================

What Mole Cleans

Category Targets Typical Recovery
System App caches, logs, trash, crash reports 20-50GB
Browsers Safari, Chrome, Edge, Arc, Firefox cache 5-15GB
Developer npm, pip, Docker, Homebrew, Xcode 15-40GB
Apps Slack, Discord, Teams, Notion cache 3-10GB

Protect Important Files: Create ~/.config/mole/whitelist to preserve critical caches:

# View current whitelist
mole clean --whitelist

# Example: Protect Playwright browsers and build tools
echo '~/Library/Caches/ms-playwright*' >> ~/.config/mole/whitelist

What Mole Uninstalls

Component Files Removed Examples
App Bundle Main .app executable /Applications/App.app
Support Data App-specific user data ~/Library/Application Support/AppName
Cache Files Temporary & cache data ~/Library/Caches/com.company.app
Preferences Settings & config files ~/Library/Preferences/com.app.plist
Logs & Reports Crash reports & logs ~/Library/Logs/AppName
Containers Sandboxed app data ~/Library/Containers/com.app.id

FAQ

  1. Will Mole delete important files? - No. Mole has built-in protection and skips system-critical files.
  2. Can I undo cleanup operations? - Cache files are safe to delete and will regenerate automatically.
  3. How often should I run cleanup? - Once a month is sufficient. Run when disk space is low.
  4. Is it safe to use? - Yes. The tool previews what will be deleted before any action (--dry-run).

Support

  • ⭐️ Star this repo if Mole helped you recover disk space
  • πŸ› Report issues via GitHub Issues
  • πŸ’¬ Share with friends who need to clean their Macs
  • 🐱 I have two cats, feed them canned food if you'd like

License

MIT License - feel free to enjoy and participate in open source.

About

🦑 Dig deep like a mole to clean your Mac. 🦑 像鼹鼠一样深ε…₯ζŒ–ζŽ˜ζ₯ζΈ…η†ζ‚¨ηš„ Mac

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages