A self-hosted automation hub that runs locally on your machine.
Write type-safe plugins, build reactive workflows, design live dashboards,
and control everything through a web UI — all in a single binary.
# macOS / Linux
curl -fsSL https://brika.dev/install.sh | bash
# Windows (PowerShell)
iwr -useb https://brika.dev/install.ps1 | iex
# Docker
docker run -d -p 3001:3001 --name brika ghcr.io/brikalabs/brikabrika start --open- Reactive Blocks — Type-safe workflow nodes with Zod schemas and composable stream operators
- Client-Rendered Bricks — Real React dashboard components, compiled to browser ESM with scoped Tailwind
- Isolated Plugins — Each plugin in its own Bun process with binary IPC — crash one, the rest keep running
- Visual Editor — Drag-and-drop workflow builder powered by React Flow
- Typed Actions — Define server-side functions, call them from the browser with auto-generated IDs
| Repository | Description |
|---|---|
| brika | Core monorepo — hub, UI, SDK, compiler, plugins |