Downloads
Windows
- CodePilot Setup 0.17.4.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.17.4-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.17.4-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 |
|---|---|
54515e1
| feat: stream session manager + always show Claude Code built-in models, bump v0.17.4 |
0c379e5
| fix: address tool_result dedup, SDK task ID collision, and doc accuracy |
c13ff54
| feat: fix tool call chain and Tasks panel integration |
2a7dbd4
| feat: add context sharing and storage consistency (P0) |
09908cf
| fix: resolve macOS build race condition and update download button unresponsive |