主题
🆓 开源免费 · 清理收件箱、发送邮件、管理日历、办理登机手续。通过飞书、WhatsApp、Telegram 或任何你常用的聊天应用。
Mac、Windows 或 Linux。Anthropic、OpenAI 或本地模型。默认私有——你的数据属于你自己。
通过飞书、WhatsApp、Telegram、Discord、Slack 或 iMessage 与它对话。支持私聊和群聊。
记住你的一切并成为独一无二的你的 AI。你的偏好、你的上下文、你的 AI。
它可以浏览网页、填写表单、从任何网站提取数据。
读写文件、运行 Shell 命令、执行脚本。完全访问或沙箱模式——由你选择。
使用社区技能扩展或自己构建。它甚至可以自己编写技能。
提示
中国大陆用户建议开启上方 🇨🇳 国内镜像 开关,以获得更快的下载速度。
# 自动安装 Node.js 和所有依赖 curl -fsSL https://clawd.org.cn/install.sh | bash
# 自动安装 Node.js 和所有依赖(使用国内镜像) curl -fsSL https://clawd.org.cn/install.sh | bash -s -- --registry https://registry.npmmirror.com
# 在 PowerShell 中运行 iwr -useb https://clawd.org.cn/install.ps1 | iex
# 在 PowerShell 中运行(使用国内镜像) iwr -useb https://clawd.org.cn/install.ps1 -OutFile install.ps1; ./install.ps1 -Registry https://registry.npmmirror.com
# 全局安装 npm install -g openclaw-cn@latest # 运行向导 openclaw-cn onboard
# 全局安装(使用国内镜像) npm install -g openclaw-cn@latest --registry https://registry.npmmirror.com # 运行向导 openclaw-cn onboard
# 全局安装 pnpm add -g openclaw-cn@latest # 运行向导 openclaw-cn onboard
# 全局安装(使用国内镜像) pnpm add -g openclaw-cn@latest --registry https://registry.npmmirror.com # 运行向导 openclaw-cn onboard
使用 Docker Compose 快速部署 OpenClaw,适合服务器和 NAS 用户。无需手动安装 Node.js 环境。
# 快速启动 docker compose up -d
本项目是 openclaw/openclaw 的中文社区分支,完全开源免费。
我们定期与上游仓库保持同步,确保中文社区能够及时获得最新功能和修复。