From d84959c1ebbaebae30a6932d15f6c2cef01b35d4 Mon Sep 17 00:00:00 2001 From: romgX <156889089+romgX@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:19:56 +0800 Subject: [PATCH] v0.8.4 --- CHANGELOG.md | 2 +- PRIVACY.md | 2 +- README.md | 30 ++++++++---------------------- 3 files changed, 10 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8029672..5f08ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,4 +25,4 @@ - Single-file binary (Node.js SEA) — no runtime dependencies - Web management dashboard (bilingual EN/ZH) - Auto-detection of installed AI apps and credentials -- License system with device management +- License system: Free (50 req/day) / Pro (unlimited) diff --git a/PRIVACY.md b/PRIVACY.md index 4633418..ed0fc15 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -34,7 +34,7 @@ OpenRelay makes the following network connections: 2. **License verification server** (`license.limitlessmeto.com`, hosted on Cloudflare) — periodic license status check - **Sent**: anonymous device identifier and license token - **NOT sent**: credentials, conversation content, usage details, or personal information - - **Purpose**: verify license status and active device count + - **Purpose**: verify license tier (Free / Pro) and active device count 3. **GitHub Releases API** (optional) — to check for software updates ## Local Logging diff --git a/README.md b/README.md index b522616..992e91a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,7 @@

OpenRelay

-

No more quota waste — your AI subscriptions, everywhere.

- -

- Download - MIT License - Telegram -

+

Your AI subscriptions, everywhere. Stop paying for AI tools you can't fully use.

English | 中文

@@ -102,9 +96,8 @@ xattr -d com.apple.quarantine openrelay # first time only ``` ```powershell -# Windows (download from Releases page, then run) -Invoke-WebRequest -Uri "https://github.com/romgX/openrelay/releases/latest/download/openrelay-windows-x64.exe" -OutFile openrelay.exe -.\openrelay.exe +# Windows +.\openrelay-windows-x64.exe ``` ### npm (requires Node.js >= 18) @@ -140,7 +133,7 @@ See [DISCLAIMER.md](DISCLAIMER.md) and [PRIVACY.md](PRIVACY.md) for details. Open Core model: - **Framework** (proxy, format translation, config): [MIT](LICENSE) -- **Pro features** (custom model groups, priority support): [Commercial](COMMERCIAL-LICENSE.txt) +- **Pro features** (custom model groups, unlimited requests): [Commercial](COMMERCIAL-LICENSE.txt) --- @@ -150,11 +143,7 @@ Open Core model: ## 中文说明 -**不再为配额烦恼,让你的 AI 订阅,随处可用。** - -

- 📢 加入 Telegram 频道获取更新 → -

+**你的 AI 订阅,处处可用。** 别再为用不完的 AI 工具白白付费。 --- @@ -227,17 +216,14 @@ Groq 免费额度用完 → 自动切到 Cerebras → 再切 SambaNova。**你 ### 安装 ```bash -# macOS — 下载二进制(无需 Node.js) +# 下载二进制(无需 Node.js) curl -L -o openrelay https://github.com/romgX/openrelay/releases/latest/download/openrelay-macos-arm64 chmod +x openrelay xattr -d com.apple.quarantine openrelay # 仅首次需要 ./openrelay -``` -```powershell -# Windows -Invoke-WebRequest -Uri "https://github.com/romgX/openrelay/releases/latest/download/openrelay-windows-x64.exe" -OutFile openrelay.exe -.\openrelay.exe +# 或通过 npm +npm install -g openrelay && openrelay ``` 浏览器打开 `http://localhost:18765` — 一切在 Web 面板中管理,支持中英双语。