什么是 openclaw?
🦞 OpenClaw — Personal AI Assistant OpenClaw is a personal AI assistant that learns and grows with you, running on your own devices — developed in the open by the OpenClaw Foundation , a non-profit. It answers you on the channels you already use, can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant. If you want a personal, single-user assistant that feels local, fast, and always-on, this is it. Supported channels: WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, SMS Twilio , IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, Zalo Personal, ClickClack, Raft, Reef, QQ, and the built-in WebChat. Website · Docs · Getting Started · Onboarding · Updating · Showcase · FAQ · Vision · DeepWiki · Docker · Nix · Third-party notices · Discord Sponsors Install Runtime: Node 24.15+ recommended , Node 22.22.3+, or Node 25.9+ . macOS / Linux curl -fsSL https://openclaw.ai/install.sh | bash Windows PowerShell iwr - useb https: // openclaw.ai / install.ps1 | iex Or install via a package manager npm, pnpm, or bun all work : npm install -g openclaw@latest Then run onboarding: openclaw onboard --install-daemon OpenClaw Onboard guides you step by step through setting up the gateway, workspace, channels, and skills on macOS, Linux, and Windows , and installs the Gateway daemon launchd/systemd user service/Scheduled Task so it stays running. Windows desktop users can also start with the native Windows Hub companion app for setup, tray status, chat, node mode, and local MCP mode. Full beginner guide auth, pairing, channels : Getting started . Quick start TL;DR After onboarding, the Gateway runs as a daemon: openclaw gateway status expect: running on port 18789 openclaw dashboard open the Control UI Send a test message or talk to the assistant: Send a message openclaw message send --target +1234567890 --message " Hello from OpenClaw " Talk to the assistant optionally deliver the reply to any connected channel openclaw agent --message " Ship checklist " --thinking high Foreground/debug mode: openclaw gateway stop openclaw gateway --port 18789 --verbose Upgrading? Run openclaw update — see the Updating guide — then openclaw doctor . Models Bring the provider you already use: Anthropic, OpenAI, Google Gemini , xAI Grok , OpenRouter, GitHub Copilot, MiniMax, and any OpenAI- or Anthropic-compatible endpoint. Details: Model providers . Sign in with a subscription OAuth instead of an API key: Anthropic Claude Pro/Max , OpenAI ChatGPT/Codex , and GitHub Copilot . Model note: prefer a current flagship model from the provider you trust and already use. See Onboarding . Models config + CLI: Models . Auth profile rotation + fallbacks: Model failover . Security defaults DM access OpenClaw connects to real messaging surfaces. Treat inbound DMs as untrusted input . Full security guide: Security . Before remote exposure, use the Gateway exposure runbook . Default behavior on DM-capable channels Telegram/WhatsApp/Signal/iMessage/Microsoft Teams/Discord/Google Chat/Slack/… : DM pairing dmPolicy: "pairing" , e.g. channels.discord.dmPolicy : unknown senders receive a short pairing code and the bot does not process their message. Approve with: openclaw pairing approve <channel <code then the sender is added to a local allowlist store . Public inbound DMs require an explicit opt-in: set dmPolicy: "open" and include " " in the channel allowlist allowFrom , e.g. channels.discord.allowFrom . Run openclaw doctor to surface risky/misconfigured DM policies. Sandboxing groups + multi-user surfaces Default: tools run on the host for the main session, so the agent has full access when it is just you. Group/channel safety: set agents.defaults.sandbox.mode: "non-main" to run non- main sessions inside sandboxes. Docker is the default sandbox backend; SSH and OpenShell backends are also available. Typical sa…
README 摘要
🦞 OpenClaw — Personal AI Assistant OpenClaw is a personal AI assistant that learns and grows with you, running on your own devices — developed in the open by the OpenClaw Foundation , a non-profit. It answers you on the channels you already use, can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant. If you want a personal, single-user assistant that feels local, fast, and always-on, this is it. Supported channels: WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, SMS (Twilio), IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, Zalo Personal, ClickClack, Raft, Reef, QQ, and the built-in WebChat. Website · Docs ·…