[GH-ISSUE #565] Feature Request: Homebrew formula for git-ai installation #186

Open
opened 2026-03-02 04:12:41 +03:00 by kerem · 2 comments
Owner

Originally created by @dkd-dobberkau on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/565

Feature Request

It would be great to have a Homebrew formula (or tap) for installing git-ai on macOS and Linux.

Current installation:

curl -sSL https://usegitai.com/install.sh | bash

Desired:

brew install git-ai

or

brew tap git-ai-project/tap
brew install git-ai

Why?

Many developers (myself included) prefer managing CLI tools through Homebrew for a few reasons:

  • Consistent update workflow via brew upgrade
  • Easy uninstallation via brew uninstall
  • Transparency — formula source is inspectable before install
  • Discoverability — tools on Homebrew get found more easily
  • Enterprise adoption — many companies standardize on Homebrew for developer tooling

Since git-ai is a compiled Rust binary with pre-built releases for macOS (x64/ARM64) and Linux (x64/ARM64), a Homebrew formula using the existing GitHub release artifacts should be relatively straightforward to set up.

Happy to help if you'd like a PR for this!

Label: enhancement

Originally created by @dkd-dobberkau on GitHub (Feb 19, 2026). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/565 > ### Feature Request > > It would be great to have a Homebrew formula (or tap) for installing git-ai on macOS and Linux. > > **Current installation:** > ``` > curl -sSL https://usegitai.com/install.sh | bash > ``` > > **Desired:** > ``` > brew install git-ai > ``` > or > ``` > brew tap git-ai-project/tap > brew install git-ai > ``` > > ### Why? > > Many developers (myself included) prefer managing CLI tools through Homebrew for a few reasons: > > - **Consistent update workflow** via `brew upgrade` > - **Easy uninstallation** via `brew uninstall` > - **Transparency** — formula source is inspectable before install > - **Discoverability** — tools on Homebrew get found more easily > - **Enterprise adoption** — many companies standardize on Homebrew for developer tooling > > Since git-ai is a compiled Rust binary with pre-built releases for macOS (x64/ARM64) and Linux (x64/ARM64), a Homebrew formula using the existing GitHub release artifacts should be relatively straightforward to set up. > > Happy to help if you'd like a PR for this! **Label:** `enhancement`
Author
Owner

@svarlamov commented on GitHub (Feb 19, 2026):

Hey would be happy to look at a PR for this

<!-- gh-comment-id:3929041408 --> @svarlamov commented on GitHub (Feb 19, 2026): Hey would be happy to look at a PR for this
Author
Owner

@dkd-dobberkau commented on GitHub (Feb 19, 2026):

Take a first look here: https://github.com/dkd-dobberkau/homebrew-git-ai
It might need you polishing for sure!

<!-- gh-comment-id:3929510840 --> @dkd-dobberkau commented on GitHub (Feb 19, 2026): Take a first look here: https://github.com/dkd-dobberkau/homebrew-git-ai It might need you polishing for sure!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#186
No description provided.