Skip to content

v2.6.29

Choose a tag to compare

@github-actions github-actions released this 18 Apr 16:21
· 34 commits to main since this release

更新亮点

  • 请查看提交历史了解详细更新

下载说明

平台 文件 说明
Windows (首次) CodeSwitch-v2.6.29-amd64-installer.exe NSIS 安装器
Windows (便携) CodeSwitch-v2.6.29.exe 直接运行
macOS (ARM) CodeSwitch-v2.6.29-macos-arm64.zip Apple Silicon
macOS (Intel) CodeSwitch-v2.6.29-macos-amd64.zip Intel 芯片
Linux (通用) CodeSwitch-v2.6.29.AppImage 跨发行版便携
Linux (Debian/Ubuntu) codeswitch_*.deb apt 安装
Linux (RHEL/Fedora) codeswitch-*.rpm dnf/yum 安装

Linux 安装

AppImage (推荐)

chmod +x CodeSwitch-v2.6.29.AppImage
./CodeSwitch-v2.6.29.AppImage

如遇 FUSE 问题:./CodeSwitch-v2.6.29.AppImage --appimage-extract-and-run

Debian/Ubuntu

sudo dpkg -i codeswitch_*.deb
sudo apt-get install -f  # 安装依赖

RHEL/Fedora

sudo rpm -i codeswitch-*.rpm
# 或
sudo dnf install codeswitch-*.rpm

文件校验

所有平台均提供 SHA256 校验文件(.sha256),下载后可验证完整性:

# Linux/macOS
sha256sum -c CodeSwitch-v2.6.29.AppImage.sha256

# Windows PowerShell
Get-FileHash CodeSwitch-v2.6.29.exe | Format-List