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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WinMole

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WinMole

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 Jorgeasaurus. All rights reserved.

Package Details

Author(s)

  • Jorgeasaurus

Tags

Windows SystemCleaner Optimizer TUI SpectreConsole Cleanup DiskAnalyzer SystemMonitor

PSEditions

Core

Dependencies

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

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