Download
Get Thermal Canary Pro
A single self-contained AppImage. No install step, no root required, works on any modern Linux distro.
This is the same license-gated binary used by every Pro customer. Activate it with the key from your order confirmation or receipt email.
Running it
chmod +x latest.AppImage
./latest.AppImageAlready own a license? Open Settings → License and paste your key to activate. Just trying the free tier? The app runs fully featured without a key, minus the Pro panels.
Updating from an earlier version
chmod +x latest.AppImage
mv latest.AppImage ThermalCanary-Pro.AppImageJust overwrite (or replace) your old AppImage file with the new one - there's no installer to run. Your license stays activated: the token lives in~/.config/thermalcanary/, not inside the AppImage itself, so there's no re-activation and no re-entering your key. Keep the old file around until you've confirmed the new one launches cleanly.
Verifying the download
The SHA256 above only catches a corrupted transfer, not a tampered file - it's hosted next to the artifact it checksums, so a compromised release step could recompute both together. The .sig file is a real integrity check: it's signed with a dedicated Ed25519 key that never leaves the machine that publishes releases.
curl -LO /release/latest.AppImage
curl -LO /release/latest.AppImage.sig
curl -LO https://thermalcanary.com/verify-appimage.py
python3 verify-appimage.py latest.AppImage latest.AppImage.sigNeeds the cryptography package (already installed on most distros, orpip install cryptography) - the verification key is already embedded in the script, no separate download.
See what changed in this release on the changelog, or read the source of the free app onGitHub.