Skip to content

Releases: prompt-security/git-ai

Release v2.0.0

03 Feb 12:34
4a0a879

Choose a tag to compare

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 | bash

Windows (PowerShell):

irm https://github.com/prompt-security/git-ai/releases/download/v2.0.0/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:

gh attestation verify git-ai-<platform> --repo prompt-security/git-ai

Release v1.0.41

27 Jan 19:53
fcdbc14

Choose a tag to compare

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 | bash

Windows (PowerShell):

irm https://github.com/prompt-security/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:

gh attestation verify git-ai-<platform> --repo prompt-security/git-ai

Release v1.0.40

20 Jan 15:28

Choose a tag to compare

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 | bash

Windows (PowerShell):

irm https://github.com/prompt-security/git-ai/releases/download/v1.0.40/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:

gh attestation verify git-ai-<platform> --repo prompt-security/git-ai

Release v1.0.39

20 Jan 14:21

Choose a tag to compare

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 | bash

Windows (PowerShell):

irm https://github.com/prompt-security/git-ai/releases/download/v1.0.39/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:

gh attestation verify git-ai-<platform> --repo prompt-security/git-ai

Release v1.0.38

20 Jan 11:50

Choose a tag to compare

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 | bash

Windows (PowerShell):

irm https://github.com/prompt-security/git-ai/releases/download/v1.0.38/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:

gh attestation verify git-ai-<platform> --repo prompt-security/git-ai

Release v1.0.37

20 Jan 11:33

Choose a tag to compare

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 | bash

Windows (PowerShell):

irm https://github.com/prompt-security/git-ai/releases/download/v1.0.37/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:

gh attestation verify git-ai-<platform> --repo prompt-security/git-ai

0.0.1: feat: add notes-no-messages prompt storage mode and make it default

20 Jan 11:22

Choose a tag to compare

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>