Skip to content

v2.8.6

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 15:01

Simon Switch v2.8.6

🪵 日志降噪 / 控制台与 MITM 日志体验优化

  • 日志降噪:缓存亲和性命中日志仅在首次命中/Provider 变化时打印;客户端断开导致的“复制响应到客户端失败”不再刷屏
  • 控制台:支持搜索、按级别筛选、暂停/手动刷新、刷新频率与显示条数;页面不可见时自动停刷;日志开关关闭时提供引导
  • MITM 转发日志:支持搜索、按级别筛选、暂停/手动刷新、刷新频率与显示条数;页面不可见时自动停刷;日志开关关闭时提供引导


下载说明

平台 文件 说明
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