Releases: tw93/Mole
V1.34.0 Efficient 🤾♀️
Changelog
- mo optimize: All optimization tasks now run automatically without confirmation prompts. Added 5 new tasks: periodic maintenance, quarantine cleanup, broken LaunchAgent repair, .DS_Store prevention, and disk SMART check.
- mo optimize: Fixed firewall check triggering password prompts, added spinner for disk verification, improved login items audit accuracy.
- mo uninstall: Added
mo uninstall <appname>for direct target uninstall. Expanded remnant discovery, orphan cleanup, and sfl4 cleanup. - mo clean: Added cache cleanup for Zed, Warp, Ghostty, Brave Service Worker, Stremio, and stale iOS/iPadOS .ipsw firmware. Whitelist now respected in tool cache cleanup.
- mo analyze: Overview mode fully aligned with JSON output, subdirectory scan cache reuse for faster navigation, fixed empty directory measurement errors. Added Quick Look file preview with P key.
- mo check: Dev Tools now shows installed tools instead of warning about missing ones. Added orphan LaunchAgent detection.
更新日志
- mo optimize: 所有优化任务自动执行,无需确认提示。新增 5 项任务:定期维护、隔离区清理、损坏 LaunchAgent 修复、.DS_Store 防护和磁盘 SMART 检查。
- mo optimize: 修复防火墙检查触发密码弹窗,磁盘验证新增加载动画,改进登录项审计准确性。
- mo uninstall: 支持
mo uninstall <appname>直接卸载。扩展残余发现、孤立文件清理和 sfl4 清理。 - mo clean: 新增 Zed、Warp、Ghostty、Brave Service Worker、Stremio 缓存和过期 iOS/iPadOS .ipsw 固件清理。工具缓存清理正确遵守白名单。
- mo analyze: 概览模式与 JSON 输出完全对齐,子目录扫描缓存复用加速导航,修复空目录测量错误。新增 P 键 Quick Look 文件预览。
- mo check: 开发工具改为展示已安装项,新增孤立 LaunchAgent 检测。
Special thanks to @sebastianbreguel for contributing orphan LaunchAgent detection, .DS_Store prevention, IPSW firmware cleanup, quarantine database cleanup, Brave/Stremio/Zed/Warp/Ghostty cache cleanup, and Docker prune improvements; @ph1lb4 for the analyze cache warming optimization and Quick Look preview; and @PremPrakashCodes for fixing the installed apps cache filter and mole log cleanup paths.
V1.33.0 Lynx 🐱
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.
V1.32.0 Rorqual 🐋
Changelog
- mo clean: Wallpaper agent and Messages preview caches are now always cleaned. Both processes run permanently in the background on macOS, so the previous running-process guards caused these caches to be silently skipped on every run.
- mo clean: Python bytecode cache output now shows only the project directory name instead of the full path, keeping the summary readable on wide directory trees.
- mo clean: Fixed a
gtimeouterror in service worker cache cleanup.gtimeoutcannot wrap shell functions, so the size call now runs directly. - mo clean: Brave Browser version cleanup now checks for broken Current symlinks before proceeding, matching the guard already in place for Chrome and Edge.
- mo clean: Spotify cache protection now correctly detects active playback by checking bnk file size. Previously the check could incorrectly protect or clean the cache.
- mo clean: Added PCSX2 and RPCS3 emulator cache and log cleanup. Save data and configurations are intentionally left untouched.
- mo analyze: ESC now quits the tool when already at the top-level overview, consistent with Q and Ctrl+C.
- mo uninstall: Background-only helper apps flagged with
LSBackgroundOnlyare filtered from the app list. Invisible helpers no longer appear as uninstall targets. First-run size display now loads all app sizes instead of limiting to the inline metadata cap. - Main menu: TouchID detection now checks
/etc/pam.d/sudo_localin addition to/etc/pam.d/sudo, fixing false negatives on macOS Sequoia. AddedVshortcut to view version info directly from the main menu. - Installation: Sudo credential is now pre-warmed with a single prompt before file installation, eliminating repeated password requests. Fixed a rare case where install channel metadata could not be written.
更新日志
- mo clean:壁纸代理和 Messages 预览缓存现在始终执行清理。两个进程在 macOS 上永久驻留后台,此前的运行状态守卫导致这些缓存每次都被静默跳过。
- mo clean:Python 字节码缓存输出现在只显示项目目录名,不再显示完整路径,提升宽目录树场景下的可读性。
- mo clean:修复 Service Worker 缓存清理中的
gtimeout报错。gtimeout无法包装 shell 函数,大小计算现在直接调用。 - mo clean:Brave Browser 版本清理现在在操作前检查 Current 符号链接是否损坏,与 Chrome 和 Edge 已有的守卫保持一致。
- mo clean:Spotify 缓存保护现在通过检查 bnk 文件大小来正确判断是否正在播放,修复了此前可能误保护或误清理的问题。
- mo clean:新增 PCSX2 和 RPCS3 模拟器缓存及日志清理,存档和配置文件不受影响。
- mo analyze:在顶层概览界面按 ESC 现在会直接退出,与 Q 和 Ctrl+C 行为一致。
- mo uninstall:带有
LSBackgroundOnly标记的后台辅助程序从应用列表中过滤,不可见辅助进程不再出现在卸载目标中。首次运行时现在加载全部应用大小,不再受内联元数据上限限制。 - 主菜单:TouchID 检测现在同时检查
/etc/pam.d/sudo_local,修复 macOS Sequoia 下误判未配置的问题。新增V快捷键可直接从主菜单查看版本信息。 - 安装:文件安装前统一预热 sudo 凭证,消除多次输入密码的问题。修复安装渠道元数据偶发写入失败的告警。
Special thanks to @AlexanderAverin for contributing PCSX2 and RPCS3 emulator support in this release.
v1.29.1-windows
Windows System Maintenance Toolkit (Prerelease)
Download: mole-1.29.1-x64.zip (portable) or .exe (launcher)
TUI assets: analyze-windows-x64.exe and status-windows-x64.exe
Install:
Expand-Archive mole-1.29.1-x64.zip -DestinationPath C:\mole
cd C:\mole
.\install.ps1These assets are prerelease-only and do not affect the macOS stable release channel.
Verify: Check SHA256SUMS.txt for file integrity.
Full Changelog: v1.29.0-windows...v1.29.1-windows
V1.31.0 Makima 🐕
Changelog
- Performance: Scan phase is significantly faster across
mo clean,mo purge, andmo optimize. Cache root discovery runs in parallel, per-item subprocess forks are replaced with bash parameter expansion, andbrew outdatedchecks run concurrently with timeout protection. - mo status: Fixed APFS disk capacity reporting —
gopsutilcould return inflated totals on external volumes. Now uses a three-tier fallback: Finder →diskutilAPFS → rawstatfs. Finder probe failures are cached to avoid repeated timeouts. - mo status: Added persistent high-CPU process alerts. Processes exceeding the CPU threshold for a sustained window are flagged in the status display. Configurable via
--proc-cpu-threshold(default 100%) and--proc-cpu-window(default 5 minutes). - mo status: Fixed ghost lines appearing when the terminal is resized.
- mo clean: Fixed incomplete download cleanup silently skipping files whose names contain spaces. Files currently in use are also skipped.
- mo clean: Preserved Mole runtime logs, tealdeer
tldrcache, and Aerial wallpaper assets — these are no longer removed during a standard clean. Added opt-in Docker unused data pruning. - mo clean: Dry-run preview no longer shows duplicate entries for alias paths or symlinks pointing to the same location. Application support cleanup now respects the user whitelist, and system launch agents are explicitly protected.
- mo purge: Full paths are now shown during item selection and confirmation. Long paths are intelligently compressed to fit the terminal width instead of being hard-truncated at 60 characters. Size calculations run in parallel to prevent the menu hanging on large projects.
- mo uninstall: Fixed relative symlink resolution during app cleanup. Improved brew uninstall fallback consistency. Added detection for bundle-ID-derived extension leftovers.
- macOS update / sudo: Update detection now uses
softwareupdateoutput directly, eliminating false positives. Sudo credential prompting passes through the system's native PAM prompt instead of a hardcoded string, ensuring correct behavior across locales.
更新日志
- 性能提升:
mo clean、mo purge、mo optimize的扫描阶段大幅提速。缓存根目录发现改为并行执行,逐条目子进程 fork 替换为 bash 参数展开,brew outdated检查并发运行并带超时保护。 - mo status:修复 APFS 磁盘容量显示不准确问题,
gopsutil在外部 APFS 卷上可能返回翻倍数值,现改为三层回退:Finder →diskutilAPFS → 原始statfs,Finder 探测失败结果缓存避免重复超时。 - mo status:新增持续高 CPU 进程告警。超过阈值并持续达到设定窗口的进程会在界面中标记,可通过
--proc-cpu-threshold(默认 100%)和--proc-cpu-window(默认 5 分钟)配置。 - mo status:修复调整终端窗口大小时出现幽灵行的问题。
- mo clean:修复未完成下载清理静默跳过含空格文件名的问题,同时跳过正在使用中的文件。
- mo clean:默认保留 Mole 运行日志、tealdeer
tldr缓存和 Aerial 壁纸资源,不再在常规清理中删除。新增可选的 Docker 未使用数据清理。 - mo clean:dry-run 预览按文件系统身份去重,别名路径和符号链接不再重复出现。Application Support 清理遵守用户白名单,系统 launch agent 受到明确保护。
- mo purge:条目选择和确认界面现在显示完整路径,移除 60 字符硬截断,改为根据终端宽度智能压缩。大小计算并行执行,避免大型项目卡住菜单。
- mo uninstall:修复应用清理中相对路径符号链接解析问题,改善 brew 卸载兜底一致性,新增 bundle ID 派生扩展残留文件检测。
- macOS 更新检测 / sudo:更新检测改为直接解析
softwareupdate输出,消除误报。sudo 凭证提示透传系统原生 PAM,不再硬编码Password:字符串。
Special thanks to @Parsifa1, @yetval, @MohammedTarigg, @FelixLyfe, @fishwww-ww, @dwjoss, @jason-costello, @corevibe555, and @sibisai for their contributions to this release.
V1.29.0 Rathalos 🐉
Changelog
- Windows core: Introduced the native Windows command set built on PowerShell, including
mo clean,mo optimize,mo uninstall,mo analyze,mo status, andmo purge, with an interactive menu as the main entry. - mo clean: Added Windows cleanup coverage for temp files, Windows logs, browser caches, app caches, developer caches, Quark video cache, GPU shader caches, screenshots, screen recordings, and game media.
- mo uninstall: Added Windows app removal with leftover cleanup across AppData, caches, preferences, logs, plug-ins, and other related files.
- mo analyze: Added scanning progress percentage, safer deletion through Trash flow and two-step confirmation, and faster scan performance with shallow depth optimization.
- mo status: Added a live Windows system dashboard with CPU, memory, disk, network, hardware, and health score reporting.
- mo optimize: Merged repair actions into
optimize, so cache rebuilds and common Windows system fixes now run from one workflow. - mo purge: Expanded project artifact cleanup to cover Angular, SvelteKit, Astro, coverage output, Elixir, Haskell, OCaml, and editor generated files.
- interactive UI: Added Windows focused TUI tools, improved arrow key navigation, and fixed stray escape sequence issues in menu interactions.
- PowerShell: Fixed script encoding issues, switch argument handling for forms such as
-DryRun, and property access errors that affected command execution and scan stability. - bug fixes: Fixed missing
go.sumpackaging, optimize summary reporting, logging icon and color fallback, and several Windows reliability issues across tests and release automation. - refreshed prerelease fixes: Hardened
mo updateand the quick installer so normal Git progress output no longer aborts updates, simplified Windows 11 disk optimization to use the system drive directly, and made Windows Search index reset wait forWSearchto fully stop and restart.
更新日志
- Windows core:新增基于 PowerShell 的原生 Windows 命令体系,包含
mo clean、mo optimize、mo uninstall、mo analyze、mo status、mo purge,并提供交互式主菜单作为统一入口。 - mo clean:新增 Windows 临时文件、系统日志、浏览器缓存、应用缓存、开发缓存、夸克视频缓存、GPU 着色器缓存、截图、录屏内容和游戏媒体清理能力。
- mo uninstall:新增 Windows 应用卸载与残留清理,覆盖 AppData、缓存、偏好、日志、插件和其他相关文件。
- mo analyze:新增扫描进度百分比展示、更安全的回收站删除流程和二次确认机制,并通过浅层扫描优化提升分析速度。
- mo status:新增 Windows 实时系统状态面板,支持 CPU、内存、磁盘、网络、硬件信息和健康分数展示。
- mo optimize:将 repair 能力并入
optimize,缓存重建和常见 Windows 系统修复现在可在同一工作流中完成。 - mo purge:扩展项目产物清理范围,现已覆盖 Angular、SvelteKit、Astro、coverage 输出、Elixir、Haskell、OCaml 和编辑器生成文件。
- interactive UI:新增面向 Windows 的 TUI 工具,改进方向键导航,并修复菜单交互中的异常转义字符问题。
- PowerShell:修复脚本编码问题、
-DryRun等参数形式的解析问题,以及影响命令执行和扫描稳定性的属性访问错误。 - bug fixes:修复
go.sum缺失导致的打包问题、optimize汇总结果异常、日志图标和颜色回退问题,以及多项 Windows 测试和发布链路稳定性问题。 - 本次补发修复:加强了
mo update和 quick installer 的 Git 调用处理,避免正常进度输出导致更新中断;简化了 Windows 11 的磁盘优化路径;同时让 Windows Search 索引重置在继续执行前显式等待WSearch完整停止并重启。
Special thanks to @bhadraagada, @alexandear, and @biplavbarua for their contributions to this Windows release.
V1.30.0 Razewing Ratha 🪽
Changelog
- mo clean: Hardened orphan app-data cleanup. Generic orphan cleanup now uses a 30-day inactivity window, and Claude VM bundle cleanup uses a dedicated 7-day window to reduce false positives while keeping cache cleanup responsive.
- mo clean: Fixed Xcode DeviceSupport cleanup when version arrays are empty, preventing nounset exits in sparse or partially cleaned environments.
- mo clean: Improved Application Support and project cache scanning on large directory trees, reducing stalls and keeping scans scoped to safer roots.
- core: Added a stronger Perl timeout fallback for environments without
timeoutorgtimeout, improving cleanup reliability when external commands hang. - mo purge: Fixed empty menu option and artifact selection edge cases that could previously trigger unbound variable exits under
set -u. - mo uninstall / mo optimize: Hardened LaunchServices refresh fallback. Missing
lsregisterno longer aborts the flow underset -e. - mo uninstall / mo update: Stabilized Homebrew uninstall and update paths, reduced unnecessary sudo behavior, and improved update detection for installed users.
- main menu: The update shortcut is now shown only when an actual update notice is available, avoiding stale or misleading menu actions.
- mo analyze / mo status: Fixed top-level file counting in JSON output and applied reliability-focused cleanup to status and network-related code paths.
- docs / tests: Refreshed the security audit reference and expanded regression coverage for orphan cleanup, timeout fallback, brew uninstall flows, update gating, and missing
lsregisterfallback.
更新日志
- mo clean:强化 orphan 应用数据清理策略。通用 orphan 清理现在使用 30 天静置窗口,Claude VM bundle 使用单独的 7 天窗口,在降低误删风险的同时保持缓存回收效率。
- mo clean:修复 Xcode DeviceSupport 在版本数组为空时的清理异常,避免稀疏或部分清理环境下触发
nounset退出。 - mo clean:优化大目录场景下的 Application Support 与项目缓存扫描逻辑,降低卡顿风险,并将扫描范围收敛到更安全的根路径。
- core:为缺少
timeout或gtimeout的环境补充更稳健的 Perl 超时兜底,提升外部命令卡住时的清理可靠性。 - mo purge:修复空菜单选项和空 artifact 选择导致的边界问题,避免在
set -u下出现未绑定变量退出。 - mo uninstall / mo optimize:强化 LaunchServices 刷新兜底逻辑。即使系统缺少
lsregister,流程也不会在set -e下提前中断。 - mo uninstall / mo update:稳定 Homebrew 卸载与更新路径,减少不必要的 sudo 行为,并改进已安装用户的更新检测逻辑。
- main menu:只有在确实存在更新提示时才展示更新快捷入口,避免出现过期或误导性的菜单操作。
- mo analyze / mo status:修复 JSON 输出中的顶层文件计数问题,并对状态展示与网络相关代码路径做了稳定性整理。
- docs / tests:更新安全审查参考文档,并补充 orphan 清理、超时兜底、brew 卸载、更新入口、
lsregister缺失兜底等回归测试。
V1.29.0 Mike Wheeler 🚲
Changelog
- mo purge / installer / uninstall / touchid / completion / remove: Added
--dry-run-n. Destructive commands now support preflight planning and full target preview before execution. - mo status: Added
--jsonwith machine-readable metrics. JSON mode auto-enables on non TTY stdout, and network throughput fields are now included. - mo analyze: Added
--jsonfor structured directory analysis output. JSON mode auto-enables in non TTY pipelines. - mo clean: Added version-aware cleanup for Xcode DeviceSupport on iOS, watchOS, tvOS. Retains latest 2 versions and removes older entries. Added Helium Browser cache cleanup.
- mo clean: Fixed Go module whitelist matching to
go/pkg/mod/*. Homebrew dry-run now enforces whitelist rules correctly. Xcode simulator cleanup now includes graceful fallback handling. - sudo: In non TTY contexts such as Automator and Shortcuts, privilege escalation now uses native macOS GUI auth via
osascriptinstead of silent failure. - mole --version: Nightly builds now expose install channel and commit hash for deterministic version tracing.
- core: Removed unused spinner stack and terminal validation paths in
lib/core/base.sh, reducing dead code and control-flow complexity. - update: Installer now keeps sudo session alive for the full run, avoiding credential timeout on slow networks.
- bug fixes: Fixed color variable interpolation, spinner residue after stop, pip3 macOS stub detection, and SIGPIPE in Homebrew detection under
set -euo pipefail.
更新日志
- mo purge / installer / uninstall / touchid / completion / remove:新增
--dry-run-n,破坏性命令在执行前可完成预演并输出完整目标清单。 - mo status:新增
--json机器可读输出。非 TTY stdout 自动切换 JSON,网络吞吐字段已补齐。 - mo analyze:新增
--json结构化目录分析输出,非 TTY 管道场景自动启用。 - mo clean:新增 Xcode DeviceSupport 版本化清理能力,覆盖 iOS、watchOS、tvOS,默认保留最新 2 个版本并移除历史版本。新增 Helium Browser 缓存清理。
- mo clean:修复 Go 模块缓存白名单匹配为
go/pkg/mod/*。Homebrew dry-run 现可正确执行白名单约束。Xcode 模拟器清理新增平稳降级路径。 - sudo:在非 TTY 场景,如 Automator、快捷指令,提权流程改为通过
osascript拉起原生 macOS GUI 验证,不再静默失败。 - mole --version:Nightly 构建现输出安装渠道与 commit hash,便于版本追踪与问题定位。
- core:在
lib/core/base.sh移除未使用 Spinner 栈与终端校验分支,降低死代码与控制流复杂度。 - update:安装器全程维持 sudo keepalive,避免慢网络下载阶段凭据过期。
- bug fixes:修复颜色变量插值缺失、Spinner 停止后残留、pip3 macOS stub 误判、
set -euo pipefail下 Homebrew 检测 SIGPIPE 问题。
Special thanks to @Angelk90, @KoukeNeko, @MohammedTarigg, and @imnotnoahhh for their contributions to this release.
V1.28.1 Continue 🙈
What's new in v1.28.1
- Fixed Application Support scan aborting, Aerial wallpaper cleanup,
xattrcompatibility, Time Machine hang, and unbound variable crash - Fixed deleted apps remaining in Spotlight after uninstall
- Improved uninstall flow: "Press Enter" prompt now appears immediately after summary
Changelog v1.28.0
- mo clean: Added System Data size-source detection to surface major space clues like Xcode data, iPhone backups, Simulator, Docker, Mail after cleanup.
- mo clean: Improved Application Support scanning with per-item size estimation and timeout protection, reducing hangs on large directories and improving cleanup size accuracy.
- mo clean: Fixed false success reporting for third-party log cleanup. Added storage clues after large-file checks.
- mo clean: Refined Messages runtime checks to only skip Messages preview and sticker cache cleanup.
- mo clean / mo purge: Expanded conservative cache and artifact coverage and improved purge root detection and filtering with fallback find behavior.
- mo optimize: Improved LaunchServices path detection for macOS 14+ with fallback paths, and safely skips font cache rebuild when browsers are running to prevent rendering bugs.
- mo uninstall: Refreshes the LaunchServices database after app uninstalls so deleted apps disappear from Spotlight immediately.
- mo update: Added
--nightlychannel support for script installs to test latest features. - core: Completely rewrote the background spinner logic to directly interface with /dev/tty, ensuring an uninterrupted interface and infallible
Ctrl+Cbehavior on narrow terminals. - bug fixes: Fixed Application Support scan aborting on macOS 26+, Aerial wallpaper videos being skipped,
xattrflag compatibility, Time Machine checks hanging when unconfigured, and unbound variable crash.
更新日志 v1.28.0
- mo clean:新增系统数据大小来源检测,清理后可提示主要占用线索,如 Xcode 数据、iPhone 备份、模拟器、Docker、Mail 等。
- mo clean:优化 Application Support 扫描,新增逐项大小估算与超时保护,大幅降低处理大目录时的卡顿感并提升空间统计准确性。
- mo clean:修复第三方日志清理误报成功状态的问题,并在大文件检查后增加关键存储线索提示。
- mo clean:优化 Messages 运行时判断,现在仅会跳过 Messages 的预览与贴纸缓存清理。
- mo clean / mo purge:扩展更彻底的缓存与产物覆盖范围,并改进 purge 项目根路径检测、过滤与平稳降级的 find 扫描行为。
- mo optimize:改进 LaunchServices 路径检测,支持全新 macOS 14+ 备用路径;在浏览器运行时智能跳过字体缓存重建,以避免引发网页花屏渲染故障。
- mo uninstall:应用卸载后自动刷新 LaunchServices 数据库,卸载后已从 Spotlight 中立即消失,不再残留。
- mo update:新增
--nightly渠道,支持通过安装脚本的用户抢先体验开发版最新功能。 - core:重写了后台加载动画 Spinner 的逻辑,现已直接写入 /dev/tty 以确保极窄屏幕下的显示不串行,并完美接管了完整的
Ctrl+C退出操作。 - bug fixes:修复 Application Support 扫描中断、Aerial 壁纸视频无法清理、
xattr参数兼容性报错、Time Machine 未配置时卡死、空挂载点数组未定义变量等多个用户反馈问题。
Special thanks to @Angelk90, @Harsh-Kapoorr, @imnotnoahhh, and @injuxtice for their contributions to this release. If Mole helps you, please consider giving it a star and recommending it to your friends.
V1.28.0 Silent Guardian 🚣🏻
Changelog
- mo clean: Added System Data size-source detection to surface major space clues like Xcode data, iPhone backups, Simulator, Docker, Mail after cleanup.
- mo clean: Improved Application Support scanning with per-item size estimation and timeout protection, reducing hangs on large directories and improving cleanup size accuracy.
- mo clean: Fixed false success reporting for third-party log cleanup. Added storage clues after large-file checks.
- mo clean: Refined Messages runtime checks to only skip Messages preview and sticker cache cleanup.
- mo clean / mo purge: Expanded conservative cache and artifact coverage and improved purge root detection and filtering with fallback
findbehavior. - mo optimize: Improved LaunchServices path detection for macOS 14+ with fallback paths, and safely skips font cache rebuild when browsers are running to prevent rendering bugs.
- mo uninstall: Instantly clears stale entries by refreshing the LaunchServices database asynchronously after app uninstalls.
- mo update: Added
--nightlychannel support for script installs to test latest features. - core: Completely rewrote the background spinner logic to directly interface with
/dev/tty, ensuring an uninterrupted interface and infallibleCtrl+Cbehavior on narrow terminals.
更新日志
- mo clean:新增系统数据大小来源检测,清理后可提示主要占用线索,如 Xcode 数据、iPhone 备份、模拟器、Docker、Mail 等。
- mo clean:优化 Application Support 扫描,新增逐项大小估算与超时保护,大幅降低处理大目录时的卡顿感并提升空间统计准确性。
- mo clean:修复第三方日志清理误报成功状态的问题,并在大文件检查后增加关键存储线索提示。
- mo clean:优化 Messages 运行时判断,现在仅会跳过 Messages 的预览与贴纸缓存清理。
- mo clean / mo purge:扩展更彻底的缓存与产物覆盖范围,并改进 purge 项目根路径检测、过滤与平稳降级的
find扫描行为。 - mo optimize:改进 LaunchServices 路径检测,支持全新 macOS 14+ 备用路径;在浏览器运行时智能跳过字体缓存重建,以避免引发网页花屏渲染故障。
- mo uninstall:应用卸载后自动后台刷新 LaunchServices 数据库,秒级清理系统关联菜单中的僵尸应用残留。
- mo update:新增
--nightly渠道,支持通过安装脚本的用户抢先体验开发版最新功能。 - core:重写了后台加载动画 Spinner 的逻辑,现已直接写入
/dev/tty以确保极窄屏幕下的显示不串行,并完美接管了完整的Ctrl+C退出操作。
Special thanks to @Angelk90, @Harsh-Kapoorr, @imnotnoahhh, and @injuxtice for their contributions to this release. If Mole helps you, please consider giving it a star and recommending it to your friends.
