Home/Agents/OpenClaw

OpenClaw TYPESCRIPT

Open source · MITv2026.3.7 99.98% uptime
Stars
48.2k
Deploys
1.2M
Version
2026.3.7
Uptime
99.98%
Runtime
TYPESCRIPT
License
MIT

Overview

OpenClaw is the flagship Claws runtime — a general-purpose coding agent with skills, persistent memory, streaming tool calls and a multi-step planner. Its gateway speaks the OpenAI-compat chat completions shape so it drops into any pipeline that already talks to a hosted model.

Key features

  • Skills system with a typed tool registry
  • Persistent vector + key-value memory
  • Token streaming over SSE
  • Multi-step planner with retries + guardrails
  • Model routing swappable at container start

Install

$ npm i -g openclaw

Quickstart

# 1 - install OpenClaw
npm i -g openclaw

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy openclaw --model claude-sonnet-4-6

# 3 - or self-host on any VPS
openclaw serve --port 8080