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 and the reference implementation of the open agent spec. It ships with tools, persistent memory, streaming and a multi-step planner, so you can go from prompt to a production agent without wiring the plumbing yourself.

Key features

  • Built-in tool calling with a typed registry
  • Persistent vector + key-value memory
  • Token streaming over SSE and WebSocket
  • Multi-step planner with retries and guardrails
  • Pluggable model routing across 300+ models

Install

$ curl -fsSL get.claws.io/openclaw | sh

Quickstart

# 1 - install OpenClaw
curl -fsSL get.claws.io/openclaw | sh

# 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