From 08a913c21caa9baba168bba19c6f88f63ec73cee Mon Sep 17 00:00:00 2001 From: dongsheng123132 <90887123+dongsheng123132@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:03:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20"Linux=20=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E7=9B=98"=20to=20"=E4=B8=87=E8=83=BD=E5=90=AF=E5=8A=A8=20U=20?= =?UTF-8?q?=E7=9B=98=EF=BC=88=E8=A3=B8=E6=9C=BA=E5=8F=AF=E7=94=A8=EF=BC=89?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bootable USB works on ANY x86 PC (Windows desktops, Mac Intel, bare metal), not just Linux machines. Old name was misleading — users thought it was a Linux-only feature. --- website/guide.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/website/guide.html b/website/guide.html index bda45a5..e60657e 100644 --- a/website/guide.html +++ b/website/guide.html @@ -108,7 +108,7 @@ ul{padding-left:20px} ⚡ 一键在线安装(推荐) U 盘便携版(免安装) 桌面安装版(Electron) - Linux 启动盘 + 万能启动 U 盘(裸机可用) 中国区原生安装 开发者搭建 @@ -374,7 +374,7 @@ Remove-Item -Recurse -Force "$env:USERPROFILE\.uclaw" ⚡ 一键在线安装❌ 不需要✅ 需要自己电脑、有网环境 U 盘便携版✅ 需要❌ 不需要公司电脑、无网环境、装机 桌面版 (Electron)❌ 不需要✅ 下载安装包想要 App 体验 -Linux 启动盘✅ 需要❌ 不需要无操作系统的裸机 +万能启动 U 盘✅ 需要❌ 不需要裸机、旧电脑、专用 AI 工作站
管道模式:curl | bash 时无法交互,脚本自动跳过模型选择。启动后用 Config.html 页面配置即可。
@@ -1245,18 +1245,20 @@ openclaw plugin uninstall <插件名> - +
-

Linux 启动盘模式

-

把整个 Linux 系统 + OpenClaw 刻到 U 盘,开机从 USB 启动直接进入 Linux 桌面 + AI 助手。

+

万能启动 U 盘(裸机可用)

+

把 Ubuntu 系统 + OpenClaw 预装到 U 盘。任何 x86 电脑(Windows 台式机、Mac Intel、旧笔记本、裸机)插上 U 盘开机就能直接进入桌面 + AI 助手,不需要电脑上装任何系统。

+ +
适用场景:机房裸机、淘汰旧电脑、不想碰原系统、给别人临时演示、专用 AI 工作站
-

启动盘模式 vs 普通便携模式

+

万能启动 U 盘 vs 普通便携 U 盘

- - + + - +
普通便携模式Linux 启动盘模式
原理在已有系统上运行 U 盘里的脚本直接从 U 盘启动整个 Linux 系统
普通便携 U 盘万能启动 U 盘
原理在已有系统上运行 U 盘里的脚本从 U 盘直接启动完整操作系统
依赖需要电脑已有 macOS / Windows / Linux不依赖任何已安装系统
适用有系统的电脑,临时用无系统 / 不想碰原系统 / 专用 AI 工作站
适用有系统的电脑,临时用裸机 / 旧电脑 / 不想碰原系统 / 专用 AI 工作站
U 盘大小4GB+64GB+ 推荐(系统 + 持久化 + OpenClaw)
速度取决于 U 盘读写必须 USB 3.0+(USB 2.0 会很卡)