Developers

A Rust engine with zero opinions.

Chimes is an adapter-architected platform built in Rust. Every integration point — LLM, voice, identity, secrets, storage, billing — lives behind a clean boundary, so you keep control of your stack.

quickstart
$ docker compose up -d postgres nats otel-collector
$ cargo run -p chimes-server        // binds :8080
$ cd apps/dashboard && npm run dev  // :3000

// set ANTHROPIC_API_KEY to enable AI resolution
// threads flow and routing decides even without it

What's inside

A core you can actually reason about.

Seven focused crates, each with one job. No monolith, no magic — just a clean engine you can read, extend, and trust.

0
Core engine crates
Rust
Memory-safe by default
Trait
Boundaries everywhere
Apache-0.0
Open-source core

Developers

Build on an engine that respects your stack.

No credit card to start · Open-source core · Deploy in hours, not quarters