What's new
About dialog
- Redesigned About dialog: the version, licence and repo metadata now share a compact block, with Star on GitHub and Donate as labelled actions in the footer next to Check for updates and Close.
- Fixed keyboard-focus "stuck selected" look: nav buttons like About and Details no longer keep a brighter foreground after a modal dialog closes.
- Minor alignment fixes throughout the About dialog.
Other
- Scan-complete timer now shows milliseconds when the scan takes under a second, instead of rounding to "0.0s".
Downloads
| File | Size | Description |
|---|---|---|
| InstallerClean-setup.exe | ~69 MB | Recommended - Inno Setup installer |
| InstallerClean-portable.exe | ~76 MB | Self-contained, no install needed |
| InstallerClean-slim.exe | ~7.7 MB | Needs .NET 8 Desktop Runtime |
The setup installer and portable exe bundle the .NET 8 runtime so nothing else needs to be installed. The slim exe is for machines that already have .NET 8.
All downloads require administrator privileges and Windows 10 or 11.
Quick check in PowerShell (returns Substitute the filename and hash if checking the portable or slim build.
Verify your download (SHA256)
eb1807b716ba6c6c8b4a33026789e36cf83b624a872324d5792e61a68acb2639 InstallerClean-setup.exe
3eb1f76733a1e03d54f72e14f8d1f8767d30598b79b581a4e3f51f889e627ef4 InstallerClean-portable.exe
5c8301a73fd72bc32062756d1beb6ef6b7412c67f869c0565a160026ccae53af InstallerClean-slim.exe
True on match, False on mismatch):
(Get-FileHash -Algorithm SHA256 .\InstallerClean-setup.exe).Hash -eq 'eb1807b716ba6c6c8b4a33026789e36cf83b624a872324d5792e61a68acb2639'