What's new
- Check for updates button in About window
- Donate link now points to nofaff.netlify.app
- Heart icon replaces Ko-fi button
- Hover animation on star and heart icons
- Dependabot and CodeQL security scanning
Downloads
| File | Size | Description |
|---|---|---|
| InstallerClean-setup.exe | 72 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.
Verify your download (SHA256)
4e42eba0da04c9e823c97aa79339cdbd91ed8c92aff71d5206f459030a555a1b InstallerClean-setup.exe
58d8b445e5446fe00f03d2eb1dbf9a4cbaf18cf6c8ae8203f6081ded5a2c7e98 InstallerClean-portable.exe
611125ec19ea5b81edf68b6ea4aa8f5c58a2be41e9cf18b93c15e14f4cbb456c InstallerClean-slim.exe
Quick check in PowerShell (returns True on match, False on mismatch):
(Get-FileHash -Algorithm SHA256 .\InstallerClean-setup.exe).Hash -eq '4e42eba0da04c9e823c97aa79339cdbd91ed8c92aff71d5206f459030a555a1b'Substitute the filename and hash if checking the portable or slim build. For a manual visual check, run Get-FileHash -Algorithm SHA256 .\InstallerClean-setup.exe and compare the Hash output to the list above.