Release v0.8.3-59-RC7-prerelease
Downloads
macOS (Universal) - Supports both Apple Silicon and Intel
Option 1: Installation Script (Recommended)
Install with a single command (version v0.8.3-59-ga227903-prerelease):
curl -fsSL https://raw.githubusercontent.com/Leadaxe/singbox-launcher/develop/scripts/install-macos.sh | bash -s -- v0.8.3-59-ga227903-prereleaseThe script will:
- Download the release archive
- Extract and install to
/Applications/ - Fix macOS quarantine attributes and permissions
- Launch the application automatically
Option 2: Manual Installation
- Download:
singbox-launcher-v0.8.3-59-ga227903-prerelease-macos.zip - Extract the ZIP file
- Remove quarantine attribute (required):
xattr -cr "singbox-launcher.app" && chmod +x "singbox-launcher.app/Contents/MacOS/singbox-launcher"
- Double-click
singbox-launcher.appto run- If macOS blocks the app, go to System Settings → Privacy & Security and click "Open Anyway"
- Alternatively, right-click the app and select "Open" (first time only)
Windows (amd64)
- Download:
singbox-launcher-v0.8.3-59-ga227903-prerelease-win64.zip - Extract the ZIP file to a folder, for example:
C:\Program Files\singbox-launcher\ - Run
singbox-launcher.exefrom that folder- You may need administrator rights to install to Program Files
- The launcher will automatically download
sing-boxandwintun.dllon first launch
Windows 7 (x86, legacy)
- Download:
singbox-launcher-v0.8.3-59-ga227903-prerelease-win7-32.zip - Extract the ZIP file to a folder and run
singbox-launcher-win7-32.exe- For Windows 7 / 32-bit or legacy compatibility only
Linux Support
⚠️ Linux build temporarily unavailable - мы ищем тестировщика для ручного тестирования перед включением автоматической сборки.
Checksums
See checksums.txt for SHA256 checksums of all files.
Release Notes
Последний релиз / Latest release
v0.8.3 — полное описание (full details): docs/release_notes/0-8-3.md
v0.8.2 — полное описание (full details): docs/release_notes/0-8-2.md
v0.8.1 — полное описание (full details): docs/release_notes/0-8-1.md
v0.8.0 — полное описание (full details): docs/release_notes/0-8-0.md
Черновик следующего релиза (draft): upcoming.md
🇷🇺 Кратко (черновик):
🇬🇧 Summary (draft):
Новое в пререлизе / Pre-release changes
bin/rule-sets/<tag>.srs конфиг использует type: "local" с path вместо remote url.
* как «любая последовательность» (например */steam/*). Режим Regex: полные регулярные выражения. В конфиг записывается process_path_regex (sing-box 1.10+).
sing-box check по временному config-check.json до записи в config.json; при ошибке — сообщение пользователю, рабочий конфиг не перезаписывается. Clash API перечитывается из config.json только при запуске sing-box.
"platforms": ["windows"] и "platforms": ["win7"].
build-win7) использует go.win7.mod с golang.org/x/sys v0.25.0 (Go 1.20). Артефакт singbox-launcher-<version>-win7-32.zip стабильно попадает в release.
bin/rule-sets/<tag>.srs), the generated config uses type: "local" with path instead of remote url.
* as wildcard (e.g. */steam/*). Regex: full regular expressions. Stored as process_path_regex (sing-box 1.10+).
sing-box check before overwrite; on failure user sees error. Clash API reloaded from config.json only when sing-box starts.
build-win7) uses dedicated go.win7.mod with pinned golang.org/x/sys v0.25.0 (Go 1.20). Artifact singbox-launcher-<version>-win7-32.zip reliably included in release.