Download System Health Tool

Fast, clean, and portable Windows diagnostics for technicians and power users.

Stable Portable Version

The official stable release of System Health Tool. Fully portable, no installation required, and includes all features.

Recommended for technicians, support teams, and everyday users.

Version 1.0.0

Verify integrity: SHA‑256 · MD5

SHA‑256 · MD5: Included in zip file

Tip: If your browser blocks direct download, right‑click any download link and choose “Save link as…” to save the file manually.

Nightly Build

The nightly build contains the latest features, fixes, and experimental changes. Updated frequently and may include incomplete or unstable functionality.

Recommended for testers and advanced users who want early access to new features.

Nightly builds are coming soon.

Virus and File Integrity:

No affiliation with VirusTotal
This link simply opens the official website

VirusTotal Scan Details

The link brings you to the DETAILS page of the file scan.
From here you can see the Basic properties and the strings: MD5 & SHA-256.
The string/s of text should match the text inside of SystemHealthTool_Portable.exe.sha256.
Click on DETECTION tab to show the virus scan result.
You can paste the link again at the top in the URL search to have it scan live too.

VirusTotal scan results example

Or simply click Reanalyze

VirusTotal Reanalyze example

VirusTotal Website
If you would like to scan the file and/or download link yourself.
You can paste the link at the top of the VirusTotal webpage in the URL search to perform a live scan of the file and/or link.

VirusTotal url search example

No affiliation with Hybrid-Analysis

Hybrid-Analysis Website
If you would like to scan the file and/or download link yourself.
You can paste the link at the top of the VirusTotal webpage in the URL search to perform a live scan of the file and/or link.

Uses CrowdStrike Falcon Sandbox. Performs: Static analysis, Behavioral sandbox execution and ML scoring.
Excellent for DLLs and EXEs

Verify Download Integrity (PowerShell)

To verify the download, run one of the following commands in PowerShell:

SHA256
(Get-FileHash .\SystemHealthTool_Portable.exe -Algorithm SHA256).Hash (Get-Content .\SystemHealthTool_Portable.exe.sha256)
MD5
(Get-FileHash .\SystemHealthTool_Portable.exe -Algorithm MD5).Hash (Get-Content .\SystemHealthTool_Portable.exe.md5)
1 Liner for SHA256
$h="SHA256: {0} SystemHealthTool_Portable.exe" -f (Get-FileHash .\SystemHealthTool_Portable.exe -Algorithm SHA256).Hash; $f="SHA256: $(Get-Content .\SystemHealthTool_Portable.exe.sha256)"; "$h`n$f"; if($h -eq $f){"MATCH"}else{"MISMATCH"}

The resulting hash should match the value in SystemHealthTool.exe.sha256 or SystemHealthTool.exe.md5.

Need a tool to verify SHA‑256 or MD5 checksums?

No affiliation with Quickhash
This link simply opens the official website

Try the free and open‑source QuickHash GUI.

Safe, Clean, and Free

System Health Tool is completely free to use and contains no ads, no tracking, and no hidden monetization. It includes absolutely no malware, crypto‑miners, ransomware, telemetry, or any harmful code. The application is clean, transparent, and safe for everyone to use. For added security, SHA‑256 and MD5 checksum files (SystemHealthTool.exe.sha256 and SystemHealthTool.exe.md5) are always provided so you can verify the integrity of every download.

⚠️ Freeware Disclaimer

System Health Tool is provided as freeware and is offered as‑is with limited support. By downloading or using the software, you agree that all responsibility for its use rests with the user. The creator, contributors, and site owner assume no liability for any damages, data loss, or issues arising from its use. This tool is offered in good faith, but no warranties—express or implied—are provided.