Installation
All Candela components live in the candelahq/candela monorepo.
candela CLI (Recommended Start)
Section titled “candela CLI (Recommended Start)”The fastest way to get started — a developer proxy that manages local and cloud models with built-in observability.
brew install candelahq/tap/candelago install github.com/candelahq/candela/cmd/candela@latestgit clone https://github.com/candelahq/candela.gitcd candelanix develop # or ensure Go 1.26+ is installedgo run ./cmd/candelaConfigure
Section titled “Configure”Create ~/.config/candela/config.yaml:
runtime_backend: ollamaport: 8181lm_studio_port: 1234Authenticate
Section titled “Authenticate”To use cloud models (Gemini, Claude via Vertex AI) or connect to a shared Candela server, authenticate once:
candela auth login # opens browser — Google OAuth flowcandela auth status # verify credentialsCredentials are stored at ~/.config/gcloud/application_default_credentials.json (ADC-compatible). No gcloud CLI required.
AWS Authentication (Bedrock)
Section titled “AWS Authentication (Bedrock)”To use Anthropic models via AWS Bedrock, authenticate with your AWS credentials:
candela auth login --provider aws # configures AWS credential chaincandela auth status # verify both GCP and AWS credentialsThis configures the AWS credential chain for SigV4 signing. You can also set AWS_PROFILE, AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY, or use IAM roles — candela respects the standard AWS SDK credential resolution order.
candela-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”Desktop app for provider management and trace visualization.
brew install --cask candelahq/tap/candela-desktopDownload the latest release for your platform from GitHub Releases.
Verify
Section titled “Verify”candela version