Releases: prompt-security/git-ai
Release v2.0.0
git-ai v2.0.0
Release Channel
latest
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/prompt-security/git-ai/releases/download/v2.0.0/install.sh | bashWindows (PowerShell):
irm https://github.com/prompt-security/git-ai/releases/download/v2.0.0/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 - 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:
gh attestation verify git-ai-<platform> --repo prompt-security/git-aiRelease v1.0.41
git-ai v1.0.41
Release Channel
latest
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/prompt-security/git-ai/releases/download/v1.0.41/install.sh | bashWindows (PowerShell):
irm https://github.com/prompt-security/git-ai/releases/download/v1.0.41/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 - 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:
gh attestation verify git-ai-<platform> --repo prompt-security/git-aiRelease v1.0.40
git-ai v1.0.40
Release Channel
latest
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/prompt-security/git-ai/releases/download/v1.0.40/install.sh | bashWindows (PowerShell):
irm https://github.com/prompt-security/git-ai/releases/download/v1.0.40/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 - 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:
gh attestation verify git-ai-<platform> --repo prompt-security/git-aiRelease v1.0.39
git-ai v1.0.39
Release Channel
latest
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/prompt-security/git-ai/releases/download/v1.0.39/install.sh | bashWindows (PowerShell):
irm https://github.com/prompt-security/git-ai/releases/download/v1.0.39/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 - 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:
gh attestation verify git-ai-<platform> --repo prompt-security/git-aiRelease v1.0.38
git-ai v1.0.38
Release Channel
latest
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/prompt-security/git-ai/releases/download/v1.0.38/install.sh | bashWindows (PowerShell):
irm https://github.com/prompt-security/git-ai/releases/download/v1.0.38/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 - 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:
gh attestation verify git-ai-<platform> --repo prompt-security/git-aiRelease v1.0.37
git-ai v1.0.37
Release Channel
latest
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/prompt-security/git-ai/releases/download/v1.0.37/install.sh | bashWindows (PowerShell):
irm https://github.com/prompt-security/git-ai/releases/download/v1.0.37/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 - 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:
gh attestation verify git-ai-<platform> --repo prompt-security/git-ai0.0.1: feat: add notes-no-messages prompt storage mode and make it default
Add a new prompt_storage mode that stores attestations and metadata in git notes but excludes conversation messages. This is now the default, providing attribution tracking without storing full prompts in notes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>