Skip to content

Installation

All Candela components live in the candelahq/candela monorepo.

The fastest way to get started — a developer proxy that manages local and cloud models with built-in observability.

Terminal window
go install github.com/candelahq/candela/cmd/candela-local@latest

Create ~/.candela.yaml:

runtime_backend: ollama
port: 8181
lm_studio_port: 1234

The full backend with dashboard UI, deployed on Cloud Run.

Terminal window
git clone https://github.com/candelahq/candela.git
cd candela
nix develop -c go run ./cmd/candela-server

See candela-server docs for Cloud Run deployment with Terraform.


Lightweight production proxy for container environments.

Terminal window
docker pull ghcr.io/candelahq/candela-sidecar:latest

Flutter desktop app for provider management and trace visualization.

Download from GitHub Releases.


Terminal window
candela-local --help