Skip to content

Commit ff2d085

Browse files
SaudMclaude
andcommitted
v0.1.2:安装包命名标注 arm64(Apple Silicon 专用),README 顶部直链下载
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5b4da42 commit ff2d085

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,16 @@
3636
| 📌 勾选时列表自动冻结不跳动;表头点击排序;暂停刷新 | Sort-freeze while selecting, clickable column sorting, pause refresh |
3737
| 🪶 原生 SwiftUI 单二进制 ~2 MB,无依赖、免 sudo、不用关 SIP | Native SwiftUI, single ~2 MB binary, zero dependencies, no sudo, SIP stays on |
3838

39-
## 📥 安装 / Install
39+
## 📥 下载安装 / Download & Install
4040

41-
1.**[Releases](../../releases)** 下载 DMG(或克隆源码 30 秒自行构建,见下)
41+
**Apple Silicon(M1 / M2 / M3 / M4)专用安装包,点击直接下载:**
42+
43+
### ⬇️ [MacUnburden-0.1.2-arm64.dmg](https://github.com/LMU-AI/MacUnburden/raw/v0.1.2/dist/MacUnburden-0.1.2-arm64.dmg)(1.9 MB)
44+
45+
> 本工具为 Apple Silicon 原生开发(arm64),每进程 GPU% 功能依赖 M 系列芯片的 AGX 驱动,Intel Mac 不适用。
46+
> Native Apple Silicon (arm64) build — the per-process GPU% feature relies on the M-series AGX driver. Not for Intel Macs.
47+
48+
1. 下载上面的 DMG(或克隆源码 30 秒自行构建,见下)
4249
2. 拖「性能释放.app」进 Applications
4350
3. **首次打开:右键 App →「打开」→ 再点「打开」**(应用未做 Apple 公证,Gatekeeper 会拦一次,之后正常双击)
4451

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd "$(dirname "$0")"
44

55
APP_NAME="性能释放"
66
BUNDLE_ID="com.sean.perfrelease"
7-
VERSION="0.1.1"
7+
VERSION="0.1.2"
88
BUILD_DIR="build"
99
APP="$BUILD_DIR/$APP_NAME.app"
1010
DMG="$BUILD_DIR/性能释放-$VERSION.dmg"

0 commit comments

Comments
 (0)