Changelog
- mo analyze: Added hidden-space insights to the overview screen, surfacing iOS Backups, old Downloads (90d+), and developer caches (Xcode, Gradle, JetBrains, Docker, pip, CocoaPods, Spotify) with their actual sizes.
- mo analyze: Added cleanable insights panel showing Trash, system caches, and Xcode artifacts so you can see what
mo cleancan recover before running it. - mo status: Battery health scoring and uptime warning added to the health score; the score now factors in cycle count, capacity, and days since last restart.
- mo check: New Dev Environment section in
mo optimizethat surfaces broken Launch Agents, missing dev tools, and version conflicts (e.g. psql vs postgres, python vs pyenv). - mo clean: Docker cleanup is now skipped by default with a hint to review via
docker system df, preventing accidental data loss when the daemon is not running. - mo clean: Bun cache cleanup now uses
bun pm cache rmcorrectly, with fallback to filesystem cleanup if the command fails. - mo clean: Added Cursor IDE cache cleanup to dev editor cleanup paths.
- mo clean: Added Stocks app cache, Office container logs, wallpaper thumbnails, and Service Worker ScriptCache cleanup.
- mo clean: Chrome now includes ShaderCache, GrShaderCache, and GraphiteDawnCache entries, matching parity with Brave and other browsers.
- mo uninstall: After removing apps that declare Local Network usage, Mole now warns that macOS 15+ permission entries may persist and explains how to clear them manually.
更新日志
- mo analyze: 概览界面新增隐藏空间洞察,显示 iOS 备份、超过 90 天的下载文件以及 Xcode、Gradle、JetBrains、Docker、pip 等开发缓存的实际占用大小。
- mo analyze: 新增可清理项面板,提前展示 Trash、系统缓存和 Xcode 产物,让你在执行清理前了解可回收空间。
- mo status: 健康评分新增电池健康和运行时间维度,综合循环次数、容量和距上次重启天数进行评分。
- mo check:
mo optimize新增开发环境检查模块,自动检测损坏的 Launch Agents、缺失的开发工具以及版本冲突(如 psql 与 postgres、python 与 pyenv)。 - mo clean: Docker 清理默认改为跳过并给出
docker system df提示,避免 daemon 未运行时意外删除数据。 - mo clean: Bun 缓存清理改为优先使用
bun pm cache rm,失败时降级到文件系统清理。 - mo clean: 开发编辑器清理新增 Cursor IDE 缓存路径。
- mo clean: 新增 Stocks 应用缓存、Office 容器日志、壁纸缩略图和 Service Worker ScriptCache 清理。
- mo clean: Chrome 补齐 ShaderCache、GrShaderCache 和 GraphiteDawnCache 清理,与 Brave 等浏览器保持一致。
- mo uninstall: 卸载声明了本地网络权限的应用后,Mole 现在会提示 macOS 15+ 的权限条目可能残留,并说明手动清理方式。
Special thanks to @sebastianbreguel for contributing analyze insights, battery health scoring, and additional clean targets; @degouville for the proper Bun cache cleanup fix; and @yetval for the Cursor IDE cache cleanup.