v1.0.42

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

AI Summary

This is a maintenance release (v1.0.42) of git-ai providing verified binary downloads across multiple platforms including Linux (x64/ARM64), Windows (x64/ARM64), and macOS (Intel/Apple Silicon). The release focuses on distribution with SHA256 checksum verification and GitHub attestation verification for build provenance.

Key Highlights

  • Multi-platform binary distribution for Linux, Windows, and macOS
  • SHA256 checksum verification for all downloads
  • GitHub attestation verification for build provenance
  • Released on the 'latest' channel
  • Supports both x64 and ARM64 architectures

Full Release Notes

## git-ai v1.0.42

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

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