[BREAKGLASS] Homebrew tap for clawdbot
Go to file
2026-05-08 08:57:33 +00:00
.github/workflows ci: identify formula update dispatches 2026-05-07 03:56:37 +01:00
Formula chore: update gitcrawl to v0.3.1 2026-05-08 08:57:33 +00:00
.gitignore chore: initialize tap repo 2026-01-04 16:48:11 -06:00
README.md brew: update gitcrawl to 0.2.0 2026-05-05 09:14:30 +01:00

OpenClaw Homebrew Tap

Homebrew tap for shipping OpenClaw CLI tools.

Install

brew tap openclaw/tap

Install Packages

# formula
brew install openclaw/tap/<name>

# cask
brew install --cask openclaw/tap/<name>

Packages

Formulae

  • gitcrawl — Local GitHub issue and PR archive with gh-compatible caching

Casks

None, yet

Update / Uninstall

brew update
brew upgrade

brew uninstall <formula>
brew uninstall --cask <cask>

# casks only: remove user data
brew uninstall --cask --zap openclaw/tap/<name>

Notes

  • Run brew info openclaw/tap/<name> for per-tool caveats (permissions, setup steps, etc.).