git-ai v1.6.16-next-f503a2f
Release Channel
next
Beta: The Windows MSI and macOS PKG installers are beta.
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.6.16-next-f503a2f/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.16-next-f503a2f/install.ps1 | iexDownloads
- 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 - Windows MSI (x64):
git-ai-windows-x64.msi - Windows MSI (ARM64):
git-ai-windows-arm64.msi - macOS (Intel):
git-ai-macos-x64 - macOS (Apple Silicon):
git-ai-macos-arm64 - macOS PKG (Intel):
git-ai-macos-x64.pkg - macOS PKG (Apple Silicon):
git-ai-macos-arm64.pkg
SHA256 Checksums
$(cat release/SHA256SUMS)
Attestation Verification
Verify build provenance with the GitHub CLI:
gh attestation verify git-ai-<platform> --repo git-ai-project/git-aiWhat's Changed
Other Changes
- fix: preserve attribution across autocrlf commits by @svarlamov in #1920
- Gate production releases with one approval by @svarlamov in #1882
- Prevent recursive ureq log uploads at debug log level by @svarlamov in #1943
- Add per-user package setup for MSI and PKG by @svarlamov in #1883
- Add per-user MSI and PKG installers by @svarlamov in #1885
- Build and publish signed MSI and PKG releases by @svarlamov in #1886
Full Changelog: v1.6.15...v1.6.16-next-f503a2f