Platform-in-a-Box
One command — `arc run --profile think` — bootstraps a full AI agent platform. Gateway, messaging, persistence, cache, and reasoning engine. All pre-wired.
The open-source Platform-in-a-Box for building, deploying, and orchestrating production-ready AI agents. One command. Zero weeks of infrastructure work.
| Without A.R.C. | With A.R.C. |
|---|---|
| Days wiring infrastructure | Single-command deployment with arc run |
| Manual service integration | Pre-integrated: Heimdall, Flash, Sherlock, and more |
| Painful observability setup | OTEL + SigNoz built in from day one |
| Vendor lock-in | 100% open-source, open standards (OpenTelemetry, OpenFeature) |
| Unknown resilience | Chaos-tested infrastructure before production |
| Steep learning curve | Production-ready in minutes |
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.
# 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