docs: add macOS Intel and Windows x64 variants to download table

This commit is contained in:
matevip 2026-04-05 06:31:29 +08:00
parent 198d83669f
commit 0532cbe355
2 changed files with 10 additions and 4 deletions

View File

@ -109,8 +109,11 @@ Download the installer from [GitHub Releases](https://github.com/matevip/matecla
| Platform | File | Notes |
|----------|------|-------|
| **macOS (Apple Silicon)** | `MateClaw_<version>_arm64.dmg` | Recommended for M1/M2/M3/M4 Mac |
| **macOS (Apple Silicon)** | `MateClaw_<version>_arm64.zip` | Alternative zip format |
| **Windows (x64)** | `MateClaw_<version>_Setup.exe` | For most Windows PCs |
| **macOS (Apple Silicon)** | `MateClaw_<version>_arm64.zip` | zip format (Apple Silicon) |
| **macOS (Intel)** | `MateClaw_<version>_x64.dmg` | For Intel-based Mac |
| **macOS (Intel)** | `MateClaw_<version>_x64.zip` | zip format (Intel) |
| **Windows (x64)** | `MateClaw_<version>_Setup.exe` | For most Windows PCs (64-bit) |
| **Windows (x64)** | `MateClaw_<version>_x64_Setup.exe` | Explicit x64 build |
| **Windows (ARM64)** | `MateClaw_<version>_arm64_Setup.exe` | For ARM-based Windows (e.g. Surface Pro X) |
Double-click to run. The app bundles JRE 21 + the Spring Boot backend, no Java installation needed. Supports auto-update via GitHub Releases.

View File

@ -109,8 +109,11 @@ docker compose up -d
| 平台 | 文件 | 说明 |
|------|------|------|
| **macOS (Apple Silicon)** | `MateClaw_<version>_arm64.dmg` | 推荐 M1/M2/M3/M4 Mac 使用 |
| **macOS (Apple Silicon)** | `MateClaw_<version>_arm64.zip` | zip 格式备选 |
| **Windows (x64)** | `MateClaw_<version>_Setup.exe` | 适用于大多数 Windows 电脑 |
| **macOS (Apple Silicon)** | `MateClaw_<version>_arm64.zip` | zip 格式Apple Silicon |
| **macOS (Intel)** | `MateClaw_<version>_x64.dmg` | 适用于 Intel Mac |
| **macOS (Intel)** | `MateClaw_<version>_x64.zip` | zip 格式Intel |
| **Windows (x64)** | `MateClaw_<version>_Setup.exe` | 适用于大多数 Windows 电脑64 位) |
| **Windows (x64)** | `MateClaw_<version>_x64_Setup.exe` | 显式 x64 构建 |
| **Windows (ARM64)** | `MateClaw_<version>_arm64_Setup.exe` | 适用于 ARM 架构 Windows如 Surface Pro X |
双击运行。应用内置 JRE 21 + Spring Boot 后端,无需安装 Java。支持从 GitHub Releases 自动更新。