Last updated: August 14, 2026
PruPru.exe's source code is public on GitHub. Anyone can read the scripts that make up each of the 11 tools before downloading the executable.
github.com/efojunior25/prupru-app →
Besides the Windows .exe, PruPru is also available as PruPru.sh (Linux) and PruPru.command (macOS), with the same 17 tools, open source and no install required. The macOS version is still beta — carefully reviewed, but not yet tested on real Mac hardware, since we don't have a macOS machine available to validate it before release. The Linux version was tested end-to-end before release. Get both from the Downloads page.
PruPru.exe periodically checks the repository's public releases on GitHub and downloads the latest version when one is available. No data from your PC is sent during this process — the check is just "is there a new version?".
SHA-256 hash of the current version of PruPru.exe, so you can verify that the downloaded file hasn't been tampered with:
5c713602d2f75940e578c9260f60c2ddf1ebf38877a5d5e72893f66cd1c47353
Summary of the latest versions:
Full changelog and previous versions: releases on GitHub →
The app reads local hardware information (disk usage, memory, processes, installed drivers) to generate diagnostics — all of it stays on your computer. Nothing is sent to PruPru's servers during normal use, except for the update check (which only asks whether there's a new version on GitHub, without sending any data from your PC) and the report submission if you choose to use the Share Report tool on this site, which does store the content you manually paste in for up to 30 days.
On Windows, open PowerShell in the folder where you saved the file and run Get-FileHash PruPru.exe -Algorithm SHA256. Compare the result with the hash published on this page.
Yes, the option is in the app's own settings. With auto-update disabled, you can still download new versions manually from the Downloads page.
The distributed executable is compiled from the same code published on GitHub. Anyone with technical knowledge can compile from the source code and compare it, instead of relying solely on the pre-built binary.