cc-switch

(β˜… 128,677)

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

  • .gitattributes
  • .gitignore
  • .node-version
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • components.json
  • CONTRIBUTING.md
  • deplink.html
  • LICENSE
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • postcss.config.cjs
  • README.md
  • README_DE.md
  • README_JA.md
  • README_ZH.md
  • rust-toolchain.toml
  • SECURITY.md
  • session-manager.md
  • SUPPORT.md
  • tailwind.config.cjs
  • tsconfig.json
  • tsconfig.node.json
  • vite.config.ts
  • vitest.config.ts

# Installation Guide

1. Get the code
git clone https://github.com/farion1231/cc-switch

Downloads the entire project code from GitHub to your computer.

cd cc-switch

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
brew install --cask cc-switch

Installs the pre-built package via Homebrew β€” no source build required.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Node.js

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
pnpm install

Downloads and installs the libraries listed in package.json.

pnpm dev

Starts the development/run server.

pnpm typecheck

Type this command into your terminal and run it.

pnpm format

Type this command into your terminal and run it.

pnpm format:check

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

4. Rust

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cargo fmt

Type this command into your terminal and run it.

cargo clippy

Type this command into your terminal and run it.

cargo test

Type this command into your terminal and run it.

cargo test test_name

Type this command into your terminal and run it.

cargo test --features test-hooks

Type this command into your terminal and run it.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation