🦞 OpenClaw — 个人AI助手支持24个平台37万星
OpenClaw 是一个运行在你自己设备上的个人AI助手,支持WhatsApp、Telegram、Slack、Discord等24个平台。项目拥有37万颗星,支持macOS/iOS/Android的双向语音通话,还能渲染实时Canvas界面。
安装很简单,全局安装后运行配置命令:
npm install -g openclaw@latest
openclaw onboard --install-daemon
核心是本地优先的网关架构,作为单一控制平面管理会话、频道、工具和事件。支持DM配对功能,未知发送者会收到配对码,需要手动批准后才处理消息。
配对批准命令:
openclaw pairing approve <channel> <code>
相比其他AI助手,OpenClaw的优势在于本地运行速度快、响应及时,且完全掌控数据隐私。支持从WebChat到WeChat的全平台覆盖,适合需要统一消息管理的个人用户。
The personal AI assistant that runs locally on your devices, supporting 24 platforms including WhatsApp, Telegram, Slack, Discord with 370K stars. It features bidirectional voice calls on macOS/iOS/Android and real-time Canvas rendering.
Installation is straightforward - install globally and run the onboard command:
npm install -g openclaw@latest
openclaw onboard --install-daemon
The core is a local-first gateway architecture serving as a single control plane for sessions, channels, tools and events. It supports DM pairing where unknown senders receive pairing codes requiring manual approval before message processing.
Approval command:
openclaw pairing approve <channel> <code>
Compared to other AI assistants, OpenClaw excels in local speed, responsive performance, and complete data privacy control. With full platform coverage from WebChat to WeChat, it's ideal for individuals needing unified message management.