Open the latest release:
https://github.com/KiddPhenix/Ctrl_CC-Releases/releases/latest
Choose the file for your system:
- Windows x64:
Ctrl_CC-<version>-windows-x64.zip - macOS Apple Silicon, when available:
Ctrl_CC-<version>-macos-arm64.dmg - macOS Intel, when available:
Ctrl_CC-<version>-macos-x64.dmg
Older versions are available from:
https://github.com/KiddPhenix/Ctrl_CC-Releases/releases
Release history:
- Download the Windows zip file from Releases.
- Extract the zip file to a folder you control, such as
D:\Tools\Ctrl_CC. - Run
Ctrl_CC.exe. - Optional: add the extracted folder to
PATHif you want to callCtrl_CC-CLI.cmdorCtrl_CC-MCP.cmdfrom other tools.
Packaged command examples:
.\Ctrl_CC-CLI.cmd status
.\Ctrl_CC-CLI.cmd search "project convention"- Download the dmg file for your Mac.
- Open the dmg file.
- Drag
Ctrl_CCtoApplications. - Start
Ctrl_CCfromApplications.
Packaged command-line entry points are included in the app bundle when available. If macOS blocks the first launch, open System Settings, allow the app, and launch it again.
Ctrl_CC stores local data on your own machine.
Windows default paths:
%APPDATA%\Ctrl_CC\data\ctrl_cc.sqlite
%APPDATA%\Ctrl_CC\data\settings.json
%APPDATA%\Ctrl_CC\logs\boot.log
%APPDATA%\Ctrl_CC\logs\mcp.log
Environment overrides:
CTRL_CC_USER_DATA_DIR
CTRL_CC_DATA_DIR
CTRL_CC_HOME
CTRL_CC_CLI_CMD
CTRL_CC_MCP_CMD
The latest-version metadata is published here:
https://raw.githubusercontent.com/KiddPhenix/Ctrl_CC-Releases/main/latest.json
Apps or scripts can read that JSON file, compare the installed version with latest.version, then open latest.releasePage or download the matching platform asset.
打开最新版本:
https://github.com/KiddPhenix/Ctrl_CC-Releases/releases/latest
按系统选择文件:
- Windows x64:
Ctrl_CC-<version>-windows-x64.zip - macOS Apple Silicon,如该版本提供:
Ctrl_CC-<version>-macos-arm64.dmg - macOS Intel,如该版本提供:
Ctrl_CC-<version>-macos-x64.dmg
历史版本在这里:
https://github.com/KiddPhenix/Ctrl_CC-Releases/releases
版本历史:
- 从 Releases 下载 Windows zip 文件。
- 解压到你自己管理的目录,例如
D:\Tools\Ctrl_CC。 - 运行
Ctrl_CC.exe。 - 可选:如果希望其他工具直接调用
Ctrl_CC-CLI.cmd或Ctrl_CC-MCP.cmd,把解压目录加入PATH。
打包版命令示例:
.\Ctrl_CC-CLI.cmd status
.\Ctrl_CC-CLI.cmd search "project convention"- 下载与你的 Mac 匹配的 dmg 文件。
- 打开 dmg 文件。
- 把
Ctrl_CC拖到Applications。 - 从
Applications启动Ctrl_CC。
打包版命令行入口会随 app bundle 一起提供。首次启动如果被 macOS 拦截,到系统设置里允许该应用,然后重新打开。
Ctrl_CC 的数据保存在本机。
Windows 默认路径:
%APPDATA%\Ctrl_CC\data\ctrl_cc.sqlite
%APPDATA%\Ctrl_CC\data\settings.json
%APPDATA%\Ctrl_CC\logs\boot.log
%APPDATA%\Ctrl_CC\logs\mcp.log
可用环境变量:
CTRL_CC_USER_DATA_DIR
CTRL_CC_DATA_DIR
CTRL_CC_HOME
CTRL_CC_CLI_CMD
CTRL_CC_MCP_CMD
最新版本元数据发布在这里:
https://raw.githubusercontent.com/KiddPhenix/Ctrl_CC-Releases/main/latest.json
App 或脚本可以读取这个 JSON,拿本机版本和 latest.version 比较,然后打开 latest.releasePage,或下载对应平台的资产。