v1.0.39
git-ai-project/git-aiv1.0.39Jan 28, 2026by github-actions[bot]
AI Summary
This is a standard distribution release for git-ai v1.0.39, providing installation scripts and binary downloads for multiple platforms including Linux, Windows, and macOS (both Intel and Apple Silicon). The release includes SHA256 checksums for integrity verification and instructions for attesting build provenance using GitHub CLI.
Key Highlights
- Available for 6 platform/architecture combinations: Linux x64, Linux ARM64, Windows x64, Windows ARM64, macOS x64, and macOS ARM64
- Installation scripts provided for both macOS/Linux (bash) and Windows (PowerShell)
- SHA256 checksum verification for all binaries
- Build provenance verification available via GitHub CLI attestation
- Release channel marked as 'latest'
Full Release Notes
## git-ai v1.0.39 ### 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.0.39/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.0.39/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 ```