Skip to content

Releases: tw93/Mole

V1.34.0 Efficient 🤾‍♀️

12 Apr 08:39

Choose a tag to compare

Mole Logo

Mole V1.34.0

Deep clean and optimize your Mac.

Changelog

  1. 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.
  2. mo optimize: Fixed firewall check triggering password prompts, added spinner for disk verification, improved login items audit accuracy.
  3. mo uninstall: Added mo uninstall <appname> for direct target uninstall. Expanded remnant discovery, orphan cleanup, and sfl4 cleanup.
  4. 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.
  5. 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.
  6. mo check: Dev Tools now shows installed tools instead of warning about missing ones. Added orphan LaunchAgent detection.

更新日志

  1. mo optimize: 所有优化任务自动执行,无需确认提示。新增 5 项任务:定期维护、隔离区清理、损坏 LaunchAgent 修复、.DS_Store 防护和磁盘 SMART 检查。
  2. mo optimize: 修复防火墙检查触发密码弹窗,磁盘验证新增加载动画,改进登录项审计准确性。
  3. mo uninstall: 支持 mo uninstall <appname> 直接卸载。扩展残余发现、孤立文件清理和 sfl4 清理。
  4. mo clean: 新增 Zed、Warp、Ghostty、Brave Service Worker、Stremio 缓存和过期 iOS/iPadOS .ipsw 固件清理。工具缓存清理正确遵守白名单。
  5. mo analyze: 概览模式与 JSON 输出完全对齐,子目录扫描缓存复用加速导航,修复空目录测量错误。新增 P 键 Quick Look 文件预览。
  6. 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.

https://github.com/tw93/Mole

V1.33.0 Lynx 🐱

02 Apr 12:57

Choose a tag to compare

Mole Logo

Mole V1.33.0

Deep clean and optimize your Mac.

Changelog

  1. 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.
  2. mo analyze: Added cleanable insights panel showing Trash, system caches, and Xcode artifacts so you can see what mo clean can recover before running it.
  3. 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.
  4. mo check: New Dev Environment section in mo optimize that surfaces broken Launch Agents, missing dev tools, and version conflicts (e.g. psql vs postgres, python vs pyenv).
  5. 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.
  6. mo clean: Bun cache cleanup now uses bun pm cache rm correctly, with fallback to filesystem cleanup if the command fails.
  7. mo clean: Added Cursor IDE cache cleanup to dev editor cleanup paths.
  8. mo clean: Added Stocks app cache, Office container logs, wallpaper thumbnails, and Service Worker ScriptCache cleanup.
  9. mo clean: Chrome now includes ShaderCache, GrShaderCache, and GraphiteDawnCache entries, matching parity with Brave and other browsers.
  10. 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.

更新日志

  1. mo analyze: 概览界面新增隐藏空间洞察,显示 iOS 备份、超过 90 天的下载文件以及 Xcode、Gradle、JetBrains、Docker、pip 等开发缓存的实际占用大小。
  2. mo analyze: 新增可清理项面板,提前展示 Trash、系统缓存和 Xcode 产物,让你在执行清理前了解可回收空间。
  3. mo status: 健康评分新增电池健康和运行时间维度,综合循环次数、容量和距上次重启天数进行评分。
  4. mo check: mo optimize 新增开发环境检查模块,自动检测损坏的 Launch Agents、缺失的开发工具以及版本冲突(如 psql 与 postgres、python 与 pyenv)。
  5. mo clean: Docker 清理默认改为跳过并给出 docker system df 提示,避免 daemon 未运行时意外删除数据。
  6. mo clean: Bun 缓存清理改为优先使用 bun pm cache rm,失败时降级到文件系统清理。
  7. mo clean: 开发编辑器清理新增 Cursor IDE 缓存路径。
  8. mo clean: 新增 Stocks 应用缓存、Office 容器日志、壁纸缩略图和 Service Worker ScriptCache 清理。
  9. mo clean: Chrome 补齐 ShaderCache、GrShaderCache 和 GraphiteDawnCache 清理,与 Brave 等浏览器保持一致。
  10. 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.

https://github.com/tw93/Mole

V1.32.0 Rorqual 🐋

28 Mar 11:47

Choose a tag to compare

Mole Logo

Mole V1.32.0

Deep clean and optimize your Mac.

Changelog

  1. 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.
  2. 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.
  3. mo clean: Fixed a gtimeout error in service worker cache cleanup. gtimeout cannot wrap shell functions, so the size call now runs directly.
  4. mo clean: Brave Browser version cleanup now checks for broken Current symlinks before proceeding, matching the guard already in place for Chrome and Edge.
  5. 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.
  6. mo clean: Added PCSX2 and RPCS3 emulator cache and log cleanup. Save data and configurations are intentionally left untouched.
  7. mo analyze: ESC now quits the tool when already at the top-level overview, consistent with Q and Ctrl+C.
  8. mo uninstall: Background-only helper apps flagged with LSBackgroundOnly are 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.
  9. Main menu: TouchID detection now checks /etc/pam.d/sudo_local in addition to /etc/pam.d/sudo, fixing false negatives on macOS Sequoia. Added V shortcut to view version info directly from the main menu.
  10. 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.

更新日志

  1. mo clean:壁纸代理和 Messages 预览缓存现在始终执行清理。两个进程在 macOS 上永久驻留后台,此前的运行状态守卫导致这些缓存每次都被静默跳过。
  2. mo clean:Python 字节码缓存输出现在只显示项目目录名,不再显示完整路径,提升宽目录树场景下的可读性。
  3. mo clean:修复 Service Worker 缓存清理中的 gtimeout 报错。gtimeout 无法包装 shell 函数,大小计算现在直接调用。
  4. mo clean:Brave Browser 版本清理现在在操作前检查 Current 符号链接是否损坏,与 Chrome 和 Edge 已有的守卫保持一致。
  5. mo clean:Spotify 缓存保护现在通过检查 bnk 文件大小来正确判断是否正在播放,修复了此前可能误保护或误清理的问题。
  6. mo clean:新增 PCSX2 和 RPCS3 模拟器缓存及日志清理,存档和配置文件不受影响。
  7. mo analyze:在顶层概览界面按 ESC 现在会直接退出,与 Q 和 Ctrl+C 行为一致。
  8. mo uninstall:带有 LSBackgroundOnly 标记的后台辅助程序从应用列表中过滤,不可见辅助进程不再出现在卸载目标中。首次运行时现在加载全部应用大小,不再受内联元数据上限限制。
  9. 主菜单:TouchID 检测现在同时检查 /etc/pam.d/sudo_local,修复 macOS Sequoia 下误判未配置的问题。新增 V 快捷键可直接从主菜单查看版本信息。
  10. 安装:文件安装前统一预热 sudo 凭证,消除多次输入密码的问题。修复安装渠道元数据偶发写入失败的告警。

Special thanks to @AlexanderAverin for contributing PCSX2 and RPCS3 emulator support in this release.

https://github.com/tw93/Mole

v1.29.1-windows

22 Mar 06:52

Choose a tag to compare

v1.29.1-windows Pre-release
Pre-release

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.ps1

These 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 🐕

21 Mar 08:18

Choose a tag to compare

Mole Logo

Mole V1.31.0

Deep clean and optimize your Mac.

Changelog

  1. Performance: Scan phase is significantly faster across mo clean, mo purge, and mo optimize. Cache root discovery runs in parallel, per-item subprocess forks are replaced with bash parameter expansion, and brew outdated checks run concurrently with timeout protection.
  2. mo status: Fixed APFS disk capacity reporting — gopsutil could return inflated totals on external volumes. Now uses a three-tier fallback: Finder → diskutil APFS → raw statfs. Finder probe failures are cached to avoid repeated timeouts.
  3. 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).
  4. mo status: Fixed ghost lines appearing when the terminal is resized.
  5. mo clean: Fixed incomplete download cleanup silently skipping files whose names contain spaces. Files currently in use are also skipped.
  6. mo clean: Preserved Mole runtime logs, tealdeer tldr cache, and Aerial wallpaper assets — these are no longer removed during a standard clean. Added opt-in Docker unused data pruning.
  7. 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.
  8. 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.
  9. mo uninstall: Fixed relative symlink resolution during app cleanup. Improved brew uninstall fallback consistency. Added detection for bundle-ID-derived extension leftovers.
  10. macOS update / sudo: Update detection now uses softwareupdate output 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.

更新日志

  1. 性能提升mo cleanmo purgemo optimize 的扫描阶段大幅提速。缓存根目录发现改为并行执行,逐条目子进程 fork 替换为 bash 参数展开,brew outdated 检查并发运行并带超时保护。
  2. mo status:修复 APFS 磁盘容量显示不准确问题,gopsutil 在外部 APFS 卷上可能返回翻倍数值,现改为三层回退:Finder → diskutil APFS → 原始 statfs,Finder 探测失败结果缓存避免重复超时。
  3. mo status:新增持续高 CPU 进程告警。超过阈值并持续达到设定窗口的进程会在界面中标记,可通过 --proc-cpu-threshold(默认 100%)和 --proc-cpu-window(默认 5 分钟)配置。
  4. mo status:修复调整终端窗口大小时出现幽灵行的问题。
  5. mo clean:修复未完成下载清理静默跳过含空格文件名的问题,同时跳过正在使用中的文件。
  6. mo clean:默认保留 Mole 运行日志、tealdeer tldr 缓存和 Aerial 壁纸资源,不再在常规清理中删除。新增可选的 Docker 未使用数据清理。
  7. mo clean:dry-run 预览按文件系统身份去重,别名路径和符号链接不再重复出现。Application Support 清理遵守用户白名单,系统 launch agent 受到明确保护。
  8. mo purge:条目选择和确认界面现在显示完整路径,移除 60 字符硬截断,改为根据终端宽度智能压缩。大小计算并行执行,避免大型项目卡住菜单。
  9. mo uninstall:修复应用清理中相对路径符号链接解析问题,改善 brew 卸载兜底一致性,新增 bundle ID 派生扩展残留文件检测。
  10. 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.

https://github.com/tw93/Mole

V1.29.0 Rathalos 🐉

08 Mar 07:15

Choose a tag to compare

V1.29.0 Rathalos 🐉 Pre-release
Pre-release
Mole Logo

Mole Windows V1.29.0

Deep clean and optimize your Windows.

Windows Pre-release

Changelog

  1. Windows core: Introduced the native Windows command set built on PowerShell, including mo clean, mo optimize, mo uninstall, mo analyze, mo status, and mo purge, with an interactive menu as the main entry.
  2. 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.
  3. mo uninstall: Added Windows app removal with leftover cleanup across AppData, caches, preferences, logs, plug-ins, and other related files.
  4. mo analyze: Added scanning progress percentage, safer deletion through Trash flow and two-step confirmation, and faster scan performance with shallow depth optimization.
  5. mo status: Added a live Windows system dashboard with CPU, memory, disk, network, hardware, and health score reporting.
  6. mo optimize: Merged repair actions into optimize, so cache rebuilds and common Windows system fixes now run from one workflow.
  7. mo purge: Expanded project artifact cleanup to cover Angular, SvelteKit, Astro, coverage output, Elixir, Haskell, OCaml, and editor generated files.
  8. interactive UI: Added Windows focused TUI tools, improved arrow key navigation, and fixed stray escape sequence issues in menu interactions.
  9. PowerShell: Fixed script encoding issues, switch argument handling for forms such as -DryRun, and property access errors that affected command execution and scan stability.
  10. bug fixes: Fixed missing go.sum packaging, optimize summary reporting, logging icon and color fallback, and several Windows reliability issues across tests and release automation.
  11. refreshed prerelease fixes: Hardened mo update and 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 for WSearch to fully stop and restart.

更新日志

  1. Windows core:新增基于 PowerShell 的原生 Windows 命令体系,包含 mo cleanmo optimizemo uninstallmo analyzemo statusmo purge,并提供交互式主菜单作为统一入口。
  2. mo clean:新增 Windows 临时文件、系统日志、浏览器缓存、应用缓存、开发缓存、夸克视频缓存、GPU 着色器缓存、截图、录屏内容和游戏媒体清理能力。
  3. mo uninstall:新增 Windows 应用卸载与残留清理,覆盖 AppData、缓存、偏好、日志、插件和其他相关文件。
  4. mo analyze:新增扫描进度百分比展示、更安全的回收站删除流程和二次确认机制,并通过浅层扫描优化提升分析速度。
  5. mo status:新增 Windows 实时系统状态面板,支持 CPU、内存、磁盘、网络、硬件信息和健康分数展示。
  6. mo optimize:将 repair 能力并入 optimize,缓存重建和常见 Windows 系统修复现在可在同一工作流中完成。
  7. mo purge:扩展项目产物清理范围,现已覆盖 Angular、SvelteKit、Astro、coverage 输出、Elixir、Haskell、OCaml 和编辑器生成文件。
  8. interactive UI:新增面向 Windows 的 TUI 工具,改进方向键导航,并修复菜单交互中的异常转义字符问题。
  9. PowerShell:修复脚本编码问题、-DryRun 等参数形式的解析问题,以及影响命令执行和扫描稳定性的属性访问错误。
  10. bug fixes:修复 go.sum 缺失导致的打包问题、optimize 汇总结果异常、日志图标和颜色回退问题,以及多项 Windows 测试和发布链路稳定性问题。
  11. 本次补发修复:加强了 mo update 和 quick installer 的 Git 调用处理,避免正常进度输出导致更新中断;简化了 Windows 11 的磁盘优化路径;同时让 Windows Search 索引重置在继续执行前显式等待 WSearch 完整停止并重启。

Special thanks to @bhadraagada, @alexandear, and @biplavbarua for their contributions to this Windows release.

https://github.com/tw93/Mole

V1.30.0 Razewing Ratha 🪽

08 Mar 08:45

Choose a tag to compare

Mole Logo

Mole V1.30.0

Deep clean and optimize your Mac.

Changelog

  1. 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.
  2. mo clean: Fixed Xcode DeviceSupport cleanup when version arrays are empty, preventing nounset exits in sparse or partially cleaned environments.
  3. mo clean: Improved Application Support and project cache scanning on large directory trees, reducing stalls and keeping scans scoped to safer roots.
  4. core: Added a stronger Perl timeout fallback for environments without timeout or gtimeout, improving cleanup reliability when external commands hang.
  5. mo purge: Fixed empty menu option and artifact selection edge cases that could previously trigger unbound variable exits under set -u.
  6. mo uninstall / mo optimize: Hardened LaunchServices refresh fallback. Missing lsregister no longer aborts the flow under set -e.
  7. mo uninstall / mo update: Stabilized Homebrew uninstall and update paths, reduced unnecessary sudo behavior, and improved update detection for installed users.
  8. main menu: The update shortcut is now shown only when an actual update notice is available, avoiding stale or misleading menu actions.
  9. mo analyze / mo status: Fixed top-level file counting in JSON output and applied reliability-focused cleanup to status and network-related code paths.
  10. docs / tests: Refreshed the security audit reference and expanded regression coverage for orphan cleanup, timeout fallback, brew uninstall flows, update gating, and missing lsregister fallback.

更新日志

  1. mo clean:强化 orphan 应用数据清理策略。通用 orphan 清理现在使用 30 天静置窗口,Claude VM bundle 使用单独的 7 天窗口,在降低误删风险的同时保持缓存回收效率。
  2. mo clean:修复 Xcode DeviceSupport 在版本数组为空时的清理异常,避免稀疏或部分清理环境下触发 nounset 退出。
  3. mo clean:优化大目录场景下的 Application Support 与项目缓存扫描逻辑,降低卡顿风险,并将扫描范围收敛到更安全的根路径。
  4. core:为缺少 timeoutgtimeout 的环境补充更稳健的 Perl 超时兜底,提升外部命令卡住时的清理可靠性。
  5. mo purge:修复空菜单选项和空 artifact 选择导致的边界问题,避免在 set -u 下出现未绑定变量退出。
  6. mo uninstall / mo optimize:强化 LaunchServices 刷新兜底逻辑。即使系统缺少 lsregister,流程也不会在 set -e 下提前中断。
  7. mo uninstall / mo update:稳定 Homebrew 卸载与更新路径,减少不必要的 sudo 行为,并改进已安装用户的更新检测逻辑。
  8. main menu:只有在确实存在更新提示时才展示更新快捷入口,避免出现过期或误导性的菜单操作。
  9. mo analyze / mo status:修复 JSON 输出中的顶层文件计数问题,并对状态展示与网络相关代码路径做了稳定性整理。
  10. docs / tests:更新安全审查参考文档,并补充 orphan 清理、超时兜底、brew 卸载、更新入口、lsregister 缺失兜底等回归测试。

V1.29.0 Mike Wheeler 🚲

05 Mar 07:17

Choose a tag to compare

Mole Logo

Mole V1.29.0

Deep clean and optimize your Mac.

Changelog

  1. mo purge / installer / uninstall / touchid / completion / remove: Added --dry-run -n. Destructive commands now support preflight planning and full target preview before execution.
  2. mo status: Added --json with machine-readable metrics. JSON mode auto-enables on non TTY stdout, and network throughput fields are now included.
  3. mo analyze: Added --json for structured directory analysis output. JSON mode auto-enables in non TTY pipelines.
  4. 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.
  5. 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.
  6. sudo: In non TTY contexts such as Automator and Shortcuts, privilege escalation now uses native macOS GUI auth via osascript instead of silent failure.
  7. mole --version: Nightly builds now expose install channel and commit hash for deterministic version tracing.
  8. core: Removed unused spinner stack and terminal validation paths in lib/core/base.sh, reducing dead code and control-flow complexity.
  9. update: Installer now keeps sudo session alive for the full run, avoiding credential timeout on slow networks.
  10. bug fixes: Fixed color variable interpolation, spinner residue after stop, pip3 macOS stub detection, and SIGPIPE in Homebrew detection under set -euo pipefail.

更新日志

  1. mo purge / installer / uninstall / touchid / completion / remove:新增 --dry-run -n,破坏性命令在执行前可完成预演并输出完整目标清单。
  2. mo status:新增 --json 机器可读输出。非 TTY stdout 自动切换 JSON,网络吞吐字段已补齐。
  3. mo analyze:新增 --json 结构化目录分析输出,非 TTY 管道场景自动启用。
  4. mo clean:新增 Xcode DeviceSupport 版本化清理能力,覆盖 iOS、watchOS、tvOS,默认保留最新 2 个版本并移除历史版本。新增 Helium Browser 缓存清理。
  5. mo clean:修复 Go 模块缓存白名单匹配为 go/pkg/mod/*。Homebrew dry-run 现可正确执行白名单约束。Xcode 模拟器清理新增平稳降级路径。
  6. sudo:在非 TTY 场景,如 Automator、快捷指令,提权流程改为通过 osascript 拉起原生 macOS GUI 验证,不再静默失败。
  7. mole --version:Nightly 构建现输出安装渠道与 commit hash,便于版本追踪与问题定位。
  8. core:在 lib/core/base.sh 移除未使用 Spinner 栈与终端校验分支,降低死代码与控制流复杂度。
  9. update:安装器全程维持 sudo keepalive,避免慢网络下载阶段凭据过期。
  10. 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.

https://github.com/Mole

V1.28.1 Continue 🙈

28 Feb 03:32

Choose a tag to compare

Mole Logo

Mole V1.28.1

Deep clean and optimize your Mac.

What's new in v1.28.1

  1. Fixed Application Support scan aborting, Aerial wallpaper cleanup, xattr compatibility, Time Machine hang, and unbound variable crash
  2. Fixed deleted apps remaining in Spotlight after uninstall
  3. Improved uninstall flow: "Press Enter" prompt now appears immediately after summary

Changelog v1.28.0

  1. mo clean: Added System Data size-source detection to surface major space clues like Xcode data, iPhone backups, Simulator, Docker, Mail after cleanup.
  2. mo clean: Improved Application Support scanning with per-item size estimation and timeout protection, reducing hangs on large directories and improving cleanup size accuracy.
  3. mo clean: Fixed false success reporting for third-party log cleanup. Added storage clues after large-file checks.
  4. mo clean: Refined Messages runtime checks to only skip Messages preview and sticker cache cleanup.
  5. mo clean / mo purge: Expanded conservative cache and artifact coverage and improved purge root detection and filtering with fallback find behavior.
  6. 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.
  7. mo uninstall: Refreshes the LaunchServices database after app uninstalls so deleted apps disappear from Spotlight immediately.
  8. mo update: Added --nightly channel support for script installs to test latest features.
  9. core: Completely rewrote the background spinner logic to directly interface with /dev/tty, ensuring an uninterrupted interface and infallible Ctrl+C behavior on narrow terminals.
  10. bug fixes: Fixed Application Support scan aborting on macOS 26+, Aerial wallpaper videos being skipped, xattr flag compatibility, Time Machine checks hanging when unconfigured, and unbound variable crash.

更新日志 v1.28.0

  1. mo clean:新增系统数据大小来源检测,清理后可提示主要占用线索,如 Xcode 数据、iPhone 备份、模拟器、Docker、Mail 等。
  2. mo clean:优化 Application Support 扫描,新增逐项大小估算与超时保护,大幅降低处理大目录时的卡顿感并提升空间统计准确性。
  3. mo clean:修复第三方日志清理误报成功状态的问题,并在大文件检查后增加关键存储线索提示。
  4. mo clean:优化 Messages 运行时判断,现在仅会跳过 Messages 的预览与贴纸缓存清理。
  5. mo clean / mo purge:扩展更彻底的缓存与产物覆盖范围,并改进 purge 项目根路径检测、过滤与平稳降级的 find 扫描行为。
  6. mo optimize:改进 LaunchServices 路径检测,支持全新 macOS 14+ 备用路径;在浏览器运行时智能跳过字体缓存重建,以避免引发网页花屏渲染故障。
  7. mo uninstall:应用卸载后自动刷新 LaunchServices 数据库,卸载后已从 Spotlight 中立即消失,不再残留。
  8. mo update:新增 --nightly 渠道,支持通过安装脚本的用户抢先体验开发版最新功能。
  9. core:重写了后台加载动画 Spinner 的逻辑,现已直接写入 /dev/tty 以确保极窄屏幕下的显示不串行,并完美接管了完整的 Ctrl+C 退出操作。
  10. 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.

https://github.com/tw93/Mole

V1.28.0 Silent Guardian 🚣🏻

27 Feb 02:23

Choose a tag to compare

Mole Logo

Mole V1.28.0

Deep clean and optimize your Mac.

Changelog

  1. mo clean: Added System Data size-source detection to surface major space clues like Xcode data, iPhone backups, Simulator, Docker, Mail after cleanup.
  2. mo clean: Improved Application Support scanning with per-item size estimation and timeout protection, reducing hangs on large directories and improving cleanup size accuracy.
  3. mo clean: Fixed false success reporting for third-party log cleanup. Added storage clues after large-file checks.
  4. mo clean: Refined Messages runtime checks to only skip Messages preview and sticker cache cleanup.
  5. mo clean / mo purge: Expanded conservative cache and artifact coverage and improved purge root detection and filtering with fallback find behavior.
  6. 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.
  7. mo uninstall: Instantly clears stale entries by refreshing the LaunchServices database asynchronously after app uninstalls.
  8. mo update: Added --nightly channel support for script installs to test latest features.
  9. core: Completely rewrote the background spinner logic to directly interface with /dev/tty, ensuring an uninterrupted interface and infallible Ctrl+C behavior on narrow terminals.

更新日志

  1. mo clean:新增系统数据大小来源检测,清理后可提示主要占用线索,如 Xcode 数据、iPhone 备份、模拟器、Docker、Mail 等。
  2. mo clean:优化 Application Support 扫描,新增逐项大小估算与超时保护,大幅降低处理大目录时的卡顿感并提升空间统计准确性。
  3. mo clean:修复第三方日志清理误报成功状态的问题,并在大文件检查后增加关键存储线索提示。
  4. mo clean:优化 Messages 运行时判断,现在仅会跳过 Messages 的预览与贴纸缓存清理。
  5. mo clean / mo purge:扩展更彻底的缓存与产物覆盖范围,并改进 purge 项目根路径检测、过滤与平稳降级的 find 扫描行为。
  6. mo optimize:改进 LaunchServices 路径检测,支持全新 macOS 14+ 备用路径;在浏览器运行时智能跳过字体缓存重建,以避免引发网页花屏渲染故障。
  7. mo uninstall:应用卸载后自动后台刷新 LaunchServices 数据库,秒级清理系统关联菜单中的僵尸应用残留。
  8. mo update:新增 --nightly 渠道,支持通过安装脚本的用户抢先体验开发版最新功能。
  9. 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.

https://github.com/tw93/Mole