Last active
February 14, 2026 18:50
-
-
Save sirkirby/34e67e1d2b7398c0882d63aa95da6d28 to your computer and use it in GitHub Desktop.
Oak install on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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