docs: redesign README landing page
Some checks failed
Track OpenClaw upstream / Check upstream & auto-bump (push) Has been cancelled

This commit is contained in:
hfshfg
2026-07-27 23:45:12 +08:00
parent 77a3546459
commit 9a23aec097
2 changed files with 64 additions and 6 deletions

View File

@@ -1,12 +1,38 @@
# 🦞 U-Claw虾盘 <p align="center">
<img src="assets/readme/hero.svg" alt="U-Claw随身携带的 AI 工作空间" width="100%" />
</p>
> **虾盘 — 全球首个 U 盘里运行的 AI 助手 | The world's first AI assistant that runs from a USB drive** <h1 align="center">U-Claw虾盘</h1>
> **制作「插上就能用」的 AI 助手 U 盘 — 教程与源代码**
> **Build a plug-and-play AI assistant USB drive — Tutorial & Source Code**
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) <p align="center"><strong>把 AI 工作空间装进 U 盘:插上任意电脑,配置、记忆和工具都跟着走。</strong></p>
[中文](#中文) | [English](#english) | [📖 完整教程](https://u-claw.org/tutorial.html) <p align="center">
<a href="https://github.com/dongsheng123132/u-claw/releases">下载便携版</a> ·
<a href="https://u-claw.org/tutorial.html">完整教程</a> ·
<a href="#快速开始制作便携版-u-盘">从源码制作</a> ·
<a href="#english">English</a>
</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-1f7a8c?style=flat-square" alt="MIT License" /></a>
<img src="https://img.shields.io/badge/Portable-USB%20first-123343?style=flat-square" alt="USB first" />
<img src="https://img.shields.io/badge/Runtime-OpenClaw-48d1c1?style=flat-square" alt="OpenClaw runtime" />
</p>
> [!IMPORTANT]
> 这不是 U 盘制作工具。这个仓库就是 U 盘的文件骨架:运行一次 `setup.sh` 补齐运行时,再把整个 `portable/` 拷到盘里即可。
## 三步开始
1. 从 [Releases](https://github.com/dongsheng123132/u-claw/releases) 下载 Windows 便携版,解压到 U 盘后双击 `Windows-Start.bat`
2. 或克隆仓库,在 `portable/` 运行 `bash setup.sh`,下载 Node.js 与 OpenClaw。
3. 首次启动在本地配置模型 Key配置只保存在 U 盘的 `data/.openclaw/openclaw.json`
| 你得到什么 | 为什么重要 |
| --- | --- |
| 随身 AI 工作空间 | 换电脑时带走配置、记忆与工具,不在主机残留用户数据。 |
| 本地优先 | 不绑定设备、不打指纹、不上传本地配置。 |
| 多种使用方式 | 便携 U 盘、在线一键安装、可启动 Linux U 盘各自独立。 |
> [!TIP] > [!TIP]
> ### 👑 同作者新品U-King · AI 装机管家 > ### 👑 同作者新品U-King · AI 装机管家

32
assets/readme/hero.svg Normal file
View File

@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 560" role="img" aria-labelledby="title desc">
<title id="title">U-Claw portable AI workspace</title>
<desc id="desc">A USB drive carries a local AI workspace across Windows, macOS, and Linux.</desc>
<rect width="1280" height="560" fill="#09121e"/>
<path d="M0 430C196 362 286 473 491 400s300-37 486-87 207-36 303-11v258H0Z" fill="#0e2632"/>
<circle cx="1047" cy="126" r="176" fill="#163d45" opacity=".62"/>
<circle cx="1047" cy="126" r="132" fill="#1d6970" opacity=".48"/>
<g fill="none" stroke="#48d1c1" stroke-width="2" opacity=".65">
<path d="M730 92h174v74h120v104"/>
<path d="M778 387h115v-69h151v-94"/>
<path d="M235 401h114v-77h96"/>
</g>
<g transform="translate(472 132)">
<rect x="0" y="0" width="286" height="260" rx="18" fill="#d8f2e9"/>
<rect x="28" y="24" width="230" height="156" rx="10" fill="#123343"/>
<path d="M113 64v58m30-58v58m30-58v58" stroke="#48d1c1" stroke-width="9" stroke-linecap="round"/>
<path d="M76 130h137" stroke="#48d1c1" stroke-width="9" stroke-linecap="round"/>
<rect x="93" y="203" width="100" height="20" rx="10" fill="#0a1b2b"/>
<path d="M44 260v38h198v-38" fill="#b9dfd5"/>
</g>
<g fill="#b8f4e8">
<text x="84" y="151" font-family="Arial, sans-serif" font-size="62" font-weight="700">U-CLAW</text>
<text x="88" y="202" font-family="Arial, sans-serif" font-size="25" letter-spacing="3">AI THAT TRAVELS WITH YOU</text>
</g>
<g font-family="Arial, sans-serif" font-size="22" fill="#d8f2e9">
<text x="90" y="313">Portable workspace</text>
<text x="90" y="350">Local data · Your model · Your USB drive</text>
</g>
<g transform="translate(923 367)" fill="#d8f2e9" font-family="Arial, sans-serif" font-size="18">
<text x="0" y="0">Windows</text><text x="116" y="0">macOS</text><text x="218" y="0">Linux</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB