docs/release-notes/v3.9.0-en.md
Local API Proxy, Auto Failover, Universal Provider, and a more complete multi-app workflow
CC Switch v3.9.0 is the stable release of the v3.9 beta series (3.9.0-1, 3.9.0-2, 3.9.0-3).
It introduces a local API proxy with per-app takeover, automatic failover, universal providers, and many stability and UX improvements across Claude Code, Codex, and Gemini CLI.
Release Date: 2026-01-07
model_provider, model, and the entire model_providers tablebase_url under [mcp_servers.*] so MCP configs are not accidentally brokenconfig.toml gracefully (#461, thanks @majiayu000)cmd /c for MCP exportCmd/Ctrl + , opens Settings (#436, thanks @TinsFox)crypto.randomUUID() on older WebViews.app bundle path for autostart to avoid terminal window popups (#462, thanks @majiayu000)Special thanks to @xunyu @deijing @su-fen for their support and contributions. This release wouldn't be possible without you!
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.9.0-Windows.msi | Recommended - MSI installer with auto-update support |
CC-Switch-v3.9.0-Windows-Portable.zip | Portable version, no installation required |
| File | Description |
|---|---|
CC-Switch-v3.9.0-macOS.zip | Recommended - Extract and drag to Applications, Universal Binary |
CC-Switch-v3.9.0-macOS.tar.gz | For Homebrew installation and auto-update |
Note: Since the author does not have an Apple Developer account, you may see an "unidentified developer" warning on first launch. Close the app, 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 |
|---|---|---|
| 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 | Make executable and run directly, or use AUR |
| Other distros / Unsure | .AppImage | chmod +x CC-Switch-*.AppImage && ./CC-Switch-*.AppImage |
| Sandboxed installation | .flatpak | flatpak install CC-Switch-*.flatpak |