Releases & Downloads
Download git2iris
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.
| Operating System | Architecture | Executable File | Download Link |
|---|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | git2iris-darwin-arm64 | Download macOS ARM64 |
| macOS | Intel 64-bit | git2iris-darwin-amd64 | Download macOS x64 |
| Linux | x86_64 / amd64 | git2iris-linux-amd64 | Download Linux x64 |
| Linux | ARM64 / AArch64 | git2iris-linux-arm64 | Download Linux ARM64 |
| Windows | 64-bit (x64) | git2iris-windows-amd64.exe | Download Windows x64 |
| Windows | ARM64 | git2iris-windows-arm64.exe | Download Windows ARM64 |
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