Downloads
Windows
- CodePilot Setup 0.38.1.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.38.1-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.38.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 |
|---|---|
8be9d35
| test: add unit tests for stale default provider chain + file-tree a11y |
dc3dc51
| fix: stale default provider root cause + Doctor diagnostic accuracy |
6a2c290
| fix: progressive widget MCP — only register when conversation needs widgets |
303facb
| fix: v0.38 regression fixes — stale state, perf, status, model chain |
0ae3485
| fix: folder row click area + check-in toggle error handling |
1e81fab
| feat: add toggle to disable automatic daily check-in |
29abad6
| fix: Windows CLI dedupe records dirKey only after version probe succeeds |
b688550
| chore: bump version to 0.38.1 |
680feda
| fix: guard against undefined currentModelOption in effort selector |
16326c4
| fix: Linux build — remove hardcoded arch from electron-builder config |