Downloads
Windows
- CodePilot Setup 0.23.0.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.23.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.23.0-x64.dmg — macOS Intel
Linux
- AppImage / deb / rpm — x64 and arm64
Installation
Windows: Download the exe installer, double-click to install.
macOS:
- Download the DMG for your chip architecture
- Open the DMG, drag CodePilot into Applications
- If you see a security prompt on first launch, go to System Settings > Privacy & Security and click "Open Anyway"
- Configure your Anthropic API Key in Settings
Linux: Run the AppImage directly, or install via deb/rpm package.
Requirements
- Windows 10+ / macOS 12.0+ / Linux (glibc 2.31+)
- Anthropic API Key or
ANTHROPIC_API_KEYenvironment variable - Claude Code CLI recommended for code features
Changelog
| Commit | Description |
|---|---|
5413eb5
| refactor: 简化 macOS 构建 — 只签名不公证,禁用原生热更新 |
5629da9
| fix: arm64 打包脚本改用 if/else 分支替代 EXTRA_ARGS 数组 |
db86644
| feat: macOS 双架构分离构建 — x64 只签名,arm64 签名+条件公证 |
2c76b04
| feat: macOS 公证策略 — 大版本公证,小版本只签名 |
0ac424f
| fix: macOS 打包步骤添加 25 分钟超时限制 |
f50a887
| fix: macOS 打包步骤添加 notarization 重试(最多 3 次) |
c24dedc
| fix: CI 添加 notarization 凭证预校验步骤 |
8749ada
| fix: CI 证书解码去除换行 + openssl 预校验 |
261d17c
| fix: CI 解码 base64 证书为 .p12 文件后传给 CSC_LINK |
0e38e44
| feat: macOS Developer ID 签名 + notarization + 原生热更新 |