Keys & Checksums

Ignyq Inc.  ·  Current release only — updated with every new build

Use the SHA-256 checksums below to verify your Ignyq installer before running it. If the checksum you compute does not match what is listed here, do not run the installer — download a fresh copy from ignyq.co/download and contact security@ignyq.co.

Current Release

Version 1.1.23  ·  Build 22  ·  September 5, 2026
PlatformFilenameSHA-256 Checksum
macOS (ARM64)Ignyq-1.1.23-arm64.dmg0081580baf83df7519549833b3279dfa22b97d7f1e710c23e477e84f1a98f079
macOS (x64)Ignyq-1.1.23-x64.dmg262fbf8eb06d5f540b5c156885fe93b6e84e99487847ad9fa1d983419e3a7ae6
Windows (x64)Ignyq-1.1.23-x64-Setup.exeae7717eec59652af1f360c2f56af1c891d6ab2b9c20b644f23079ef5d253215e
Linux x64 (RPM — AlmaLinux 9 / RHEL)ignyq_1.1.23_x86_64.rpm5fb4b75a86f81761f53cad36329bcede63cca3790471fb95b5d85c242eb4964b
Linux x64 (DEB — Ubuntu 24.04 / Debian)ignyq_1.1.23_amd64.debb722a34fffb139e85fad473947b610558ca57260a5a9c149031c943a4dbe19ed

How to Verify

macOS

Open Terminal and run (use the filename you downloaded — arm64 for Apple Silicon, x64 for Intel):

shasum -a 256 ~/Downloads/Ignyq-1.1.23-arm64.dmg

shasum -a 256 ~/Downloads/Ignyq-1.1.23-x64.dmg

Compare the output to the SHA-256 value listed above.

Windows

Open PowerShell and run:

Get-FileHash "$env:USERPROFILE\Downloads\Ignyq-1.1.23-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.23_x64.rpm

or for the DEB package:

sha256sum ~/Downloads/ignyq_1.1.23_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.