Arc OS — The Orchestration System for AI Teams

Your AI team for every project. One memory across CLI, web, and Telegram.


What Is Arc OS

Arc OS gives every project its own federated team of AI workers — role-specialized agents with dedicated skills, persistent memory, quality control, and self-improvement cycles. Built on Anthropic Claude: bring your Claude subscription or Anthropic API key, and Arc OS provides the orchestration layer on top.

One sentence: An orchestration system that deploys accountable AI worker teams — each with its own expertise, memory, and quality standards — reachable through a web CRM, the ARC CLI, and Telegram, with one shared project memory underneath.


How It Works

Three input channels feed the same orchestrator. Use whichever fits the moment — project memory stays identical across all three.

 You (CEO)
   │
   ├── CRM Dashboard (arc-os.co) ····· primary — all features
   ├── ARC CLI (arc <project>) ······· local dev, full context loaded
   └── Telegram ······················ mobile companion, per-worker topics
   │
   ▼
 Master Bot (orchestrator)
   │
   ├── Project A ──► own workers · skills · memory · evals
   ├── Project B ──► own workers · skills · memory · evals
   └── Project C ──► own workers · skills · memory · evals

Why three channels?

Channel When you reach for it
CRM Dashboard Most of the time — Workspace chat, Issues, Wiki, Notes, Skills, Timeline, Analytics, Billing
ARC CLI Inside your IDE — arc <project> opens a worker session with full context; arc issue / skill / kb / wiki / roadmap without leaving the terminal
Telegram On the road — one supergroup per project with a topic per worker (unified channel mode), notifications when a worker finishes

Each project is completely isolated:


Core Capabilities

1. CRM Dashboard (70+ API endpoints)

Auth: email/password or OAuth (Google, GitHub), optional 2FA/TOTP. 8 interface languages. Mobile responsive.

2. Federated Multi-Project Management

One Master Bot, unlimited projects. Each project runs isolated — no context bleed between your Odoo site and your SaaS app. Watchdog auto-restarts crashed workers.

3. Self-Improving Intelligence

Mechanism What It Does
Binary Evals Validates every response against declarative rules (6 rule types)
Context Router Scores skills per message, injects only the top-5 relevant ones
Reflect Loop Fix It / thumbs-down → persistent rule → injected into every future prompt
Karpathy Loop Nightly metrics analysis → finds weak skills → proposes improvements → you approve with one tap

4. Worker System

13 preset roles (Consultant, Developer, Designer, Sentinel, Archivist, Product Owner, Analyst, Growth, CFO, Pitch Coach, Legal, Researcher, QA Engineer) plus fully custom workers via a 5-step wizard:

Property Options
Model Sonnet / Opus / Haiku
Tools Per-worker tool scope (read-only → full repo access)
Skills Pinned context assets from the skill library
Avatar & color Role presets or custom upload
System prompt Preset, AI-generated, or custom

5. Cloud or Local

6. Telegram Command Center

Unified channel mode: one bot per project, one supergroup with a topic per worker. Messages route by topic; "worker finished" notifications land in the right thread. Inline controls on every response: [STOP] [PAUSE] [Fix It] [👍] [👎].

7. ARC CLI

arc <project>             # boot a worker session with full context
arc <project> <worker>    # boot a specific worker
arc ceo                   # cross-project CEO assistant REPL
arc issues                # list project issues
arc issue create / log / take / switch
arc skill <name>          # load skill instructions
arc kb search "..."       # semantic search across project knowledge
arc wiki update / roadmap sync / report / sessions / retro

8. Security & Compliance


Numbers

Metric Value
API endpoints 70+ across 19 domain modules
Skill library 140+ global skills
Worker role presets 13
Interface languages 8 (EN, UK, DE, ES, FR, PL, RU, pt-BR)
Note source types 8 (PDF, video, YouTube, web, audio, DOCX, TXT, images)
Eval rule types 6
Encryption Zero-knowledge E2EE (PBKDF2 + AES-256-GCM, recovery keys)
Deploy model SaaS at arc-os.co — early access

Who Is This For


Get Started

Early access: registration currently requires an invite code (arc-XXXX-XXXX) or a waitlist spot — request access at arc-os.co.

Via CRM Dashboard (recommended)

  1. Open https://arc-os.co
  2. Sign in with Google/GitHub or email → paste your invite code
  3. The onboarding wizard creates your first project — pick a blueprint, connect your Claude subscription or drop an Anthropic API key, ~60 seconds to first message

Via ARC CLI (developers)

arc login --server https://arc-os.co
arc <project-name>        # boots a worker session with project context

Via Telegram (companion)

Connect a bot under Project Settings → Channels — one supergroup per project, a topic per worker.

Full setup: User Guide · ARC CLI Reference · Creating Skills