Keys & Checksums
Current Release
| Platform | Filename | SHA-256 Checksum |
|---|---|---|
| macOS (ARM64) | Ignyq-1.1.8-arm64.dmg | adc5fb39b4102da609cbb4c221d64ff55504227bd71821309b35e6d77ed29d82 |
| Windows (x64) | Ignyq-1.1.8-x64-Setup.exe | b7ba9f1efacf6db9f8e34d19119f9608efb745adc0893b5a417519d338ed6f3e |
| Linux x64 (RPM — AlmaLinux 9 / RHEL) | ignyq_1.1.8_x86_64.rpm | 0da518f40310a296b0101683e27e7f52905687cb8473657a2dae62b45b09b998 |
| Linux x64 (DEB — Ubuntu 24.04 / Debian) | ignyq_1.1.8_amd64.deb | 0a4bd03a39dec9c1642bef357149e36abd4e742b8e069f13952eb65bfa37349d |
How to Verify
macOS
Open Terminal and run:
shasum -a 256 ~/Downloads/Ignyq-1.1.8-arm64.dmg
Compare the output to the SHA-256 value listed above.
Windows
Open PowerShell and run:
Get-FileHash "$env:USERPROFILE\Downloads\Ignyq-1.1.8-x64-Setup.exe" -Algorithm SHA256
Compare the Hash value (case-insensitive) to the SHA-256 listed above.
Linux
Open a terminal and run:
sha256sum ~/Downloads/ignyq_1.1.8_x64.rpm
or for the DEB package:
sha256sum ~/Downloads/ignyq_1.1.8_x64.deb
Compare the output to the SHA-256 value listed above.
Code Signing
All Ignyq installers are cryptographically signed. You can verify the signature independently of the checksum.
Windows — EV Code Signing Certificate (SSL.com)
Publisher: IGNYQ, INC.
Thumbprint (SHA-1): F69C27CC3B9C2216CEB7C62751EE75F71610C613
To verify: right-click the installer → Properties → Digital Signatures → confirm publisher and thumbprint match.
macOS — Developer ID Application (Apple notarized)
Developer: Ignyq Inc. (AR243ZRKVS)
macOS Gatekeeper verifies the signature automatically. To verify manually:
codesign -dv --verbose=4 /Volumes/Ignyq/Ignyq.app
spctl -a -vv /Volumes/Ignyq/Ignyq.app
Report a Mismatch
If your computed checksum does not match or you suspect a tampered installer, email security@ignyq.co immediately with the filename, your computed checksum, and where you downloaded the file.