From a0d6a6f8ca7436c2d61df4638c87fdd653590512 Mon Sep 17 00:00:00 2001 From: romgX <156889089+romgX@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:30:32 +0800 Subject: [PATCH] clean up macOS install: move xattr explanation to blockquote Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d74df65..8f3ca34 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,12 @@ Groq 免费额度用完 → 自动切到 Cerebras → 再切 SambaNova。**你 ```bash chmod +x openrelay-macos-arm64 -xattr -d com.apple.quarantine openrelay-macos-arm64 # 解除 macOS 安全限制 +xattr -d com.apple.quarantine openrelay-macos-arm64 ./openrelay-macos-arm64 ``` +> `xattr` 命令用于解除 macOS 对未签名程序的安全限制,否则会提示"无法打开"。 + 浏览器打开 `http://localhost:18765` — 一切在 Web 面板中管理,支持中英双语。 --- @@ -322,10 +324,12 @@ When Groq's free quota runs out → automatic failover to Cerebras → then Samb ```bash chmod +x openrelay-macos-arm64 -xattr -d com.apple.quarantine openrelay-macos-arm64 # bypass macOS Gatekeeper +xattr -d com.apple.quarantine openrelay-macos-arm64 ./openrelay-macos-arm64 ``` +> `xattr` removes macOS Gatekeeper quarantine flag — without it, macOS will block the unsigned binary. + Open `http://localhost:18765` → everything is managed from the Web dashboard. ---