Downloads
Windows
- CodePilot Setup 0.27.0.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.27.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.27.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 |
|---|---|
94fdd36
| feat: assistant workspace V2 — indexing, retrieval, security hardening & workspace switching |
19aba25
| feat: assistant workspace — persistent AI personality & memory via Markdown files (#165) |
3f19290
| fix: preserve paragraph breaks between text blocks in bridge responses (#144) |
a1bde18
| feat: add View Plan modal and feedback textbox to plan approval UI (#164) |
a906172
| fix: handle SDK keep_alive messages to prevent idle timeout during long operations (#163) |
315aac0
| fix: sanitize _NEXT_PRIVATE* env vars from child processes (#161) |