Release status
Agent Brain installers are coming late April 2026.
Agent Brain is in the final phase of development testing. Public installers are targeted for late April 2026; Docker Desktop or Docker Engine with Compose will be required.
macOS
Universal .dmg for Intel and Apple Silicon
Watch releasesWindows
.msi installer for Windows 10 and 11
Watch releasesLinux
.AppImage for x86-64 Linux distributions
Watch releasesSource install
Use the source path if you want to inspect or customize the stack before running it.
git clone https://github.com/blackrock-engineering/agent-brain cd agent-brain cp .env.example .env ./scripts/setup.sh docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d