WinMole
0.1.1
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.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 | 6 | 4/20/2026 |
| 0.1.2 | 6 | 4/20/2026 |
| 0.1.1 (current version) | 8 | 4/19/2026 |