Use these checks before running an installer, especially on Windows while Authenticode signing is pending.
Check the source
Official downloads are available only from hardviz.com, GitHub Releases, and Winget where available.
Check that the file has not been changed
For a stricter check, copy the SHA-256 value from the download page, then run the matching checksum command from the latest release verification commands. The command output should match the copied value exactly. For details, see Installer verification in the GitHub documentation.
Verify GitHub Artifact Attestations
For releases that publish attestations, use GitHub CLI to verify that the asset was produced by the official repository. The latest release commands are listed below.
gh attestation verify ./HardwareVisualizer_* -R shm11C3/HardwareVisualizer
Review signing status
Windows Authenticode signing is pending. macOS builds are signed and notarized; Linux artifacts should be verified with checksums and attestations.