WinMole
0.1.3
A PowerShell-powered Windows system cleaner and optimizer with an interactive Spectre Console UI. Clean temp files, uninstall apps, optimize services, analyze disk usage, and monitor system status.
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) 2025 Jorgeasaurus. All rights reserved.
Package Details
Author(s)
- Jorgeasaurus
Tags
Windows SystemCleaner Optimizer TUI SpectreConsole Cleanup DiskAnalyzer SystemMonitor
PSEditions
Dependencies
-
- PwshSpectreConsole (>= 2.0.0)
Release Notes
Install directly from the PowerShell Gallery:
```powershell
Install-Module -Name WinMole -Scope CurrentUser
```
To update to the latest version:
```powershell
Update-Module -Name WinMole
```
## v0.1.3
- Fix `analyze` TUI crashes caused by brace-containing filenames during row rendering
- Fix `analyze` and `status` interactive input handling across terminal hosts
- Fix `analyze` quit handling so typed `q` exits the TUI reliably
## v0.1.2
- Fix documented long-option parsing (`--json`, `--dry-run`, `--help`, `--version`, and related flags)
- Fix cleanup estimate calculation under strict mode
- Fix uninstall discovery and shared checklist flows used by purge and uninstall
## v0.1.0
- Initial release with PwshSpectreConsole UI
- System cleaning, app uninstaller, optimizer, disk analyzer, system status dashboard, project purge
- GitHub Actions CI/CD pipeline
FileList
- WinMole.nuspec
- WinMole.ps1
- WinMole.psd1
- WinMole.psm1
- bin\analyze.ps1
- bin\clean.ps1
- bin\optimize.ps1
- bin\purge.ps1
- bin\status.ps1
- bin\uninstall.ps1
- install.ps1
- lib\core.ps1
- lib\ui.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.1.3 (current version) | 6 | 4/20/2026 |
| 0.1.2 | 6 | 4/20/2026 |
| 0.1.1 | 8 | 4/19/2026 |