v2.8.2
Simon Switch v2.8.2
🔧 审计整改与稳定性改进
- MITM:证书缓存改为有上限 LRU(默认 200),避免长期运行内存无上限增长
- Hosts:Apply/Cleanup 幂等优化;应用退出时 best-effort 自动清理 Hosts 残留 marker,降低断网风险
- Logs:Console/MITM 转发日志页支持“打开日志目录”
- 安全:支持通过环境变量
CODE_SWITCH_UPSTREAM_TLS_VERIFY=1启用上游 TLS 校验(默认仍保持兼容策略)
下载说明
| 平台 | 文件 | 说明 |
|---|---|---|
| Windows (首次) | SimonSwitch-amd64-installer.exe |
NSIS 安装器 |
| Windows (便携) | SimonSwitch.exe |
直接运行 |
| Windows (更新) | updater.exe |
静默更新辅助 |
| macOS (ARM) | simonswitch-macos-arm64.zip |
Apple Silicon |
| macOS (Intel) | simonswitch-macos-amd64.zip |
Intel 芯片 |
| Linux (通用) | SimonSwitch.AppImage |
跨发行版便携 |
| Linux (Debian/Ubuntu) | simonswitch_*.deb |
apt 安装 |
| Linux (RHEL/Fedora) | simonswitch-*.rpm |
dnf/yum 安装 |
Linux 安装
AppImage (推荐)
chmod +x SimonSwitch.AppImage
./SimonSwitch.AppImage如遇 FUSE 问题:./SimonSwitch.AppImage --appimage-extract-and-run
Debian/Ubuntu
sudo dpkg -i simonswitch_*.deb
sudo apt-get install -f # 安装依赖RHEL/Fedora
sudo rpm -i simonswitch-*.rpm
# 或
sudo dnf install simonswitch-*.rpm文件校验
所有平台均提供 SHA256 校验文件(.sha256),下载后可验证完整性:
# Linux/macOS
sha256sum -c SimonSwitch.AppImage.sha256
# Windows PowerShell
Get-FileHash SimonSwitch.exe | Format-List