Installation
All Candela components live in the candelahq/candela monorepo.
candela-local (Recommended Start)
Section titled “candela-local (Recommended Start)”The fastest way to get started — a developer proxy that manages local and cloud models with built-in observability.
go install github.com/candelahq/candela/cmd/candela-local@latestgit clone https://github.com/candelahq/candela.gitcd candelanix develop # or ensure Go 1.26+ is installedgo run ./cmd/candela-localConfigure
Section titled “Configure”Create ~/.candela.yaml:
runtime_backend: ollamaport: 8181lm_studio_port: 1234candela-server
Section titled “candela-server”The full backend with dashboard UI, deployed on Cloud Run.
git clone https://github.com/candelahq/candela.gitcd candelanix develop -c go run ./cmd/candela-serverSee candela-server docs for Cloud Run deployment with Terraform.
candela-sidecar
Section titled “candela-sidecar”Lightweight production proxy for container environments.
docker pull ghcr.io/candelahq/candela-sidecar:latestgo install github.com/candelahq/candela/cmd/candela-sidecar@latestgit clone https://github.com/candelahq/candela.gitcd candelago build -o candela-sidecar ./cmd/candela-sidecarcandela-desktop
Section titled “candela-desktop”Flutter desktop app for provider management and trace visualization.
Download from GitHub Releases.
Verify
Section titled “Verify”candela-local --help