docs/release-notes/v3.10.0-en.md
OpenCode Support, Global Proxy, Claude Rectifier & Multi-App Experience Enhancements
CC Switch v3.10.0 introduces OpenCode support, becoming the fourth managed CLI application. This release also brings global proxy settings, Claude Rectifier (thinking signature fixer), enhanced health checks, per-provider configuration, and many other important features, along with comprehensive improvements to multi-app workflows and terminal experience.
Release Date: 2026-01-21
fnm path support: automatically recognizes Node.js paths managed by fnmbaoyu-skills preset repositoryESC to quickly return/close panels (#670, thanks @xxk8)FullScreenPanel styleGOOGLE_GEMINI_BASE_URL over GEMINI_BASE_URLcmd /c wrapper for WSL target paths (#592, thanks @cxyfer)FullScreenPanelThanks to @yovinchen @YangYongAn @cxyfer @xxk8 @kkkman22 @Shuimo03 for their contributions to this release! Thanks to @libukai for designing the elegant failover-related UI!
Visit Releases to download the appropriate version.
| System | Minimum Version | Architecture |
|---|---|---|
| Windows | Windows 10 or later | x64 |
| macOS | macOS 10.15 (Catalina) or later | Intel (x64) / Apple Silicon (arm64) |
| Linux | See table below | x64 |
| File | Description |
|---|---|
CC-Switch-v3.10.0-Windows.msi | Recommended - MSI installer with auto-update |
CC-Switch-v3.10.0-Windows-Portable.zip | Portable version, extract and run, no registry write |
| File | Description |
|---|---|
CC-Switch-v3.10.0-macOS.zip | Recommended - Extract and drag to Applications, Universal Binary |
CC-Switch-v3.10.0-macOS.tar.gz | For Homebrew installation and auto-update |
Note: Since the author doesn't have an Apple Developer account, you may see an "unidentified developer" warning on first launch. Please close it, then go to "System Settings" → "Privacy & Security" → click "Open Anyway", and it will open normally afterwards.
brew tap farion1231/ccswitch
brew install --cask cc-switch
Update:
brew upgrade --cask cc-switch
| Distribution | Recommended Format | Installation Method |
|---|---|---|
| Ubuntu / Debian / Linux Mint / Pop!_OS | .deb | sudo dpkg -i CC-Switch-*.deb or sudo apt install ./CC-Switch-*.deb |
| Fedora / RHEL / CentOS / Rocky Linux | .rpm | sudo rpm -i CC-Switch-*.rpm or sudo dnf install ./CC-Switch-*.rpm |
| openSUSE | .rpm | sudo zypper install ./CC-Switch-*.rpm |
| Arch Linux / Manjaro | .AppImage | Add execute permission and run directly, or use AUR |
| Other distributions / Unsure | .AppImage | chmod +x CC-Switch-*.AppImage && ./CC-Switch-*.AppImage |