arthai-marketplace

Deployment Modes: single user vs team/central

Every Arth component runs in two shapes: single-user (everything on your machine, zero external services) and team/central (a shared server your whole team points at). This page is the map.

Availability: Local is GA for every layer. Per-layer cloud endpoints (telemetry ingest at ingest.getarth.ai, your org’s own arth-memory server) work today; the unified Arth Cloud sign-in (one login for intelligence + memory + router + orchestrate) is pre-GA; /arth-setup says so when you pick cloud.

Each layer is optional and independent. Pick any row in any combination, and upgrade a layer from single-user to central later without touching the others.

The four layers

Layer What it gives you Single-user shape Team/central shape
Toolkit (arthai plugins) Skills, agents, hooks, /calibrate knowledge Just the plugin: no services at all Same plugin per seat; shared conventions via your repos
Arth Intelligence (experimental preview) Sessions / cost / DAG dashboard (OTEL) Local Docker stack via /otel-setup → Local (dashboard on localhost) Cloud endpoint (/otel-setup → Cloud, app.getarth.ai) or a self-hosted central engine
arth-memory Semantic knowledge retrieval + constraint checks /memory-setupLocal tier (Docker store on this machine; no discrete GPU required — on macOS Ollama runs natively and uses Metal when available) /memory-setupCloud (direct to org server) or Remote (offline replica of the org server)
arth-router Model/harness routing with cost governance Skip it: solo routing is the toolkit’s built-in triage; the router’s value (budgets, pools, org policy, decision audit) is org-shaped Central router service; the toolkit’s triage hook calls it via the fast-path integration

One command drives it all after the plugin install:

/arth-setup            # telemetry? extras? knowledge backend? — 3 questions
/calibrate             # per repo — generates the knowledge everything serves

Hardware floor for the whole single-user stack: any Mac/Linux dev machine, Docker, no discrete GPU required — on macOS Ollama runs natively and uses Metal when available; without it, memory recall degrades to keyword search. Disk: ~1.5GB for Intelligence images + ~800MB for the Memory light path (store + embedding model), ~2.5GB if you take everything.

That floor covers the toolkit’s own Intelligence and Memory layers. Where your AI models run is a separate choice, with its own hardware floor — see Prerequisites for the short per-preset CPU/RAM/disk/GPU reference, or the Single-User Guide for the full walkthrough (setup questions, task division with a cheaper model, keys, feature switches).

Coming with the mixed-execution release: /arth-setup will ask a second question right after posture — posture (Local or Central — is this just you, or a team pointing at shared services?), then “Where should AI models run?” with three presets: Claude only (default), Claude + one cloud provider, or Claude + one local runtime. That second question is answered by a new /provider-setup skill, detailed once it ships. Until then, /arth-setup behaves exactly as it does today and every model call stays on Claude.

Team/central: what changes per layer

Full walkthrough — the four values an admin hands out, per-seat setup choices for each skill, and what stays admin-owned and seat-immutable — is in the Team Setup Guide.

Mixing modes is normal

Common real-world combinations:

You are Telemetry Memory Router
Solo dev Local files or memory-local skip
Solo dev, multiple machines Cloud central + replicas skip
Small team Cloud or self-hosted central central + replicas optional
Org with cost governance central central central

Guarantees when upgrading a layer