CC-Switch
CC-Switch is a graphical tool for managing AI interface configuration. It can manage provider settings and API keys for Agent clients in one place, including mainstream AI coding assistants such as Codex, reducing the risk of configuration mistakes.
Common use cases include:
- Managing provider settings and API keys for Agent clients such as
Codex. - Quickly switching between AI model interfaces without manually editing environment variables or local config files.
- Reducing repeated setup work and improving maintainability across multiple clients.
This guide focuses on installation. For detailed client configuration, see the related client pages.
Installation
Follow the steps for your operating system.
Open the latest release page. Find the Windows installer on the page. The
.msipackage is recommended, as shown below:
After the download finishes, double-click the installer.
Follow the installer wizard to complete installation.
After installation, find and launch
CC-Switchfrom the Start menu.
Homebrew is recommended:
brew tap farion1231/ccswitch
brew install --cask cc-switch2
After installation, find and run CC-Switch from Applications or Launchpad.
For Linux users, download the AppImage from the release page:
Open the release page.
Choose the AppImage file for your system architecture, such as
CC-Switch-v3.13.0-Linux-x86_64.AppImage. Pick the correct version for your actual architecture, such as x86_64 or arm64. If you are unsure which file to choose, refer to the screenshot below:
After downloading, make the file executable:
bashchmod +x CC-Switch-v3.13.0-Linux-x86_64.AppImage1Double-click the file, or start it from a terminal:
bash./CC-Switch-v3.13.0-Linux-x86_64.AppImage1If you use a graphical desktop such as KDE or GNOME, you can also right-click the file, open Properties or Permissions, and enable permission to run it as a program.
The AppImage bundles all required dependencies and works on most Linux distributions.
How to Start After Installation
Follow Create API Key to get a new API key.
Open
CC-Switch, click the Add button in the upper-right corner, and choose to add a unified provider.Fill in the following fields accurately in the configuration window:
textProvider name: modelink API URL: https://api.aigoo.xyz API Key: your Modelink API key1
2
3Save the configuration.
CC-Switchwill enable this provider for all related Agent clients.
Next Steps
After installing and configuring CC-Switch, restart your client and start using it.
More guides:
