Downloads
Windows
- CodePilot Setup 0.32.1.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.32.1-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.32.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 |
|---|---|
e694d75
| chore: bump version to 0.32.1 |
5d7850a
| refactor: complete UI governance — lint rules, icon/color unification, component splits |
61667fc
| refactor: extract MessageInput sub-components (PR7 — partial) |
ba51d7f
| refactor: unify CodeBlock — keep Shiki, remove Prism version (PR6) |
c153cf2
| feat: add Design System page + Playwright visual regression tests (PR8) |
cfc4db1
| refactor: extract data logic into reusable hooks (PR5) |
27bf396
| refactor: migrate all Lucide icons to Phosphor + remove lucide-react (PR4) |
d9f2e6d
| refactor: replace inline layout patterns with SettingsCard/FieldRow/StatusBanner (PR3) |
6ea323b
| feat: add reusable pattern components (PR2) |
2b8c7cb
| chore: establish UI governance infrastructure (PR1) |