Releases & Downloads

Download gitiris

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.

PlatformExecutable FileBuild TimeMD5 ChecksumDownload
macOS Apple Silicon (M1–M4)git2iris-darwin-arm642026-07-31 11:291d9d464a3571ca10d6f52f24c42bb7e3macOS ARM64
macOS Intel 64-bitgit2iris-darwin-amd642026-07-31 11:29ff762d2dccb5dcf9a657b66f58a698fbmacOS x64
Linux x86_64 / amd64git2iris-linux-amd642026-07-31 11:29afceae23f51a49a018b75bd1a5806f4aLinux x64
Linux ARM64 / AArch64git2iris-linux-arm642026-07-31 11:29074c103f21305e7cf94456439eebd8a8Linux ARM64
Windows 64-bit (x64)git2iris-windows-amd64.exe2026-07-31 11:29cdd5cb7dc5d40185e0091af8343c78ebWindows x64
Windows ARM64git2iris-windows-arm64.exe2026-07-31 11:292121bf9ceddccafee81d25e23ecafce1Windows ARM64

Verification Checksums

You can verify binary integrity using the MD5 or SHA-256 checksums below or by downloading the official raw checksum manifests: MD5SUMS | checksums.txt (SHA-256)

Executable FileMD5 ChecksumSHA-256 Checksum
git2iris-darwin-arm641d9d464a3571ca10d6f52f24c42bb7e37298c57162660a38765b0e613e7c9f3af25aa760dbb3190eecbf54f5bf2d197a
git2iris-darwin-amd64ff762d2dccb5dcf9a657b66f58a698fb5a363859dc4c02c3e7a2b689a17a32373e2a4f4ec6b4532fbe6567f0321a114f
git2iris-linux-amd64afceae23f51a49a018b75bd1a5806f4ae195c833b6d167372d5af5205bb9fd46b50b70ae4177b90cafc5fa9879bdefc3
git2iris-linux-arm64074c103f21305e7cf94456439eebd8a89f7e7a4a254c51c784812a6fa6bcda51e9c9c8170e3511c7b3d2af45801593f6
git2iris-windows-amd64.execdd5cb7dc5d40185e0091af8343c78ebd004068f7654ba007222b9988ac97db7bdac5cb72e16d992c481b922e6b6a5ab
git2iris-windows-arm64.exe2121bf9ceddccafee81d25e23ecafce156b4b660fee69f697b714a3a9c132207d8fdf6ed603c51eddb84d4dc239bcaf5

Quick Installation

macOS & Linux

After downloading, grant execution permissions and optionally move the binary into your system PATH:

# Example for macOS Apple Silicon:
chmod +x git2iris-darwin-arm64
sudo mv git2iris-darwin-arm64 /usr/local/bin/git2iris

# Verify installation:
git2iris -version

Windows

Download the Windows binary, rename to git2iris.exe, and run directly from PowerShell or Command Prompt:

.\git2iris-windows-amd64.exe -version