多用户、可长期运行、适合团队托管的微信 AI 智能体控制台
WeClaws helps teams deploy, manage, and share WeChat AI agents from a web console.
WeClaws 让团队通过 Web 控制台部署、管理和分享微信 AI 智能体。
WeClaws is the main project in BaseClaw: a self-hosted control plane for teams that want to run WeChat AI agents with multi-user access, per-user sandbox isolation, and long-running operations.
WeClaws 是 BaseClaw 当前的核心项目:一个面向团队的 self-hosted 微信 AI 智能体控制台,强调多用户管理、按用户沙盒隔离,以及长期稳定运行。
-
Multi-user first— Create and manage separate bots for different users from one web console.
多用户优先:在一个 Web 控制台里为不同用户创建和管理各自的机器人。 -
Built for durable hosting— Keep bots running with visible status, QR login flow, restart controls, and supervisor-managed lifecycle.
面向长期托管:围绕扫码登录、状态可见、异常可见、可重启和 supervisor 接管生命周期设计。 -
Per-user sandbox isolation— Separate execution environments reduce cross-user interference when tools and skills run.
按用户沙盒隔离:工具与技能运行在独立执行环境中,降低不同用户之间的相互影响。 -
Control plane, not a demo script— FastAgent handles runtime execution; WeClaws focuses on web management, persistence, and operations.
它是控制台,不是演示脚本:FastAgent 负责智能体运行时,WeClaws 专注 Web 管理、持久化和运维体验。
-
Teams that want to self-host WeChat AI agents once and let multiple people use them.
-
Builders who want web-based bot management instead of manual local scripts.
-
Operators who need durable runtime, shareable bots, and isolated execution environments.
-
希望部署一次后,让多人各自使用和管理微信 AI 机器人的团队。
-
不满足于本地手工脚本,希望用网页管理机器人的开发者或运营者。
-
需要长期运行、可分享机器人和隔离执行环境的使用场景。
Main project— baseclaw/weclawsProject docs— docs/manualsDocker deployment— docker-deployment-runbook.md
If you're looking for a production-oriented, self-hosted WeChat AI agent control plane rather than a local one-off bot script, start with WeClaws.
如果你要找的不是“本地手工跑一个机器人脚本”,而是“可 self-host、可多人使用、可长期运行的微信 AI 智能体控制台”,从 WeClaws 开始。