Downloads
Windows
- CodePilot Setup 0.38.2.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.38.2-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.38.2-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 |
|---|---|
6a33d61
| chore: bump version to 0.38.2 |
dff1eac
| fix: correct issue tracker URL + locale-aware docs links |
1a6f59e
| fix: update provider docs URL to codepilot.sh |
29a1443
| fix: export includes live probe, error links to diagnostics page |
116eeae
| fix: live probe i18n match + race condition on re-run |
1c6dab3
| fix: Doctor live probe doesn't block UI, export reuses cached result |
8d44b34
| feat: Doctor live probe + model validation for third-party providers |
04a1e49
| Revert "feat: register WebMCP tools for AI agent testing (dev only)" |
bd8256b
| feat: register WebMCP tools for AI agent testing (dev only) |
fb27c06
| chore: switch license from MIT to BSL-1.1 |