[BREAKGLASS] Homebrew tap for clawdbot
| .github/workflows | ||
| Formula | ||
| .gitignore | ||
| README.md | ||
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.).