Skip to content

Releases: tw93/Mole

V1.36.3 Falcon 🦅

29 Apr 08:07

Choose a tag to compare

Mole Logo

Mole V1.36.3 Falcon 🦅

Deep clean and optimize your Mac.

Changelog

  1. mo uninstall: App sizes now show on the first run instead of requiring a second invocation; timestamps from ZIP-based bundles (e.g. "46y ago") are filtered out. (closes #798)
  2. mo analyze: Child directory caches are now invalidated on refresh so stale sizes are not reused across sessions. (closes #812)
  3. mo clean: Chrome Remote Desktop files are no longer flagged as orphans. (closes #808)
  4. mo clean: Added cleanup coverage for Claude Code, opencode share/, VS Code/Cursor WebStorage, and Wondershare installer leftovers.
  5. UI: Vim G and gg keybindings for jump-to-bottom/top in all list views. (closes #809)
  6. Whitelist editor: Menu cancel is now detected correctly and surfaces "no changes saved" feedback. (closes #807)
  7. mo optimize: New run_optimize_diagnostics surfaces CPU and disk bottlenecks during optimization.
  8. Caches: Guard head -1 pipeline from SIGPIPE under set -o pipefail. (closes #803)

更新日志

  1. mo uninstall: 首次运行即显示应用体积,不再需要跑两遍;同时过滤 ZIP 包产生的异常时间戳(如 "46y ago")。(closes #798)
  2. mo analyze: 刷新时清除子目录缓存,避免跨会话复用过期体积数据。(closes #812)
  3. mo clean: Chrome Remote Desktop 文件不再被误判为孤立文件。(closes #808)
  4. mo clean: 新增 Claude Code、opencode share/、VS Code/Cursor WebStorage、Wondershare 安装器残留的清理覆盖。
  5. UI: 列表视图支持 Vim G(跳到底部)和 gg(跳到顶部)快捷键。(closes #809)
  6. 白名单编辑器: 正确识别菜单取消操作并提示"未保存更改"。(closes #807)
  7. mo optimize: 新增 run_optimize_diagnostics,优化时展示 CPU 和磁盘瓶颈诊断信息。
  8. 缓存模块: 修复 set -o pipefailhead -1 管道的 SIGPIPE 问题。(closes #803)

Special thanks to @MAXOUXAX (#798) and @baryon (#803) for bug reports.

Thanks also to contributors on #807, #808, #809, and #812 for the feedback that drove this release.

https://github.com/tw93/Mole

V1.36.2 Otter 🦦

27 Apr 06:34

Choose a tag to compare

Mole Logo

Mole V1.36.2 Otter 🦦

Deep clean and optimize your Mac.

Changelog

  1. mo uninstall: Trash moves are now batched into a single call so mo uninstall no longer freezes silently for tens of seconds after confirmation, and the spinner stays animated through each removal phase to show progress in real time.
  2. mo uninstall: Optimized the pkg receipt scan that runs before the confirmation prompt. (#799, closes #798)
  3. mo install: Use absolute /usr/bin/sed to bypass PATH-shadowed GNU sed on machines where Homebrew's GNU coreutils take precedence. (closes #796)
  4. mo install: Fall back to the latest release tag when the version URL 404s, so installs no longer fail on fresh setups.
  5. mo clean: Preserve the active Claude / Cursor CLI symlinks instead of removing them during version cleanup. (closes #801)

更新日志

  1. mo uninstall: 废纸篓移动改为批量调用,确认后不再有"卡住几十秒"的错觉;各阶段全程保留动画,实时显示进度。
  2. mo uninstall: 优化确认前的 pkg 包检索速度。(#799, closes #798)
  3. mo install: 安装脚本改用 /usr/bin/sed 绝对路径,避免 PATH 中 GNU sed 优先时报错。(closes #796)
  4. mo install: 版本 URL 返回 404 时回退到最新 release tag,全新设备安装不再失败。
  5. mo clean: 清理旧版本时保留 Claude / Cursor CLI 当前版本的软链,不再误删。(closes #801)

Special thanks to @xronocode for the pkg receipt scan optimization (#799).

Thanks also to @wchmb, @MAXOUXAX, and @baryon for the bug reports that drove this release.

https://github.com/tw93/Mole

V1.36.1 Beaver 🦫

26 Apr 02:58

Choose a tag to compare

Mole Logo

Mole V1.36.1

Deep clean and optimize your Mac.

Changelog

  1. mo uninstall: LaunchAgent/LaunchDaemon plist files now removed after unload, pkg-installed apps detected in non-standard paths like /usr/local and /opt, nested helper apps no longer block login item cleanup, sudo dropped before invoking brew so cask removal does not abort with "running as root", and the Homebrew CLI survives bottle relocation when the prefix contains spaces (Applite-style installs).
  2. mo clean: Service Worker ScriptCache is preserved while Chrome / Arc / Brave / Vivaldi / VS Code / Cursor are running so MV3 extensions keep working, TCC-protected Group Containers are skipped to stop repeated privacy prompts, Cloud & Office section now honors timeout + SIGINT instead of stalling, Microsoft Office helpers and scientific software bundles are protected from false orphan detection (bash 3.2 safe), Yarn v1 global cache cleanup added.
  3. mo clean: AI agent old-version cleanup now covers GitHub Copilot CLI (~/.copilot/pkg/universal/<version>/) alongside Claude Code and Cursor Agent.
  4. mo analyze: Worker pool halved again to prevent OS thread exhaustion under Steam-like fan-out, delete now uses selective cache invalidation instead of a full rescan, bundle resolver keeps the filesystem fallback alive when mdfind times out.
  5. mo optimize: Periodic maintenance gracefully skipped on macOS 26+ where the underlying tool was removed, mo optimise alias and completion added.
  6. Core: Path validation error for protected paths downgraded to a hint so it stops looking like a real failure.

更新日志

  1. mo uninstall: 卸载后会清理残留的 LaunchAgent/LaunchDaemon plist;新增对 /usr/local/opt 等非标准路径下 pkg 安装应用的识别;嵌套 helper app 不再阻塞登录项清理;调用 brew 前会丢弃 sudo,避免 cask 卸载因 "running as root" 中断;Homebrew bottle 在路径含空格的前缀(如 Applite)下也能正常运行。
  2. mo clean: Chrome / Arc / Brave / Vivaldi / VS Code / Cursor 正在运行时不再清理 Service Worker ScriptCache,MV3 扩展不会再被清理掉;TCC 受保护的 Group Containers 被跳过,避免反复弹隐私授权;Cloud & Office 段加入超时与 SIGINT 处理,不再卡住;Microsoft Office helpers 与科研软件 bundle 不再被误判为孤儿(兼容 macOS 自带 bash 3.2);新增 Yarn v1 全局缓存清理。
  3. mo clean: AI 编程助手老版本清理新增 GitHub Copilot CLI(~/.copilot/pkg/universal/<version>/),与 Claude Code、Cursor Agent 一起处理。
  4. mo analyze: 工作池上限再次下调,防止 Steam 类目录扇出场景下耗尽系统线程;删除文件时使用增量缓存失效,无需整体重扫;bundle 解析在 mdfind 超时后保留文件系统兜底。
  5. mo optimize: macOS 26+ 上底层工具不存在的 periodic maintenance 改为优雅跳过;新增 mo optimise 别名和补全。
  6. 核心: 受保护路径的校验错误信息降级为提示,不再看起来像真的失败。

Special thanks to @sebastianbreguel for the protected-path error downgrade, the bundle_resolver mdfind fallback, and the empty-array guard fix (#771, #774, #792); @bevanjkay for the mo optimise alias (#763); @khisby for the Yarn v1 global cache cleanup (#780); and @tairosonloa for the concurrent bash 3.2 fix (#791) that came in minutes apart.

Thanks also to @sizoune, @GalaevAlexey, @kokkil, @mmemetea, @kowyo, @calvindotsg, @haoliangwu, @JscSatoshi, @Angelk90, @watashiymy, @jzkxp, @FIFCOM, @mastepanoski, and @joshlawton for the bug reports and feature requests that drove this release.

https://github.com/tw93/Mole

V1.35.0 Swift 🦅

19 Apr 13:58

Choose a tag to compare

Mole Logo

Mole V1.35.0

Deep clean and optimize your Mac.

Changelog

  1. mo uninstall: Added --list flag for installed app inventory, removals now route through Trash by default with --permanent flag for direct deletion, fixed bundle-id-prefixed launch daemon detection and metadata cache hang issues
  2. mo clean: Added AI coding agent cleanup (Claude Code, Cursor, Windsurf, Cline, Aider), whitelist now respected in orphaned-data scan and Chrome service worker caches, added unavailable Xcode simulator cleanup with timeout protection
  3. mo clean: Scan speed improved for typical 50-500 item batches by switching path deduplication from O(n²) bash loops to O(n log n) sort pipeline
  4. mo analyze: Fixed critical worker pool exhaustion under Steam-like directory fan-out scenarios, halved goroutine limits to prevent OS thread ceiling hits during deep scans
  5. mo purge: Added artifact age display in selector, fixed empty paths array guard and size precomputation throttling
  6. mo optimize: Startup delay eliminated by replacing per-item subprocess JSON parsing with single-pass awk (6s to instant), periodic maintenance stderr now surfaces under --debug flag, disk verify disabled by default and skips when sudo unavailable
  7. mo check: Added stale Homebrew tap detection, fixed Touch ID detection in sudo_local for modern macOS
  8. Core: Closed whitelist gap, tightened launch-daemon glob patterns, hardened mole_delete forensics with Trash routing and deletion logging, fixed CJK character alignment across installer, app selector, purge menu, and uninstall list, added mo analyse alias

更新日志

  1. mo uninstall: 新增 --list 标志查看已安装应用清单,卸载默认移至废纸篓可用 --permanent 标志直接删除,修复 bundle-id 前缀启动守护进程检测和元数据缓存挂起问题
  2. mo clean: 新增 AI 编程助手清理(Claude Code、Cursor、Windsurf、Cline、Aider),白名单现在正确应用于孤立数据扫描和 Chrome service worker 缓存,新增不可用 Xcode 模拟器清理带超时保护
  3. mo clean: 扫描速度优化,50-500 项批量路径去重从 O(n²) bash 循环切换到 O(n log n) sort 管道
  4. mo analyze: 修复 Steam 类目录扇出场景下的工作池耗尽问题,将 goroutine 限制减半防止深度扫描时触及系统线程上限
  5. mo purge: 选择器中新增文件年龄显示,修复空路径数组保护和大小预计算节流
  6. mo optimize: 消除启动延迟,JSON 解析从逐项子进程方式改为单次 awk 解析(6 秒变即时),定期维护错误输出现在在 --debug 标志下显示,磁盘验证默认禁用且 sudo 不可用时自动跳过
  7. mo check: 新增过期 Homebrew tap 检测,修复现代 macOS 中 sudo_local 的 Touch ID 检测
  8. 核心: 关闭白名单漏洞,收紧启动守护进程 glob 模式,强化 mole_delete 取证带废纸篓路由和删除日志,修复安装器、应用选择器、清除菜单和卸载列表中的 CJK 字符对齐问题,新增 mo analyse 别名

Special thanks to @sebastianbreguel, @JackPhallen, @dylanljoss, @andrei-murariu, and @alexandear-org for their contributions.

https://github.com/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