Downloads
Windows
- CodePilot Setup 0.10.3.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.10.3-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.10.3-x64.dmg — macOS Intel
Linux
- AppImage / deb / rpm — x64 and arm64
Installation
Windows: 下载 exe 安装包,双击安装,按提示完成即可。
macOS:
- 下载对应芯片架构的 DMG 文件
- 打开 DMG,将 CodePilot 拖入 Applications 文件夹
- 首次打开时如遇安全提示,前往 系统设置 → 隐私与安全性 点击"仍要打开"
- 在 Settings 页面配置 Anthropic API Key 或环境变量
Linux: 使用 AppImage 直接运行,或通过 deb/rpm 包安装。
Requirements
- Windows 10+ / macOS 12.0+ / Linux (glibc 2.31+)
- Anthropic API Key 或已配置
ANTHROPIC_API_KEY环境变量 - 如需使用代码相关功能,建议安装 Claude Code CLI
Changelog
| Commit | Description |
|---|---|
d2c6964
| fix: CI changelog echo breaks on special chars in commit messages |
11565de
| chore: bump version to 0.10.3 |
ccd687c
| fix: don't cache "not found" binary result, use ref lock for pagination |
9b166be
| fix: resolve 25 error-level lint issues (P1-3) |
e86f0cf
| perf: optimize polling with caching and event-driven approach (P1-2) |
a5805cb
| refactor: extract SSE parsing into shared consumeSSEStream (P1-1) |
af2830d
| feat: add cursor-based message pagination (P0-3) |
128ccf9
| perf: convert sync file I/O to async in API routes (P0-2) |
f3c49a9
| fix: deduplicate attachment file writes (P0-1) |