Bruin AI Step 1 of 4
Build an AI Context Layer
1. Install the Bruin CLI
The CLI is open source under Apache 2.0 and installs as a single binary.
curl -LsSf https://getbruin.com/install/cli | sh
If you hit a permission error, run it with sudo:
curl -LsSf https://getbruin.com/install/cli | sudo sh
On Windows, run either command from Git Bash or WSL.