Downloads
Windows
- CodePilot Setup 0.33.0.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.33.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.33.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 |
|---|---|
b22cf5d
| chore: bump version to 0.33.0 |
e2a0f49
| fix: CAS lock for assistant trigger, LIKE escape, provider options race |
7b48ee1
| feat: plugin system — real manifest discovery and SDK integration |
857e9fc
| refactor: Electron install wizard, connection status, and platform detection |
2a04513
| fix: cross-session assistant trigger guard — heartbeat liveness detection |
8cce988
| fix: Design Agent session isolation, image write-back robustness, and new-session flow |
cc3cae6
| feat: per-provider options (thinking mode, 1M context) and SDK betas integration |