Homebrew formulae for Open Agent Kit (OAK) — codebase intelligence toolkit for development workflows.
brew install goondocks-co/oak/oak-ciOr add the tap first:
brew tap goondocks-co/oak
brew install oak-cibrew upgrade oak-cibrew uninstall oak-ciAfter installing, initialize OAK in your project:
cd /path/to/your/project
oak init
oak ci start --openThis tap is automatically updated on each oak-ci release. The formula creates a Python 3.13 virtualenv and installs oak-ci from PyPI using pre-built wheels.
If you encounter issues:
# Reinstall from scratch
brew reinstall oak-ci
# Check what's installed
brew info oak-ci
# View install logs
brew log oak-ci