Releases & Downloads
Download IRIS→BQ
Pre-built cross-platform standalone binaries for macOS, Linux, and Windows.
Available Downloads
Download the standalone single-binary release for your platform below. No external runtime or dependencies are required.
| Platform | Executable File | Build Time | MD5 Checksum | Download |
|---|---|---|---|---|
| macOS Apple Silicon (M1–M4) | iris2bq-darwin-arm64 | 2026-08-02 | 7baef96541e44b486289d7482bc2bf6c | macOS ARM64 |
| macOS Intel 64-bit | iris2bq-darwin-amd64 | 2026-08-02 | dc9d659bd64dc426899fe44abaaab759 | macOS x64 |
| Linux x86_64 / amd64 | iris2bq-linux-amd64 | 2026-08-02 | 2793e7a713ead4a6d1a6a14aa83510ee | Linux x64 |
| Linux ARM64 / AArch64 | iris2bq-linux-arm64 | 2026-08-02 | 3b8d83f7ecca6c2b175b8bda0f9309ef | Linux ARM64 |
| Windows 64-bit (x64) | iris2bq-windows-amd64.exe | 2026-08-02 | 28c9e5541c23293cc567a8838a6ada4d | Windows x64 |
| Windows ARM64 | iris2bq-windows-arm64.exe | 2026-08-02 | f63363fd6d7723e002d59c24d23c0bce | Windows ARM64 |
📄 View Full SHA256 Checksums Manifest | 📄 View Full MD5SUMS Manifest
Quick Installation
macOS & Linux
After downloading, grant execution permissions and move the binary into your system PATH:
# Example for macOS Apple Silicon:
chmod +x iris2bq-darwin-arm64
sudo mv iris2bq-darwin-arm64 /usr/local/bin/iris2bq
# Verify installation:
iris2bq -version
Windows
Download the Windows binary, rename to iris2bq.exe, and run directly from PowerShell or Command Prompt:
.\iris2bq-windows-amd64.exe -version