Mole

macOS

清理你的 Mac

💡 CLI 是免費且開放原始碼的。偏好原生 Mac 應用程式?Mole for Mac 提供視覺化清理檢視、應用程式更新、移除、維護、磁碟圖表、即時狀態以及選單列 HUD。一個授權涵蓋 2 台 Mac,提供終身更新與 14 天退款保證。

功能特色

快速開始

透過 Homebrew 安裝

bash
brew install mole

Homebrew 遵循其支援的 macOS 版本層級。使用 macOS 14 或更新版本以透過 Homebrew 安裝;較舊的 macOS 版本應使用下方的腳本安裝程式,但僅盡力支援。

執行

bash
mo                           # Interactive menu
mo clean                     # Deep cleanup + already-uninstalled app leftovers
mo uninstall                 # Remove installed apps + their leftovers
mo optimize                  # Refresh caches & services
mo analyze                   # Visual disk explorer (or 'mo analyse')
mo status                    # Live system health dashboard
mo purge                     # Clean project build artifacts
mo installer                 # Find and remove installer files

mo touchid                   # Configure Touch ID for sudo
mo completion                # Set up shell tab completion
mo update                    # Update Mole
mo update --nightly          # Update to latest unreleased main build, script install only
mo remove                    # Remove Mole from system
mo --help                    # Show help
mo --version                 # Show installed version

安全預覽

bash
mo clean --dry-run
mo uninstall --dry-run
mo history
mo history --json
mo purge --dry-run

# Also works with: optimize, installer, remove, completion, touchid enable
mo clean --dry-run --debug   # Preview + detailed logs
mo optimize --whitelist      # Manage protected optimization rules
mo clean --whitelist         # Manage protected caches
mo purge --paths             # Configure project scan directories
mo analyze /Volumes          # Analyze external drives only

SHARE

分享

分享這個開源專案。

Mac

Mole · 開源專案 · HeyBinyang