Skip to content

A.R.C.Agentic Reasoning Core

The open-source Platform-in-a-Box for building, deploying, and orchestrating production-ready AI agents. One command. Zero weeks of infrastructure work.

The A.R.C. Way

Without A.R.C.With A.R.C.
Days wiring infrastructureSingle-command deployment with arc run
Manual service integrationPre-integrated: Heimdall, Flash, Sherlock, and more
Painful observability setupOTEL + SigNoz built in from day one
Vendor lock-in100% open-source, open standards (OpenTelemetry, OpenFeature)
Unknown resilienceChaos-tested infrastructure before production
Steep learning curveProduction-ready in minutes

What You Can Build

Voice-First AI Companions — Scarlett (Voice Agent) and Daredevil (LiveKit) deliver low-latency, human-grade conversations with full WebRTC support over port 8803.

Stateful Research Agents — Sherlock (LangGraph, port 8802) and Oracle (PostgreSQL + pgvector) keep long-running investigations grounded in persistent, queryable memory.

Scalable AI Platforms — Use A.R.C. as the foundation for enterprise AI product suites — event-driven microservices, feature flags, full observability, all included.

Quick Start

bash
# Install the CLI
brew install arc-framework/tap/arc   # macOS
# or download from github.com/arc-framework/arc-platform/releases

# Initialize a workspace
arc workspace init ./my-project
cd my-project

# Launch the platform (core + reasoning engine)
arc run --profile reason

# Check everything is healthy
make dev-health

Full getting started guide