From 16778dd10461c5bcdb7fe65de66e5e35294bc378 Mon Sep 17 00:00:00 2001 From: hfshfg <38004547@qq.com> Date: Sat, 14 Mar 2026 18:28:32 +0800 Subject: [PATCH] docs: add Linux bootable USB as separate repo (u-claw-linux) - Add links to u-claw-linux repo in README (both CN and EN sections) - Add Linux x64 to platform support table - Update CLAUDE.md platform status - Move bootable/ to .gitignore (now independent repo) Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ CLAUDE.md | 2 +- README.md | 38 ++++++++++++++++++++++++++++---------- 3 files changed, 32 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 47995ef..2f8a3be 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ Thumbs.db # ── u-claw-app runtime binaries (download on build) ── u-claw-app/resources/runtime/ + +# ── Bootable USB (moved to separate repo: u-claw-linux) ── +bootable/ diff --git a/CLAUDE.md b/CLAUDE.md index b6b1d13..a7ca9ec 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -90,4 +90,4 @@ Release artifacts go to GitHub Releases, not the repo. - Mac Apple Silicon (ARM64): ✅ Working - Mac Intel (x64): ✅ Working(portable 需先运行 setup.sh 下载 node-mac-x64) - Windows x64: 🚧 In development -- Linux: 不提供脚本,后续只提供教程 +- Linux (Bootable USB): ✅ Separate repo → [u-claw-linux](https://github.com/dongsheng123132/u-claw-linux) diff --git a/README.md b/README.md index 37b74db..3225125 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ U-Claw/ ← 整个拷到 U 盘 └── backups/ 备份 ``` +### Linux 可启动版(独立仓库) + +连操作系统都没有?没关系。可启动版可以让任意电脑从 U 盘直接启动 Ubuntu + AI: + +> **独立仓库:[u-claw-linux](https://github.com/dongsheng123132/u-claw-linux)** + +基于 Ventoy + Ubuntu 24.04 LTS + 持久化存储,4 步 PowerShell 脚本即可制作。详见独立仓库。 + ### 桌面安装版(Electron App) 除了 U 盘便携版,还有桌面 App 版本: @@ -126,11 +134,12 @@ bash Mac-Start.command # Mac 测试 **平台支持:** -| 平台 | 状态 | -|------|------| -| Mac Apple Silicon (M1-M4) | ✅ | -| Mac Intel (x64) | ✅ | -| Windows x64 | 🚧 开发中 | +| 平台 | 状态 | 说明 | +|------|------|------| +| Mac Apple Silicon (M1-M4) | ✅ | 便携版 + 桌面版 | +| Mac Intel (x64) | ✅ | 便携版 + 桌面版 | +| Windows x64 | 🚧 开发中 | 便携版 + 桌面版 | +| Linux x64(可启动 U 盘) | ✅ | [独立仓库](https://github.com/dongsheng123132/u-claw-linux) | 欢迎 PR!特别需要:Windows 脚本完善、教程翻译。 @@ -215,6 +224,14 @@ U-Claw/ ← Copy entire folder to USB └── backups/ Backups ``` +### Linux Bootable USB (Separate Repo) + +No operating system? No problem. Boot any computer from USB into Ubuntu + AI: + +> **Separate repo: [u-claw-linux](https://github.com/dongsheng123132/u-claw-linux)** + +Based on Ventoy + Ubuntu 24.04 LTS + persistence. 4-step PowerShell scripts. See the separate repo for details. + ### Desktop App (Electron) ```bash @@ -271,11 +288,12 @@ bash Mac-Start.command # Test on Mac **Platform Support:** -| Platform | Status | -|----------|--------| -| Mac Apple Silicon (M1-M4) | ✅ | -| Mac Intel (x64) | ✅ | -| Windows x64 | 🚧 In progress | +| Platform | Status | Notes | +|----------|--------|-------| +| Mac Apple Silicon (M1-M4) | ✅ | Portable + Desktop | +| Mac Intel (x64) | ✅ | Portable + Desktop | +| Windows x64 | 🚧 In progress | Portable + Desktop | +| Linux x64 (Bootable USB) | ✅ | [Separate repo](https://github.com/dongsheng123132/u-claw-linux) | PRs welcome! Especially: Windows scripts, documentation.