From c8ccb5dd4b5ff2c110d4cdaed826ba90924f324f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Sat, 14 Mar 2026 07:42:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20highlight=20ARM/embedded=20device=20sup?= =?UTF-8?q?port=20in=20README=20=E2=80=94=20=E5=BC=80=E5=8F=91=E6=9D=BF?= =?UTF-8?q?=E7=83=AD=E9=97=A8=E8=B6=8B=E5=8A=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c274df9..eeedc7e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,18 @@ ClawPanel 是 [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) AI Agent 框架的可视化管理面板。**内置智能 AI 助手**,帮你一键安装 OpenClaw、自动诊断配置、排查问题、修复错误。8 大工具 + 4 种模式 + 交互式问答,从新手到老手都能轻松管理。 -> 🌐 **官网**: [claw.qt.cool](https://claw.qt.cool/)  |  📦 **下载**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest) +> 🌐 **官网**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **下载**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest) + +### 🔥 开发板 / 嵌入式设备支持 + +ClawPanel 提供**纯 Web 版部署模式**(零 GUI 依赖),天然兼容 ARM64 开发板和嵌入式设备: + +- **Orange Pi / 树莓派 / RK3588** 等 ARM64 板子 — `npm run serve` 即可运行 +- **Docker ARM64 镜像** — `docker run ghcr.io/qingchencloud/openclaw:latest` 开箱即用 +- **Armbian / Debian / Ubuntu Server** — 一键部署脚本自动检测架构 +- 无需 Rust / Tauri / 图形界面,**只要有 Node.js 18+ 就能跑** + +> 📖 详见 [Armbian 部署指南](docs/armbian-deploy.md) | [Web 版开发说明](#web-开发版无需-rusttauri) ## 社区交流