Downloads
Windows
- CodePilot Setup 0.25.1.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.25.1-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.25.1-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 |
|---|---|
a8e1bca
| chore: bump version to v0.25.1 |
a7104aa
| chore: 集成 chrome-devtools MCP + UI 验证规则 |
62dbecd
| docs: 执行计划体系 + 技术债务追踪 + CLAUDE.md 执行计划规则 |
e0c38af
| docs: CLAUDE.md 改造为路由层 + 新建 ARCHITECTURE.md |
99c4931
| chore: 激活验证闭环 — pre-commit hook + CI gate + npm test scripts |