Skip to content

Skylark v0.3.3

Pre-release
Pre-release

Choose a tag to compare

@radiumCN radiumCN released this 25 Jun 16:23
· 40 commits to main since this release
7e297c2

✨ 新特性

  • 内置 sing-box 内核,开箱即用:安装包现已在编译时打包对应平台的 sing-box 内核(Tauri sidecar / externalBin),首次运行无需手动下载内核,彻底解决「没有代理就下载不了内核、没有内核又开不了代理」的死循环。

🔧 改进

  • 内核路径统一解析:用户自行下载的版本优先于内置版本,保留在「设置」中单独升级内核的能力。
  • macOS TUN 服务安装、Windows WinTun 目录均改用解析后的内核路径。
  • 新增 npm run fetch-kernel 脚本,方便本地构建拉取内核。

📦 下载安装包

平台 文件
Windows x64 *-x64-setup.exe
macOS Apple Silicon *_aarch64.dmg
macOS Intel *_x64.dmg
Linux (AppImage) *.AppImage
Linux (Debian/Ubuntu) *.deb

本版本起安装包已内置 sing-box 内核(v1.13.14),开箱即用,无需手动下载。