Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
| .agent/workflows | ||
| .github | ||
| apps | ||
| assets | ||
| docs | ||
| extensions | ||
| git-hooks | ||
| packages/clawdbot | ||
| patches | ||
| scripts | ||
| skills | ||
| src | ||
| Swabble | ||
| test | ||
| ui | ||
| vendor/a2ui | ||
| .detect-secrets.cfg | ||
| .dockerignore | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .oxfmtrc.jsonc | ||
| .oxlintrc.json | ||
| .pre-commit-config.yaml | ||
| .prettierignore | ||
| .secrets.baseline | ||
| .shellcheckrc | ||
| .swiftformat | ||
| .swiftlint.yml | ||
| AGENTS.md | ||
| appcast.xml | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| CONTRIBUTING.md | ||
| docker-compose.yml | ||
| docker-setup.sh | ||
| Dockerfile | ||
| Dockerfile.sandbox | ||
| Dockerfile.sandbox-browser | ||
| docs.acp.md | ||
| fly.private.toml | ||
| fly.toml | ||
| LICENSE | ||
| moltbot.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README-header.png | ||
| README.md | ||
| render.yaml | ||
| SECURITY.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||
| vitest.e2e.config.ts | ||
| vitest.extensions.config.ts | ||
| vitest.gateway.config.ts | ||
| vitest.live.config.ts | ||
| vitest.unit.config.ts | ||
| zizmor.yml | ||
🦞 Crayfish-Bot — Moltbot 中文版 / Chinese Fork
English
Crayfish-Bot is a Chinese fork of Moltbot, a personal AI assistant that runs on your own devices.
Features
- ✅ Domestic Model Support - MiniMax, Silicon Flow, and other Chinese AI models
- ✅ Full Chinese Localization - Docs, UI, and error messages in Chinese
- ✅ Domestic Service Integration - Adapted for Chinese API services
- ✅ Active Upstream Sync - Regular updates from upstream Moltbot
Quick Start
# Clone the repository
git clone https://github.com/BlackBearCC/crayfish-bot.git
cd crayfish-bot
# Install dependencies
pnpm install
# Build
pnpm build
# Run onboarding
pnpm moltbot onboard --install-daemon
Installation
# Global install
pnpm add -g crayfish-bot
# Start
crayfish-bot onboard --install-daemon
Documentation
Contributing
Issues and PRs welcome!
- Fork this repository
- Create your branch (
git checkout -b feature/xxx) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/xxx) - Open a Pull Request
Contact
- GitHub Issues: https://github.com/BlackBearCC/crayfish-bot/issues
中文
小龙虾 Bot 是 Moltbot 的中文分支,一个运行在你自己设备上的个人 AI 助手。
主要特性
- ✅ 国内模型支持 - 适配 MiniMax、硅基流动等国产模型
- ✅ 汉化完善 - 文档、界面、错误信息全面汉化
- ✅ 国内服务集成 - 适配国内 API 服务
- ✅ 持续同步 - 定期同步上游更新
快速开始
# 克隆本项目
git clone https://github.com/BlackBearCC/crayfish-bot.git
cd crayfish-bot
# 安装依赖
pnpm install
# 构建
pnpm build
# 启动引导
pnpm moltbot onboard --install-daemon
安装
# 全局安装
pnpm add -g crayfish-bot
# 启动
crayfish-bot onboard --install-daemon
文档
参与贡献
欢迎提交 Issue 和 PR!
- Fork 本项目
- 创建分支 (
git checkout -b feature/xxx) - 提交更改 (
git commit -am '添加新功能') - 推送到分支 (
git push origin feature/xxx) - 创建 Pull Request
交流群
- GitHub Issues: https://github.com/BlackBearCC/crayfish-bot/issues
与上游区别 | Differences from Upstream
| 特性 / Feature | 上游 Moltbot | 本项目 Crayfish-Bot |
|---|---|---|
| 模型 / Models | OpenAI/Anthropic | + MiniMax/国产模型 |
| 文档 / Docs | 英文 | 中文为主 |
| 服务 / Services | 国外为主 | 国内优先 |
| 社区 / Community | Discord | 中文社区 |
本项目基于 Moltbot,遵循 MIT 协议。