Portable AI Agent — 插上就能用的 AI 助手
Portable AI Agent — Double-click to run, no installation needed
像当年的雨林木风,把 AI 助手简化到"双击运行"。 Like the legendary YuLinMuFeng installer discs, but for AI.
OpenClaw is the most powerful open-source AI assistant framework. But in China, installing it is a nightmare: GitHub blocked, npm timeout, Node.js download slow.
OpenClaw 是最强的开源 AI 助手框架,但在中国安装它是个噩梦。
U-Claw bundles everything. Node.js + OpenClaw + all dependencies + QQ plugin, pre-built and ready to run.
U-Claw 全部打包好。 Node.js + OpenClaw + 所有依赖 + QQ 插件,双击即用。
- Download U-Claw-v1.1.tar.gz
- Extract anywhere (USB drive, Desktop, Documents)
- Mac: double-click
Mac-Start.command/ Windows: double-clickWindows-Start.bat - Browser opens automatically — configure your AI model and API key
下载解压,双击启动,浏览器自动打开配置页面。
USB drive has install scripts that auto-extract + launch:
- Mac:
Mac-Install.command - Windows:
Windows-Install.bat
Just copy the U-Claw/ folder. That's it.
直接复制 U-Claw/ 文件夹就行。
U-Claw/ (~2.3GB)
├── Mac-Start.command ← Mac: double-click to start
├── Windows-Start.bat ← Windows: double-click to start
├── Mac-Menu.command ← Mac: config & maintenance menu
├── Windows-Menu.bat ← Windows: config & maintenance menu
├── U-Claw.html ← Navigation page / 导航页面
├── app/
│ ├── core/ ← OpenClaw + deps + QQ plugin
│ └── runtime/
│ ├── node-mac-arm64/ ← Mac Apple Silicon
│ └── node-win-x64/ ← Windows 64-bit
├── data/ ← User data (config, memory, backups)
└── system/
└── migrate.js ← Config migration
8 options, covering config and maintenance:
[1] Setup wizard (model, API key) / 配置向导
[2] Open web dashboard / 打开网页控制台
[3] QQ Bot (pre-installed) / QQ 机器人(已预装)
[4] Other platforms (Feishu/Telegram/WeChat) / 其他平台
[5] Diagnostics / 诊断修复
[6] Backup / 备份配置
[7] Restore / 恢复备份
[8] System info / 系统信息
| Model 模型 | Best for 推荐场景 |
|---|---|
| DeepSeek | Coding, best value / 编程首选 |
| Kimi K2.5 | Long docs, 256K context / 长文档 |
| Qwen 通义千问 | Large free tier / 免费额度大 |
| GLM 智谱 | Academic / 学术 |
| MiniMax | Voice, multimodal / 语音 |
| Doubao 豆包 | Volcano Engine / 火山引擎 |
Claude (Anthropic) · GPT (OpenAI) · Gemini (Google)
| Platform 平台 | Status 状态 | Notes 说明 |
|---|---|---|
| ✅ Pre-installed 已预装 | Just enter AppID + Secret | |
| Feishu 飞书 | ✅ Built-in 内置 | Enterprise / 企业首选 |
| Telegram | ✅ Built-in 内置 | International / 海外推荐 |
| ✅ Built-in 内置 | Baileys protocol | |
| Discord | ✅ Built-in 内置 | — |
| Slack | ✅ Built-in 内置 | — |
| WeChat 微信 | ✅ Community plugin | iPad protocol |
QQ plugin is pre-installed! Just:
- Visit q.qq.com, create a bot, get AppID and AppSecret
- Run
Mac-Menu.command, choose [3] QQ Bot - Enter AppID and AppSecret, done
- macOS: Apple Silicon (M1-M4), macOS 12+
- Windows: 10/11, 64-bit
- RAM: 2GB+ (4GB+ recommended)
- Storage: 3GB+
Replace app/ with new version. data/ stays (config and memory preserved).
下载新版替换 app/,data/ 不动。
UCLAW (USB Drive)
├── Mac-Install.command ← First run (extract + launch)
├── Windows-Install.bat
├── U-Claw.tar.gz ← Compressed package (743MB)
├── README.txt ← Instructions
└── Toolkit/ ← Engineer DIY kit
├── node-v22-mac-arm64.pkg
├── node-v22-win-x64.msi
├── openclaw-source.tar.gz
└── npm-cache.tar.gz
Q: Need VPN? / 需要翻墙吗? No for installation. Runtime needs internet for AI APIs — Chinese models work without VPN. 安装不需要。运行需要联网调 API,国产模型无需翻墙。
Q: Can I share it? / 能分发吗? Yes, MIT license, copy freely. 可以,MIT 协议,随便复制。
Q: Windows needs WSL? No. Bundled Windows Node.js runs natively. 不需要,自带 Windows 版 Node.js。
Q: Mac says "unverified developer"? Right-click the script → Open. 右键点击脚本 → 打开。
- WeChat 微信: hecare888
- GitHub: @dongsheng123132
- Website 官网: u-claw.org
Made with 🦞 by dongsheng