Skip to content

docs: add Homebrew install option#95

Merged
alphaonedev merged 1 commit intomainfrom
add-brew-install
Apr 28, 2026
Merged

docs: add Homebrew install option#95
alphaonedev merged 1 commit intomainfrom
add-brew-install

Conversation

@alphaonedev
Copy link
Copy Markdown
Owner

Summary

Advertises the new Homebrew tap install path now that `Formula/grok-cli.rb` is published in alphaonedev/homebrew-tap PR #2 (already merged).

```bash
brew tap alphaonedev/homebrew-tap
brew install grok-cli
```

What changed

  • README.md — new "Homebrew (macOS arm64 + Linux x64)" section above the curl-pipe install. Mentions that brew handles the Gatekeeper quarantine attribute automatically (since the binary is currently ad-hoc signed, not yet Apple-notarized).
  • docs/index.html (GitHub Pages) — hero shows two install boxes (brew + curl). `copyInstall()` generalized to take `(codeId, btnId)` args so each box's Copy button targets its own snippet.

Verified locally

  • `brew tap alphaonedev/homebrew-tap` → tap visible
  • `brew install alphaonedev/homebrew-tap/grok-cli` → succeeds
  • `codesign -dv` → `Signature=adhoc` intact
  • No `com.apple.quarantine` attribute on the installed binary
  • `grok --version` → `1.7.0`
  • `brew uninstall grok-cli` → clean

Test plan

🤖 Generated with Claude Code

A Homebrew formula now lives in alphaonedev/homebrew-tap (added in
that repo's PR #2). End-to-end verified locally: tap visible,
brew install grok-cli completes, ad-hoc signature intact, no
quarantine attribute, --version reports 1.7.0, clean uninstall.

- README.md: New "Homebrew (macOS arm64 + Linux x64)" section above
  the curl-pipe install. Notes that the formula's Gatekeeper handling
  covers ad-hoc-signed binaries.
- docs/index.html: Hero now shows two install boxes (brew + curl)
  side by side. copyInstall() generalized to accept (codeId, btnId)
  args so each copy button targets its own snippet; defaults preserve
  the prior behavior.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@alphaonedev alphaonedev merged commit a1b02bb into main Apr 28, 2026
2 checks passed
@alphaonedev alphaonedev deleted the add-brew-install branch April 28, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant