GET WINSIGHT
Download for Windows
Per-user install under %LOCALAPPDATA%, no administrator rights, no .NET runtime to install, no service, no telemetry component. English, French and Spanish.
Latest release: v0.12.0 · published 2026-09-01 · release notes & all files →
Intel / AMD 64-bit
For most Intel/AMD Windows PCs · portable ZIP also available
winsight-v0.12.0-win-x64-setup.exe
sha256: 09715a96d74e5c08140bc2b5321d4d1903344835c7a4e04d8f2c89748f2de2ddwinsight-v0.12.0-win-x64.zip
sha256: 1b307b35f358c933b84c599c2d969fd640fbce32dcfb9bf5ad1bde860522dbd4Windows on Arm
Native Arm64 · privileged runtime not yet qualified
winsight-v0.12.0-win-arm64-setup.exe
sha256: ca1aa52eb8ef4856a8f366900861b997678fb009b31161a31e349e30140a707bwinsight-v0.12.0-win-arm64.zip
sha256: 8061dd7390c69738eeee1b50db61e80375171b466936dd281c652838442fa944Supported Windows
- Windows 11, x64 or Arm64
- Windows 10 22H2 (build 19045+), while supported by Microsoft
- 32-bit Windows is intentionally not supported
Verify before you run
Every release ships SHA-256 checksums, an SBOM and GitHub build provenance. Releases are not yet Authenticode-signed (the project holds no code-signing certificate) so Windows will warn on first run. Verify integrity yourself:
# example: calculate the x64 portable ZIP SHA-256
Get-FileHash winsight-v0.12.0-win-x64.zip -Algorithm SHA256
# build provenance
gh attestation verify winsight-v0.12.0-win-x64.zip --repo ClementG91/winsight
Sources: README.md#install · docs/CODE_SIGNING.md, checked 2026-08-24
Install in four steps
- 01
Download the installer matching your processor architecture from the latest GitHub release.
- 02
Verify its checksum using the adjacent .sha256 file, and optionally the GitHub attestation.
- 03
Run the installer and select English, French or Spanish. No elevation requested.
- 04
Launch WinSight from the Start menu and run your first Overview scan.
Optional: the outbound-firewall service
The firewall service is deliberately not installed by setup. It registers a LocalSystem service and mutates the Windows Filtering Platform, which should be an explicit decision. From an elevated console:
.\winsight-firewall-service.exe install
.\winsight-firewall-service.exe status
.\winsight-firewall-service.exe wfp-selftest
It starts audit-only. Enforcement is armed only through the dashboard's authenticated flow. Why it works this way →
Uninstall & troubleshooting
- Uninstall through the normal Windows uninstaller. If you installed the firewall service, remove it first with winsight-firewall-service.exe uninstall from an elevated console.
- If you enabled ransomware protection, turning it off removes its decoy files.
- SmartScreen warning on first run is expected until releases are code-signed. See the FAQ entry.
- Something is wrong right now? See RECOVERY.md in the repository.
- Security issue? Report privately on GitHub, never in public issues.