Skip to main content
This is the shortest path to a running local brain and your first signal.
1

Install

After install, b1e55ed should be available in your PATH.
2

Run the wizard

Running from source? Use ./b1e55ed wizard or uv run b1e55ed wizard.
After the wizard completes, choose your deployment mode:
  • Standaloneb1e55ed setup standalone (self-contained, CLI + dashboard)
  • Connectedb1e55ed setup connected (with OpenClaw + Telegram)
3

Start the brain

This initializes / opens your local append-only event store (SQLite by default).
4

Publish your first signal

(Optional) API + dashboard

If you want a UI and HTTP API:
  • Dashboard: http://localhost:5051
  • API health: http://localhost:5050/api/v1/health

Next steps

The repo also contains a longer local guide at docs/getting-started.md.