Skip to main content

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.

Source 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