Open infrastructure for AI deployment.
Project Arbr is a collection of open source tools for teams building on top of large language models — from request routing and cost governance to user-facing chat interfaces and developer SDKs.
| Project | Description | Install |
|---|---|---|
| Arbr Control Plane | AI gateway · multi-provider routing · spend tracking · budget governance | docker pull ghcr.io/project-arbr/arbr-control-plane |
| Arbr Chat | Open source chat UI (LibreChat-style, connects to the Control Plane) | coming soon |
| @arbr/client | JavaScript / TypeScript SDK | npm install @arbr/client |
| arbr-client | Python SDK | pip install arbr-client |
# Run Arbr Control Plane with Docker (demo mode, no config needed)
docker compose upThen open http://localhost:4100 for the dashboard, or point any OpenAI-compatible client at http://localhost:4100/v1.