v1.0.41

git-ai-project/git-aiv1.0.41Feb 1, 2026by github-actions[bot]

AI Summary

git-ai v1.0.41 is a routine release providing cross-platform binary distributions with verification support. This release offers builds for Linux (x64, ARM64), Windows (x64, ARM64), and macOS (Intel and Apple Silicon), along with SHA256 checksum verification and GitHub Attestation verification for build provenance.

Key Highlights

  • Multi-platform support including Linux x64 and ARM64, Windows x64 and ARM64, macOS Intel and Apple Silicon
  • SHA256 checksum verification for secure installation
  • GitHub Attestation verification for build provenance using gh CLI
  • Published to 'latest' release channel
  • Installation scripts provided for both macOS/Linux (bash) and Windows (PowerShell)

Full Release Notes

## git-ai v1.0.41

### 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.41/install.sh | bash
```

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.0.41/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
```