https://github.com/openclaw/homebrew-tap
Homebrew tap for clawdbot
https://github.com/openclaw/homebrew-tap
Last synced: 4 months ago
JSON representation
Homebrew tap for clawdbot
- Host: GitHub
- URL: https://github.com/openclaw/homebrew-tap
- Owner: openclaw
- Created: 2026-01-04T22:45:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-04T22:48:15.000Z (5 months ago)
- Last Synced: 2026-01-31T11:08:53.838Z (4 months ago)
- Size: 1000 Bytes
- Stars: 14
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-claw-opus - Homebrew Tap
- awesome-openclaw - openclaw/homebrew-tap - Homebrew-Tap fuer die OpenClaw-Installation unter macOS. 🎖️  (Deployment und Betrieb / Self-Hosted Deployment und Infrastruktur)
- awesome-openclaw - openclaw/homebrew-tap - tap?style=social) - Official Homebrew distribution. (🚀 Deployment & Operations)
README
# Clawdbot's Homebrew Tap
Homebrew tap for shipping CLI tools + a few macOS apps.
## Install
```bash
brew tap clawdbot/tap
```
## Install Packages
```bash
# formula
brew install clawdbot/tap/
# cask
brew install --cask clawdbot/tap/
```
## Packages
### Formulae
None, yet
### Casks
None, yet
## Update / Uninstall
```bash
brew update
brew upgrade
brew uninstall
brew uninstall --cask
# casks only: remove user data
brew uninstall --cask --zap clawdbot/tap/codexbar
```
## Notes
- Run `brew info clawdbot/tap/` for per-tool caveats (permissions, setup steps, etc.).