Skip to content

Commit 8dcfabc

Browse files
committed
chore: rename repository references to cc-switch-web
1 parent bb175cf commit 8dcfabc

11 files changed

Lines changed: 77 additions & 74 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# CC-Switch-Web
1+
# cc-switch-web
22

33
<sub>🙏 This project is a fork of [farion1231/cc-switch](https://github.com/farion1231/cc-switch) by Jason Young. Thanks to the original author for the excellent work. This fork adds Web Server mode for cloud/headless deployment.</sub>
44

5-
[![Release](https://img.shields.io/github/v/release/Laliet/CC-Switch-Web?style=flat-square&logo=github&label=Release)](https://github.com/Laliet/CC-Switch-Web/releases/latest)
6-
[![License](https://img.shields.io/github/license/Laliet/CC-Switch-Web?style=flat-square)](LICENSE)
7-
[![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white)](https://github.com/Laliet/CC-Switch-Web/releases/latest)
8-
[![macOS](https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/Laliet/CC-Switch-Web/releases/latest)
9-
[![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/Laliet/CC-Switch-Web/releases/latest)
10-
[![Docker](https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/Laliet/CC-Switch-Web/pkgs/container/cc-switch-web)
5+
[![Release](https://img.shields.io/github/v/release/Laliet/cc-switch-web?style=flat-square&logo=github&label=Release)](https://github.com/Laliet/cc-switch-web/releases/latest)
6+
[![License](https://img.shields.io/github/license/Laliet/cc-switch-web?style=flat-square)](LICENSE)
7+
[![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white)](https://github.com/Laliet/cc-switch-web/releases/latest)
8+
[![macOS](https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/Laliet/cc-switch-web/releases/latest)
9+
[![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/Laliet/cc-switch-web/releases/latest)
10+
[![Docker](https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/Laliet/cc-switch-web/pkgs/container/cc-switch-web)
1111

1212
**All-in-One Assistant for Claude Code, Codex, Gemini CLI, OpenCode & OMO**
1313

1414
English | [中文](README_ZH.md) | [Changelog](CHANGELOG.md)
1515

16-
> Recommended stable release: [v0.9.2](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.9.2)
16+
> Recommended stable release: [v0.9.2](https://github.com/Laliet/cc-switch-web/releases/tag/v0.9.2)
1717
> `v0.10.0` is currently a prerelease for testing only
1818
1919
## About / 项目简介
2020

21-
**CC-Switch-Web** is a unified configuration management tool for **Claude Code**, **Codex**, **Gemini CLI**, **OpenCode**, and **oh-my-opencode (OMO)**. It provides both a desktop application and a web server mode for managing AI CLI providers, MCP servers, skills, and system prompts.
21+
**cc-switch-web** is a unified configuration management tool for **Claude Code**, **Codex**, **Gemini CLI**, **OpenCode**, and **oh-my-opencode (OMO)**. It provides both a desktop application and a web server mode for managing AI CLI providers, MCP servers, skills, and system prompts.
2222

2323
This project is a free and open-source project shared for informational and community use only. Any legal issues arising from the use of this project are not related to the project developer.
2424

25-
Whether you're working locally or in a headless cloud environment, CC-Switch-Web offers a seamless experience for:
25+
Whether you're working locally or in a headless cloud environment, cc-switch-web offers a seamless experience for:
2626

2727
- **One-click provider switching** between OpenAI-compatible API endpoints
2828
- **Unified MCP server management** across Claude/Codex/Gemini/OpenCode
@@ -42,7 +42,7 @@ If you have any questions, you can contact me here https://linux.do/t/topic/1217
4242
### v0.9.2 - Current Stable Release
4343

4444
- Recommended for daily use and production
45-
- Download stable builds from: [v0.9.2](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.9.2)
45+
- Download stable builds from: [v0.9.2](https://github.com/Laliet/cc-switch-web/releases/tag/v0.9.2)
4646

4747
### v0.10.0 - Current Prerelease
4848

@@ -111,8 +111,8 @@ Download precompiled server binary—no compilation required:
111111

112112
| Architecture | Download |
113113
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
114-
| **Linux x86_64 (glibc)** | [cc-switch-server-linux-x86_64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/cc-switch-server-linux-x86_64) |
115-
| **Linux aarch64 (glibc)** | [cc-switch-server-linux-aarch64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/cc-switch-server-linux-aarch64) |
114+
| **Linux x86_64 (glibc)** | [cc-switch-server-linux-x86_64](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/cc-switch-server-linux-x86_64) |
115+
| **Linux aarch64 (glibc)** | [cc-switch-server-linux-aarch64](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/cc-switch-server-linux-aarch64) |
116116

117117
> **Note (glibc)**: Binaries are built on Ubuntu 22.04 (glibc baseline).
118118
> If you see `GLIBC_2.xx not found`, use Docker or build from source.
@@ -121,7 +121,7 @@ Download precompiled server binary—no compilation required:
121121
**One-Line Deploy**:
122122

123123
```bash
124-
curl -fsSL https://raw.githubusercontent.com/Laliet/CC-Switch-Web/main/scripts/deploy-web.sh | bash -s -- --prebuilt
124+
curl -fsSL https://raw.githubusercontent.com/Laliet/cc-switch-web/main/scripts/deploy-web.sh | bash -s -- --prebuilt
125125
```
126126

127127
**Quick fixes**:
@@ -134,10 +134,10 @@ curl -fsSL https://raw.githubusercontent.com/Laliet/CC-Switch-Web/main/scripts/d
134134

135135
```bash
136136
# Custom install directory and port
137-
INSTALL_DIR=/opt/cc-switch PORT=8080 curl -fsSL https://raw.githubusercontent.com/Laliet/CC-Switch-Web/main/scripts/deploy-web.sh | bash -s -- --prebuilt
137+
INSTALL_DIR=/opt/cc-switch PORT=8080 curl -fsSL https://raw.githubusercontent.com/Laliet/cc-switch-web/main/scripts/deploy-web.sh | bash -s -- --prebuilt
138138

139139
# Create systemd service for auto-start
140-
CREATE_SERVICE=1 curl -fsSL https://raw.githubusercontent.com/Laliet/CC-Switch-Web/main/scripts/deploy-web.sh | bash -s -- --prebuilt
140+
CREATE_SERVICE=1 curl -fsSL https://raw.githubusercontent.com/Laliet/cc-switch-web/main/scripts/deploy-web.sh | bash -s -- --prebuilt
141141
```
142142

143143
#### Method B: Docker Container
@@ -167,8 +167,8 @@ Dependencies: `libssl-dev`, `pkg-config`, Rust 1.78+, pnpm (no WebKit/GTK needed
167167

168168
```bash
169169
# 1. Clone and install dependencies
170-
git clone https://github.com/Laliet/CC-Switch-Web.git
171-
cd CC-Switch-Web
170+
git clone https://github.com/Laliet/cc-switch-web.git
171+
cd cc-switch-web
172172
pnpm install
173173

174174
# 2. Build web assets
@@ -227,11 +227,11 @@ Full-featured desktop app with graphical interface, built with Tauri.
227227

228228
| Platform | Download | Description |
229229
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
230-
| **Windows** | [CC-Switch-v0.9.2-Windows.msi](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows.msi) | Installer (current stable) |
231-
| | [CC-Switch-v0.9.2-Windows-Portable.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows-Portable.zip) | Portable (no install) |
232-
| **macOS** | [CC-Switch-v0.9.2-macOS.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-macOS.zip) | Universal binary (Intel + Apple Silicon) |
233-
| **Linux** | [CC-Switch-v0.9.2-Linux.AppImage](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.AppImage) | AppImage (current stable) |
234-
| | [CC-Switch-v0.9.2-Linux.deb](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.deb) | Debian/Ubuntu package |
230+
| **Windows** | [CC-Switch-v0.9.2-Windows.msi](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows.msi) | Installer (current stable) |
231+
| | [CC-Switch-v0.9.2-Windows-Portable.zip](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows-Portable.zip) | Portable (no install) |
232+
| **macOS** | [CC-Switch-v0.9.2-macOS.zip](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/CC-Switch-v0.9.2-macOS.zip) | Universal binary (Intel + Apple Silicon) |
233+
| **Linux** | [CC-Switch-v0.9.2-Linux.AppImage](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.AppImage) | AppImage (current stable) |
234+
| | [CC-Switch-v0.9.2-Linux.deb](https://github.com/Laliet/cc-switch-web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.deb) | Debian/Ubuntu package |
235235

236236
**macOS Note**: If you see "damaged" warning, run: `xattr -cr "/Applications/CC Switch.app"`
237237

@@ -240,7 +240,7 @@ Full-featured desktop app with graphical interface, built with Tauri.
240240
**Linux One-Line Install** (recommended):
241241

242242
```bash
243-
curl -fsSL https://raw.githubusercontent.com/Laliet/CC-Switch-Web/main/scripts/install.sh | bash
243+
curl -fsSL https://raw.githubusercontent.com/Laliet/cc-switch-web/main/scripts/install.sh | bash
244244
```
245245

246246
This script will:
@@ -363,9 +363,9 @@ See [CHANGELOG.md](CHANGELOG.md) — Recommended stable version: **v0.9.2**
363363

364364
## Credits
365365

366-
This project is a fork of **[cc-switch](https://github.com/farion1231/cc-switch)** by Jason Young (farion1231). We sincerely thank the original author for creating such an excellent foundation. Without the upstream project's pioneering work, CC-Switch-Web would not exist.
366+
This project is a fork of **[cc-switch](https://github.com/farion1231/cc-switch)** by Jason Young (farion1231). We sincerely thank the original author for creating such an excellent foundation. Without the upstream project's pioneering work, cc-switch-web would not exist.
367367

368-
The upstream Tauri desktop app unified provider switching, MCP management, skills, and prompts with strong i18n and safety. CC-Switch-Web adds web/server runtime, CORS controls, Basic Auth, more templates, and documentation for cloud/headless deployment.
368+
The upstream Tauri desktop app unified provider switching, MCP management, skills, and prompts with strong i18n and safety. cc-switch-web adds web/server runtime, CORS controls, Basic Auth, more templates, and documentation for cloud/headless deployment.
369369

370370
---
371371

0 commit comments

Comments
 (0)