From 0532cbe3550462ef572382427c89b9caaf711fc7 Mon Sep 17 00:00:00 2001 From: matevip Date: Sun, 5 Apr 2026 06:31:29 +0800 Subject: [PATCH] docs: add macOS Intel and Windows x64 variants to download table --- README.md | 7 +++++-- README_zh.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c01a740..8005bab1 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,11 @@ Download the installer from [GitHub Releases](https://github.com/matevip/matecla | 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 | +| **macOS (Apple Silicon)** | `MateClaw__arm64.zip` | zip format (Apple Silicon) | +| **macOS (Intel)** | `MateClaw__x64.dmg` | For Intel-based Mac | +| **macOS (Intel)** | `MateClaw__x64.zip` | zip format (Intel) | +| **Windows (x64)** | `MateClaw__Setup.exe` | For most Windows PCs (64-bit) | +| **Windows (x64)** | `MateClaw__x64_Setup.exe` | Explicit x64 build | | **Windows (ARM64)** | `MateClaw__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. diff --git a/README_zh.md b/README_zh.md index e519772c..aa537bbe 100644 --- a/README_zh.md +++ b/README_zh.md @@ -109,8 +109,11 @@ docker compose up -d | 平台 | 文件 | 说明 | |------|------|------| | **macOS (Apple Silicon)** | `MateClaw__arm64.dmg` | 推荐 M1/M2/M3/M4 Mac 使用 | -| **macOS (Apple Silicon)** | `MateClaw__arm64.zip` | zip 格式备选 | -| **Windows (x64)** | `MateClaw__Setup.exe` | 适用于大多数 Windows 电脑 | +| **macOS (Apple Silicon)** | `MateClaw__arm64.zip` | zip 格式(Apple Silicon) | +| **macOS (Intel)** | `MateClaw__x64.dmg` | 适用于 Intel Mac | +| **macOS (Intel)** | `MateClaw__x64.zip` | zip 格式(Intel) | +| **Windows (x64)** | `MateClaw__Setup.exe` | 适用于大多数 Windows 电脑(64 位) | +| **Windows (x64)** | `MateClaw__x64_Setup.exe` | 显式 x64 构建 | | **Windows (ARM64)** | `MateClaw__arm64_Setup.exe` | 适用于 ARM 架构 Windows(如 Surface Pro X) | 双击运行。应用内置 JRE 21 + Spring Boot 后端,无需安装 Java。支持从 GitHub Releases 自动更新。