Homebrew formula for opencode-agent-hub.
brew tap xnoto/opencode-agent-hub
brew install opencode-agent-hubOr in one command:
brew install xnoto/opencode-agent-hub/opencode-agent-hubbrew services start opencode-agent-hubagent-hub-daemon # Start the daemon
agent-hub-watch # Monitor dashboardbrew services stop opencode-agent-hubAfter a new version is published to PyPI:
-
Get the new SHA256:
VERSION=X.Y.Z curl -sL "https://files.pythonhosted.org/packages/source/o/opencode-agent-hub/opencode_agent_hub-${VERSION}.tar.gz" | shasum -a 256
-
Update
Formula/opencode-agent-hub.rb:- Update version in URL
- Update SHA256
-
Test locally:
brew install --build-from-source ./Formula/opencode-agent-hub.rb
-
Commit and push
MIT - See LICENSE for details.