Keys & Checksums
Current Release
| Platform | Filename | SHA-256 Checksum |
|---|---|---|
| macOS (ARM64) | Ignyq-1.0.15-arm64.dmg | d413bbd118397b883a9c52dca0c719c926d65a04b2a796a964f979e51f548ab2 |
| Windows (x64) | Ignyq-1.0.15-x64-Setup.exe | 74c5cfb53ccde05134954a008b4d1a2c11841978a9b4eff712d624453387ed9c |
| Linux x64 (RPM — AlmaLinux 9 / RHEL) | ignyq_1.0.15_x86_64.rpm | 31f9403a64b9dd03d455a6f7f9cf56c41530ee60b442905eb737e5455eabe195 |
| Linux x64 (DEB — Ubuntu 24.04 / Debian) | ignyq_1.0.15_amd64.deb | 6bbe4eeafe678b732d1f63e4d0f39c509379b0ece9a93638d65b9a0f45c078a1 |
How to Verify
macOS
Open Terminal and run:
shasum -a 256 ~/Downloads/Ignyq-1.0.15-arm64.dmg
Compare the output to the SHA-256 value listed above.
Windows
Open PowerShell and run:
Get-FileHash "$env:USERPROFILE\Downloads\Ignyq-1.0.15-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.0.15_x64.rpm
or for the DEB package:
sha256sum ~/Downloads/ignyq_1.0.15_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.