diff --git a/README-cn.md b/README-cn.md
index 27faf17..f858e4b 100644
--- a/README-cn.md
+++ b/README-cn.md
@@ -420,10 +420,10 @@ vllm serve ${model_path} \
-桌宠支持 Apple Silicon / NVIDIA GPU / CPU 路线,可以与 Cursor、Claude Code、Codex 等编码 agent 联动,并支持 LoRA 人格切换。
+桌宠支持 macOS Apple Silicon 和带 Vulkan 支持的 Windows x64,可以与 Cursor、Claude Code、Codex 等编码 agent 联动,并支持基于 LoRA 适配器的人格切换。
-- **用户安装**:从 [Releases](https://github.com/OpenBMB/MiniCPM-Desk-Pet/releases) 下载 `Clawd-on-Desk-*-arm64.dmg`,按引导完成环境检查、模型下载和 sidecar 启动。
-- **开发者运行**:`git clone git@github.com:OpenBMB/MiniCPM-Desk-Pet.git && ./go.sh`,详见 [`MiniCPM-Desk-Pet/README.md`](https://github.com/OpenBMB/MiniCPM-Desk-Pet#给开发者)。
+- **用户安装**:从 [Releases](https://github.com/OpenBMB/MiniCPM-Desk-Pet/releases) 下载最新 macOS `MiniCPM Desk Pet-*-arm64.dmg` 或 Windows `.exe` 安装程序,按引导完成环境检查、模型下载和模型预热。
+- **开发者运行**:`git clone git@github.com:OpenBMB/MiniCPM-Desk-Pet.git && cd MiniCPM-Desk-Pet && ./go.sh`,完整设置流程见 [`docs/development.md`](https://github.com/OpenBMB/MiniCPM-Desk-Pet/blob/main/docs/development.md)。
> 桌宠 UI 层 fork 自 [@rullerzhou-afk/clawd-on-desk](https://github.com/rullerzhou-afk/clawd-on-desk)(AGPL-3.0)。我们在上游桌宠运行时、动画包和多 agent 集成基础上,加入本地 MiniCPM5-1B sidecar、Onboarding 和 LoRA 人格切换。完整致谢见 [`NOTICE.md`](https://github.com/OpenBMB/MiniCPM-Desk-Pet/blob/main/NOTICE.md)。
diff --git a/README.md b/README.md
index d8f99ec..46d307c 100644
--- a/README.md
+++ b/README.md
@@ -430,10 +430,10 @@ We also ship **[OpenBMB/MiniCPM-Desk-Pet](https://github.com/OpenBMB/MiniCPM-Des
-The pet supports Apple Silicon / NVIDIA GPU / CPU paths, can work with coding agents such as Cursor, Claude Code, and Codex, and supports LoRA persona switching.
+The pet supports macOS Apple Silicon and Windows x64 with Vulkan support, can work with coding agents such as Cursor, Claude Code, and Codex, and supports persona adapter switching backed by LoRA adapters.
-- **User install**: grab `Clawd-on-Desk-*-arm64.dmg` from [Releases](https://github.com/OpenBMB/MiniCPM-Desk-Pet/releases), then follow the onboarding flow for environment checks, model download, and sidecar startup.
-- **Developer run**: `git clone git@github.com:OpenBMB/MiniCPM-Desk-Pet.git && ./go.sh` — see [`MiniCPM-Desk-Pet/README.md`](https://github.com/OpenBMB/MiniCPM-Desk-Pet#给开发者) for the full setup.
+- **User install**: download the latest macOS `MiniCPM Desk Pet-*-arm64.dmg` or Windows `.exe` installer from [Releases](https://github.com/OpenBMB/MiniCPM-Desk-Pet/releases), then follow the onboarding flow for environment checks, model download, and model warm-up.
+- **Developer run**: `git clone git@github.com:OpenBMB/MiniCPM-Desk-Pet.git && cd MiniCPM-Desk-Pet && ./go.sh` — see [`docs/development.md`](https://github.com/OpenBMB/MiniCPM-Desk-Pet/blob/main/docs/development.md) for the full setup.
> The pet UI layer is forked from [@rullerzhou-afk/clawd-on-desk](https://github.com/rullerzhou-afk/clawd-on-desk) (AGPL-3.0). On top of the upstream pet runtime, animation packs, and multi-agent integrations, we add the local MiniCPM5-1B sidecar, onboarding flow, and LoRA persona switching. Full attribution in [`NOTICE.md`](https://github.com/OpenBMB/MiniCPM-Desk-Pet/blob/main/NOTICE.md).