Downloads
Windows
- CodePilot Setup 0.39.0.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.39.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.39.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 |
|---|---|
8be94c6
| chore: prepare v0.39.0 release |
1ce3b7b
| Merge branch 'worktree-unified-context-layer' |
f0930b3
| docs: add bridge plan-mode vs full_access tech debt item |
f8e187a
| fix: disable split screen menu item for sessions already in split |
564ecfd
| fix: sidebar session list no longer clips at narrow widths |
69cac71
| fix: session list item layout uses flex instead of absolute positioning |
be161c9
| fix: sidebar context menu bugs from Codex review |
ae5290f
| feat: three-dot context menus for sessions and projects |
325e188
| fix: enable plan mode toggle on new chat page |
98c4f0f
| docs: add unified context layer exec plan |
0b773cb
| fix: plan mode bypassed by full_access, mode race condition, MCP cache staleness |
8329d2a
| refactor: unified context layer + plan mode + MCP latency optimization |
33c8bd8
| fix: recommend native mac update builds |
a6b1273
| docs: refresh weixin bridge handover |