Claude & Codex 三方接入
CC3P 是一个桌面端工具,用于管理 Claude Code、Claude Desktop 和 Codex 的本地配置,支持官方账号模式和第三方模型厂商接入。
Claude & Codex in third-party
CC3P is a desktop app for managing Claude Code, Claude Desktop, and Codex local configuration across official accounts and third-party model providers.
选择安装包 Choose Your Installer
| 系统 | 安装包 | 说明 |
|---|---|---|
| System | Package | Notes |
| macOS Apple Silicon | arm64 .dmg |
M1/M2/M3/M4 等 Apple Silicon 机型。 |
| macOS Apple Silicon | arm64 .dmg |
For M1/M2/M3/M4 and later Apple Silicon Macs. |
| macOS Intel | x64 .dmg |
Intel 芯片 Mac。 |
| macOS Intel | x64 .dmg |
For Intel Macs. |
| Windows | .msi 或 .exe |
Windows 安装包。 |
| Windows | .msi or .exe |
Windows installer packages. |
| Linux | .deb、.rpm 或 .AppImage |
根据发行版选择对应格式。 |
| Linux | .deb, .rpm, or .AppImage |
Choose the package format for your distribution. |
macOS 首次启动授权
先打开「系统设置」>「隐私与安全性」>「安全性」,检查「允许以下来源的应用程序」是否已经是「任何来源」。 如果没有看到或没有开启「任何来源」,先在终端执行:
sudo spctl --master-disable
然后回到「隐私与安全性」确认「任何来源」已经可用,再移除 CC3P 的隔离标志:
sudo xattr -rd com.apple.quarantine "/Applications/cc3p.app"
open "/Applications/cc3p.app"
macOS First Launch Authorization
First open System Settings > Privacy & Security > Security, then check whether Allow applications downloaded from is already set to Anywhere. If Anywhere is missing or not enabled, run:
sudo spctl --master-disable
Then return to Privacy & Security and confirm Anywhere is available. After that, remove the quarantine flag from CC3P:
sudo xattr -rd com.apple.quarantine "/Applications/cc3p.app"
open "/Applications/cc3p.app"
用户指南
基本流程
- 从公开 release 页面安装 CC3P。
- 打开 CC3P,先运行「环境检查」。
- 为 Claude Code、Claude Desktop 或 Codex 添加/同步配置。
- 应用前检查生成的本地配置内容。
- 点击「应用」。
- 如果目标应用只在启动时读取配置,请重启目标应用或打开新的终端会话。
CC3P 管理什么
User Guide
Basic workflow
- Install CC3P from the latest public release.
- Open CC3P and run Environment Check.
- Add or sync a profile for Claude Code, Claude Desktop, or Codex.
- Review generated config before applying.
- Click Apply.
- Restart the target app or open a new terminal session if the target reads config only at startup.
What CC3P manages
本地配置文件 Local Config Files
| 目标 | 配置位置 |
|---|---|
| Target | Config |
| Claude Code | ~/.claude/settings.json |
| Claude Desktop | macOS ~/Library/Application Support/Claude-3p/configLibraryWindows %APPDATA%\Claude-3p\configLibrary |
| Codex | ~/.codex/auth.json, ~/.codex/config.toml |