Verify the integrity of your Basis installer before running it to ensure the file has not been tampered with.
Verifying the SHA-256 checksum confirms that:
The official SHA-256 checksum for each release is published on the Releases page alongside the download link.
cd "$env:USERPROFILE\Downloads"
Get-FileHash BasisSetup-v2026.exe -Algorithm SHA256
sha256sum BasisServer-v2026.tar.gz
Compare the output with the published checksum.
Warning: Never run an installer whose checksum does not match. A mismatched hash indicates file corruption or possible tampering.
Each release is also signed with the Basis PGP key for additional verification. The public key is available at basis-apps.net/pgp.
gpg --verify BasisSetup-v2026.exe.sig BasisSetup-v2026.exe
A valid signature confirms the file came from the official Basis team.