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 SystemArchitectureExecutable FileDownload Link
macOSApple Silicon (M1/M2/M3/M4)git2iris-darwin-arm64Download macOS ARM64
macOSIntel 64-bitgit2iris-darwin-amd64Download macOS x64
Linuxx86_64 / amd64git2iris-linux-amd64Download Linux x64
LinuxARM64 / AArch64git2iris-linux-arm64Download Linux ARM64
Windows64-bit (x64)git2iris-windows-amd64.exeDownload Windows x64
WindowsARM64git2iris-windows-arm64.exeDownload 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