Skip to main content
DocumentationOverview

Getting started

Start with Arc Runtime

Understand Arcwell's event model, create a workspace, and choose the shortest path to a running service.

Arc Runtime 3.xUpdated Jul 18, 2026

What you will build

Arc Runtime receives typed events, evaluates routing rules, and delivers work to durable streams. The quick start builds a small order pipeline with one producer and one worker.

Choose a path

GoalStart hereTypical time
Evaluate locallyQuick start10 minutes
Add Arc to a serviceInstallation20 minutes
Plan a production rolloutDeployment guide45 minutes

Core components

  • Arc Runtime validates, routes, and records events.
  • Relay Gateway accepts signed traffic at the network edge.
  • Atlas SDK provides typed producers and workers for TypeScript.
  • arcctl manages workspaces, schemas, streams, and deployments.
On this page
  1. What you will build
  2. Choose a path
  3. Core components