v1.1.14
git-ai-project/git-aiv1.1.14Mar 17, 2026by github-actions[bot]
AI Summary
This is a patch release (v1.1.14) of git-ai that provides multi-platform binaries with installation scripts and verification capabilities. The detailed changelog is noted as 'being generated and will appear here shortly,' indicating no specific feature changes are documented in this release note.
Key Highlights
- Multi-platform support across Linux (x64/ARM64), Windows (x64/ARM64), and macOS (Intel/Apple Silicon)
- SHA256 checksum verification for secure installation
- GitHub Attestation verification for build provenance
- Installation scripts provided for both macOS/Linux and Windows PowerShell
- Release channel marked as 'latest'
Full Release Notes
## git-ai v1.1.14 ### Release Channel `latest` --- > **Detailed AI-generated changelog is being generated and will appear here shortly...** --- ### 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.14/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.14/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 ``` <!-- Release notes generated using configuration in .github/release.yml at main --> **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.13...v1.1.14