今天搁Github上发现一个有意思的开源项目:U-Claw(虾盘)
这个项目可以把U-Claw装进U盘,插上任意电脑,双击就能用 AI
很牛波一是吧?我也这么认为的 
项目地址
部署教程
Mac/Linux
# 1. 克隆代码
git clone https://github.com/dongsheng123132/u-claw.git
# 2. 补齐大依赖(Node.js + OpenClaw,国内镜像,约 1 分钟)
cd u-claw/portable && bash setup.sh # Mac / Linux
# Windows 用户:双击 setup.bat,或 PowerShell 中运行 setup.ps1
# 3. 拷贝到 U 盘
cp -R portable/ /Volumes/你的U盘/U-Claw/ # Mac
# 或 Windows 资源管理器直接拖过去Windows 用户:
下载完解压到U盘,就OK了
U 盘功能一览
| 功能 | Mac | Windows |
|---|---|---|
| 免安装运行 | Mac-Start.command | Windows-Start.bat |
| 功能菜单 | Mac-Menu.command | Windows-Menu.bat |
| 安装到电脑 | Mac-Install.command | Windows-Install.bat |
| 首次配置 | Config.html | Config.html |
U 盘文件结构
U-Claw/ ← 整个拷到 U 盘
├── Mac-Start.command Mac 免安装运行
├── Mac-Menu.command Mac 功能菜单
├── Mac-Install.command 安装到 Mac
├── Windows-Start.bat Windows 免安装运行
├── Windows-Menu.bat Windows 功能菜单
├── Windows-Install.bat 安装到 Windows
├── Config.html 首次配置页面
├── setup.sh 补齐依赖(开发者用)
├── app/ ← 大依赖(setup.sh 下载,不进 git)
│ ├── core/ OpenClaw + QQ 插件
│ └── runtime/
│ ├── node-mac-arm64/ Mac Apple Silicon
│ ├── node-mac-x64/ Mac Intel
│ └── node-win-x64/ Windows 64-bit
└── data/ ← 用户数据(不进 git)
├── .openclaw/ 配置文件
├── memory/ AI 记忆

评论 (0)