OpenClaw Lobster Mascot

OpenClaw

The AI That Actually Does Things

An open-source personal AI assistant that runs on your own devices. Clears your inbox, sends emails, manages your calendar, checks you in for flights — all from WhatsApp, Telegram, or any chat app you already use.

View on GitHub
154k+
GitHub Stars
50+
Integrations
100%
Open Source

> What is OpenClaw?

OpenClaw is a revolutionary open-source AI personal assistant created by Peter Steinberger that runs entirely on your own devices. Unlike cloud-based assistants, OpenClaw gives you complete control over your data while providing powerful automation capabilities that can transform how you work and live.

Originally known as Clawdbot and later Moltbot, OpenClaw has rapidly gained popularity in the developer community, amassing over 154,000 GitHub stars and becoming one of the most viral experiments in AI. The project represents a fundamental shift in how we interact with AI — moving from cloud-dependent services to local-first, privacy-respecting personal agents.

What makes OpenClaw special is its ability to connect to the messaging apps you already use — WhatsApp, Telegram, Discord, Slack, Signal, iMessage, and more — turning them into powerful command centers for your AI assistant. It can browse the web, manage files, run scripts, control smart home devices, and even write its own skills to extend its capabilities.

> What It Does

OpenClaw is packed with features that make it the most capable personal AI assistant available.

Runs on Your Machine

Runs on Your Machine

Works on Mac, Windows, or Linux. Supports Anthropic, OpenAI, or local models. Private by default — your data stays yours.

Any Chat App

Any Chat App

Talk to it on WhatsApp, Telegram, Discord, Slack, Signal, or iMessage. Works in DMs and group chats seamlessly.

Persistent Memory

Persistent Memory

Remembers you and becomes uniquely yours. Your preferences, your context, your AI — always available 24/7.

Browser Control

Browser Control

Can browse the web, fill forms, and extract data from any site. Full web automation at your command.

Full System Access

Full System Access

Read and write files, run shell commands, execute scripts. Full access or sandboxed — your choice.

Skills & Plugins

Skills & Plugins

Extend with community skills or build your own. It can even write its own skills to solve new problems.

> Quick Start

Get up and running with OpenClaw in minutes. Choose your preferred installation method.

One-liner Install (Recommended)

Works on macOS, Windows & Linux. This command installs Node.js and everything else for you automatically.

Terminal
# Works everywhere. Installs everything. You're welcome. 🦞
$curl -fsSL https://openclaw.ai/install.sh | bash

NPM Install

Requires Node.js version 22 or higher. Use npm or pnpm to install globally.

Terminal
# Install globally via npm
$npm install -g openclaw@latest
# Or use pnpm
$pnpm add -g openclaw@latest
# Run the onboarding wizard
$openclaw onboard --install-daemon

Quick Commands

After installation, use these commands to start interacting with your AI assistant.

Terminal
# Start the gateway server
$openclaw gateway --port 18789 --verbose
# Send a message
$openclaw message send --to +1234567890 --message "Hello from OpenClaw"
# Talk to the assistant
$openclaw agent --message "Ship checklist" --thinking high

Build from Source (Development)

For contributors and developers who want to modify OpenClaw or run the latest development version.

Terminal
# Clone the repository
$git clone https://github.com/openclaw/openclaw.git
$cd openclaw
# Install dependencies and build
$pnpm install
$pnpm ui:build
$pnpm build
# Run the onboarding wizard
$pnpm openclaw onboard --install-daemon
# Development mode with auto-reload
$pnpm gateway:watch

> Works With Everything

Connect OpenClaw to the apps and services you already use every day.

WhatsAppTelegramDiscordSlackSignaliMessageClaudeGPTSpotifyHueObsidianTwitterBrowserGmailGitHubGoogle ChatMicrosoft TeamsMatrixBlueBubblesWebChat50+ more...

> Model Support

OpenClaw supports multiple AI providers. Choose the model that works best for you.

A

Anthropic

Claude Pro/Max recommended for best results. Excellent long-context strength and prompt-injection resistance.

Recommended
O

OpenAI

ChatGPT and Codex models supported. Great for general tasks and code generation.

L

Local Models

Run completely offline with local models. Full privacy with no data leaving your machine.