diff --git a/README.md b/README.md index 2a3c051c..2c01a740 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,14 @@ docker compose up -d Download the installer from [GitHub Releases](https://github.com/matevip/mateclaw/releases): -- **macOS**: `MateClaw--macOS.zip` -- **Windows**: `MateClaw-Setup-.exe` +| Platform | File | Notes | +|----------|------|-------| +| **macOS (Apple Silicon)** | `MateClaw__arm64.dmg` | Recommended for M1/M2/M3/M4 Mac | +| **macOS (Apple Silicon)** | `MateClaw__arm64.zip` | Alternative zip format | +| **Windows (x64)** | `MateClaw__Setup.exe` | For most Windows PCs | +| **Windows (ARM64)** | `MateClaw__arm64_Setup.exe` | For ARM-based Windows (e.g. Surface Pro X) | -Double-click to run. The app bundles the Java backend and auto-updates from GitHub Releases. +Double-click to run. The app bundles JRE 21 + the Spring Boot backend, no Java installation needed. Supports auto-update via GitHub Releases. > **macOS users**: If macOS blocks the app, right-click → Open → Open again, or go to System Settings → Privacy & Security → Open Anyway. diff --git a/README_zh.md b/README_zh.md index ed6f7882..e519772c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -106,10 +106,14 @@ docker compose up -d 从 [GitHub Releases](https://github.com/matevip/mateclaw/releases) 下载安装包: -- **macOS**:`MateClaw--macOS.zip` -- **Windows**:`MateClaw-Setup-.exe` +| 平台 | 文件 | 说明 | +|------|------|------| +| **macOS (Apple Silicon)** | `MateClaw__arm64.dmg` | 推荐 M1/M2/M3/M4 Mac 使用 | +| **macOS (Apple Silicon)** | `MateClaw__arm64.zip` | zip 格式备选 | +| **Windows (x64)** | `MateClaw__Setup.exe` | 适用于大多数 Windows 电脑 | +| **Windows (ARM64)** | `MateClaw__arm64_Setup.exe` | 适用于 ARM 架构 Windows(如 Surface Pro X) | -双击运行。应用内置 Java 后端,支持从 GitHub Releases 自动更新。 +双击运行。应用内置 JRE 21 + Spring Boot 后端,无需安装 Java。支持从 GitHub Releases 自动更新。 > **macOS 用户**:如果系统阻止打开,右键 → 打开 → 再次点击打开,或前往系统设置 → 隐私与安全性 → 仍要打开。