Windows System Maintenance Toolkit (Prerelease)
Download: mole-1.29.0-x64.zip (portable) or .exe (launcher)
TUI assets: analyze-windows-x64.exe and status-windows-x64.exe
Install:
Expand-Archive mole-1.29.0-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.
What's Changed
- fix: golangci-lint config by @alexandear in #274
- feat(windows): add Windows support Phase 1 - core infrastructure by @bhadraagada in #275
- feat: add Angular, SvelteKit, Astro, and coverage to purge targets by @biplavbarua in #286
- feat: add cleanup support for Elixir, Haskell, OCaml, and Editors by @bhadraagada in #302
- Add GPU shader cache cleanup and a new
mole repaircommand with system fix utilities. by @bhadraagada in #305 - hotfix for issue #316 by @bhadraagada in #324
- feat: Add Windows package manager publishing infrastructure (#343) by @bhadraagada in #356
New Contributors
- @bhadraagada made their first contribution in #275
Full Changelog: V1.20.0...v1.29.0-windows