v1.1.1
git-ai-project/git-aiv1.1.1Feb 9, 2026by github-actions[bot]
AI Summary
git-ai v1.1.1 is a patch release providing platform-specific binaries for Linux, Windows, and macOS across x64 and ARM64 architectures. This release focuses on distribution and verification, offering SHA256 checksum verification and GitHub CLI attestation verification for build provenance.
Key Highlights
- Provides binaries for 6 platform/architecture combinations (Linux x64/ARM64, Windows x64/ARM64, macOS x64/ARM64)
- Includes SHA256 checksum verification for secure installation
- Supports GitHub CLI attestation verification for build provenance
- Available via installation scripts for macOS/Linux and PowerShell for Windows
- Released on the 'latest' channel
Full Release Notes
## git-ai v1.1.1 ### Release Channel `latest` ### Installation Install this specific version with checksum verification: **macOS/Linux:** ```bash curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.1.1/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.1/install.ps1 | iex ``` ### Downloads - **Linux (x64)**: `git-ai-linux-x64` - **Linux (ARM64)**: `git-ai-linux-arm64` - **Windows (x64)**: `git-ai-windows-x64.exe` - **Windows (ARM64)**: `git-ai-windows-arm64.exe` - **macOS (Intel)**: `git-ai-macos-x64` - **macOS (Apple Silicon)**: `git-ai-macos-arm64` ### SHA256 Checksums ``` $(cat release/SHA256SUMS) ``` ### Attestation Verification Verify build provenance with the GitHub CLI: ```bash gh attestation verify git-ai-<platform> --repo git-ai-project/git-ai ```