Installation¶
This guide covers installing Brat and its dependencies.
Prerequisites¶
- Rust toolchain (1.75 or later)
- Git (2.30 or later)
Install Grite¶
Brat is built on Grite, an append-only event log. Install Grite first:
Verify the installation:
Install Brat¶
Option 1: One-Line Install (Recommended)¶
Option 2: From Source¶
Clone and build:
Option 3: Cargo Install¶
Verify Installation¶
Check that both tools are installed:
Install an AI Engine¶
Brat orchestrates AI coding tools. Install at least one:
Web UI (Optional)¶
To use the web dashboard, install the UI dependencies:
Start the UI with:
The dashboard will be available at http://localhost:5173.
Next Steps¶
Now that Brat is installed, continue to the Quickstart guide.