zheng 3221856d50
Some checks failed
Tests / test (push) Has been cancelled
docs: 文档改为英文,并修正过时内容
不是翻译 —— 多数文档描述的行为已经不存在了。

先修一个更基本的问题:我们不拥有 u-claw.org 域名,那是上游的。所以之前写在
README、诊断包提示、联系方式里的 help@u-claw.org 全都会把用户的问题发给
上游 —— 一个没有理由回复的人。改为指向我们自己的 issue tracker,并加断言
禁止再出现指向该域名的支持入口。

重写(内容过时,不是语言问题):
- install/README.md —— 还写着 10 个中国技能、DeepSeek 优先、国内镜像。
  现在按实际流程写:技能读 manifest、模型菜单 Gemini 优先、bundle 有
  SHA256 校验。并如实写明 curl|bash 在受管企业电脑上会被 EDR 拦。
- CLAUDE.md 的模型配置整节 —— 还在描述虾盘云首选卡片和 12 个 provider,
  那个界面已经换成单框 Key 输入了。
- SECURITY.md —— 安全报告原本指向上游维护者个人邮箱。fork 之后那条路由
  是错的:漏洞会发给写不了这份代码、也修不了的人。
- CONTRIBUTING.md —— 补上 fork 关系、pre-push 钩子怎么装、以及
  `node --test tests/` 为什么不能用。

翻译并保留:
- bootable/README.md、TROUBLESHOOTING.md —— 面向用户,顺带把
  「国内镜像」「小米/华为 BIOS 按键」等换成目标市场的实际情况

HANDOFF.md 重写为一份事故复盘:原文一半是过时的一次性交接笔记(引用的
website/guide.html 已不在本仓库),另一半是 persistence.dat 未格式化导致
启动失败的排查记录 —— 后者有长期价值,尤其是「读 offset 1080 的两字节
验证 ext4」这个判断方法,已同时写进 bootable/README.md。

bootable/IMPROVEMENTS_SUMMARY.md 保留中文,加了说明:它是上游 fork 前的
历史改进记录,没人引用,描述的是已完成的工作而非当前行为。翻译它反而会
让人误以为是现行文档。

新增 skills/en/uclaw-help —— 把「怎么用、东西在哪、出问题怎么办」做成
内置知识,每个角色都装。方案 C10.8:能问的产品才是不需要学的产品。
2026-08-17 19:12:07 +08:00
2026-07-27 23:45:12 +08:00
2026-04-13 11:33:06 +08:00

U-Claw — your AI workspace on a USB drive

U-Claw

An AI workspace on a USB drive. Plug it into any computer — your settings, memory and tools come with it.

Download · Guide · Build from source · 中文

MIT License USB first OpenClaw runtime

Important

This repository is not a tool that builds a USB drive — it is the drive's contents. Run setup.sh once to fetch the runtime, then copy portable/ onto the drive.

Why a USB drive

Three reasons, and they are the whole pitch:

  1. Your work computer will not let you install software. Finance, government contracting and most regulated industries lock this down. A USB drive needs no installer and no admin rights.
  2. Your setup travels with you. Model keys, chat history and project memory live in data/ on the drive, not on whichever machine you borrowed.
  3. Nothing is left behind on the host. Pull the drive out and walk away. (One caveat, stated plainly: U-Claw writes a rebuildable cache to the host's local disk to keep startup fast on slow drives. There is a one-click clean-up under advanced/.)

Get started

  1. Download the portable build from Releases, unzip it onto a USB drive, and double-click START HERE - Windows.bat (or START HERE - Mac.command).
  2. Settings opens by itself. Paste an API key — U-Claw identifies the provider and checks the key before letting you continue.
  3. Start talking.

No key yet? Google Gemini is the quickest: sign in with a Google account, no card, free tier. OpenRouter is a good second choice if you want one key across many models.

Models

Model Best for
Claude Best all-rounder
GPT Most widely used
Gemini Free tier, easiest signup
SEA-LION Malay, Tamil and Singlish — built by AI Singapore
Local model Offline. Nothing leaves the machine.

Others, including DeepSeek, Kimi, Qwen and GLM, are available under Advanced in Settings.

A note on SEA-LION: the hosted API is free but currently rate-limited to 10 requests per minute per user, and there is no published paid tier. That is fine for chatting and tight for agent workloads, so it is offered as a specialist choice rather than a default.

Chat platforms

Platform Status Notes
Telegram Built-in
WhatsApp ⚠️ Built-in Uses the Baileys protocol, which is unofficial. There is a real risk of your account being banned — see the warning in Settings before connecting a number you care about.
Discord Built-in
Slack Built-in
WeChat · QQ · Feishu · DingTalk Available Mainly useful for users in China — see README.zh-CN.md

Build it yourself

git clone https://gitea.fanghe.it.com/zhenghy/u-claw.git
cd u-claw/portable/advanced && bash setup.sh     # fetches Node.js + OpenClaw, about a minute

cp -R portable/ /Volumes/YOUR_USB/U-Claw/    # Mac
# On Windows, drag the folder onto the drive

What is on the drive

Mac Windows
Run it START HERE - Mac.command START HERE - Windows.bat
All the other tools Mac-Menu.command Windows-Menu.bat
Copy onto this computer Mac-Install.command Windows-Install.bat
Settings opens on first run opens on first run
U-Claw/
├── START HERE - Windows.bat      ← double-click this
├── START HERE - Mac.command      ← or this
├── Read me first.html            Three-step walkthrough
├── advanced/                     Diagnostics, CLI, install-to-PC, build scripts
├── skills/                       Skill content + manifest.json
├── lib/                          Launcher, i18n, helpers
├── app/                          Runtime (fetched by setup.sh, not in git)
│   ├── core/                     OpenClaw
│   └── runtime/node-{mac-arm64,mac-x64,win-x64}/
└── data/                         Your data (not in git)
    ├── .openclaw/                Config
    ├── memory/                   What the AI remembers
    └── backups/

Linux bootable USB

No operating system on the machine at all? Boot it from the drive into Ubuntu with U-Claw already installed. See bootable/, built on Ventoy + Ubuntu 24.04 LTS with persistence.

The Electron desktop app (u-claw-app/) was deprecated on 2026-06-19 and is no longer published — see u-claw-app/DEPRECATED.md. The portable USB build is the product.

Is this safe?

  • Your API key is written to the drive only. It is never sent anywhere except to the model provider you chose.
  • No telemetry. No device fingerprinting, no usage reporting, no account required. This build has none of that code in it.
  • Your conversations stay in data/ on the drive.
  • What does leave the machine: your messages go to whichever model provider you configured, exactly as they would in that provider's own app. If that is not acceptable for your data, use the local model option instead.

Contributing

See CONTRIBUTING.md. Tests run on every push:

node --test tests/

They check the things that break quietly: launchers staying thin, .bat files staying pure ASCII, no China-routed download sources creeping back, both installers agreeing on the skill list, and every UI string existing in every language.

FAQ

Do I need to install anything? No. That is the point.

Does it work on both Mac and Windows? Yes, from the same drive. Windows builds ship with the runtime included; on Mac the first launch fetches it (about a minute).

Where do my settings live? data/.openclaw/openclaw.json on the drive. Copy the drive, copy your setup.

Can I use it without an internet connection? Yes, with a local model. Everything else needs to reach your model provider.

Which file system should the drive use? exFAT. macOS can only read NTFS, not write to it, which would break the whole "your settings travel with you" idea.

Contact


English · 中文

MIT License

Description
No description provided
Readme 42 MiB
Languages
HTML 33.7%
Shell 23.9%
JavaScript 19.2%
PowerShell 12%
Batchfile 11.2%