Skip to content

SpeedGeeker/clawdbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7,901 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

私有化部署的 AI 智能助手,完整中文本地化。

image# 🦞 Clawdbot 中文版


✨ 特性

  • 🇨🇳 完整中文化 — CLI、Web 控制界面、配置向导全部汉化
  • 🏠 本地优先 — 数据存储在你自己的设备上,隐私可控
  • 📱 多渠道支持 — WhatsApp、Telegram、Slack、Discord、Signal、iMessage、微信(开发中)
  • 🎙️ 语音交互 — macOS/iOS/Android 语音唤醒和对话
  • 🖼️ Canvas 画布 — 智能体驱动的可视化工作区
  • 🔧 技能扩展 — 内置技能 + 自定义工作区技能

🚀 快速开始

环境要求: Node.js ≥ 22

# 安装
npm install -g clawdbot-cn@latest

# 运行安装向导
clawdbot-cn onboard --install-daemon

# 启动网关
clawdbot-cn gateway --port 18789 --verbose

📦 安装方式

npm(推荐)

npm install -g clawdbot-cn@latest
#
pnpm add -g clawdbot-cn@latest

从源码构建

git clone  https://github.com/SpeedGeeker/clawdbot.git
cd clawdbot

pnpm install
pnpm ui:build
pnpm build

pnpm clawdbot-cn onboard --install-daemon

🔧 配置

最小配置 ~/.clawdbot-cn/clawdbot-cn.json

{
  "agent": {
    "model": "anthropic/claude-opus-4-5"
  }
}

📚 文档

🔄 版本同步

本项目基于 clawdbot/clawdbot 进行中文本地化,定期与上游保持同步。

版本格式:vYYYY.M.D-cn.N(如 v2026.1.24-cn.1

🤝 参与贡献

欢迎提交 Issue 和 PR!

  • Bug 修复和功能优化会考虑贡献回上游
  • 翻译改进、文档完善、国内渠道适配都非常欢迎

📋 开发计划

  • CLI 界面汉化
  • Web 控制界面汉化
  • 配置向导汉化
  • 中文官网和文档
  • 微信渠道适配
  • QQ 渠道适配
  • 钉钉/企业微信/飞书适配

📄 学习交流群

image

📄 许可证

MIT


基于 Clawdbot · 感谢原项目开发者 🦞

About

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 79.5%
  • Swift 13.7%
  • JavaScript 3.3%
  • Kotlin 1.9%
  • Shell 0.8%
  • CSS 0.4%
  • Other 0.4%