Komputer.AI

Welcome

Distributed Claude AI agents on Kubernetes — first-class cluster resources via CRDs and operators.

komputer.ai is a Kubernetes-native platform for running persistent Claude AI agents as first-class cluster resources. No external database — KomputerAgent CRs live in etcd, the operator reconciles them into Pods, and the API streams every event back over WebSocket.

Quick start

helm install komputer-ai oci://ghcr.io/komputer-ai/charts/komputer-ai \
  --set anthropicKeySecret.name=anthropic-api-key \
  --namespace komputer-ai --create-namespace

That deploys the operator, API, UI, Redis, and a default agent template. From there: port-forward, open the dashboard, create your first agent. Full walkthrough in Installation.

Get started

Core concepts

Power features

Build with it

Operate it

Why komputer.ai

  • Kubernetes-native — agents are CRDs reconciled by an operator. Pods, PVCs, lifecycle, GitOps — all standard primitives.
  • Stateless API — no database. CR .status is the source of truth; Redis is just transport.
  • Real-time streaming — REST for control, WebSocket for live token-by-token output, tool calls, and costs.
  • Squads & sub-agents — co-located multi-agent pods. Manager agents create and orchestrate workers via MCP tools.
  • Built-in observability — structured logs, Prometheus metrics, and a Grafana dashboard ship with the chart.
  • MCP connectors — plug in MCP servers per agent or template; secrets and lifecycle managed by the operator.

On this page