Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Last active February 14, 2026 18:50
Show Gist options
  • Select an option

  • Save sirkirby/34e67e1d2b7398c0882d63aa95da6d28 to your computer and use it in GitHub Desktop.

Select an option

Save sirkirby/34e67e1d2b7398c0882d63aa95da6d28 to your computer and use it in GitHub Desktop.
Oak install on mac
# Homebrew (macOS — recommended, handles Python version automatically)
brew install goondocks-co/oak/oak-ci
# Or via the install script (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/goondocks-co/open-agent-kit/main/install.sh | sh
# Powershell for Windows
irm https://raw.githubusercontent.com/goondocks-co/open-agent-kit/main/install.ps1 | iex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment