Downloads
Windows
- CodePilot Setup 0.37.0.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.37.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.37.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 |
|---|---|
85a07da
| chore: bump version to 0.37.0 |
f67fb9d
| refactor: extract computePartialWidgetKey into shared production helper |
c8a654d
| test: add key stability regression guard for widget remount (P2) |
8a30295
| test: add unit tests for generative UI widget system |
0a43e5a
| Merge branch 'generative-ui' |
3b2702e
| docs(site): add Generative UI documentation page |
c621c16
| docs: add generative UI handover doc and implementation article |
f804e65
| fix: eliminate scroll jump on streaming→persisted transition |
b401293
| fix: iframe ready race condition and React remount on fence close |
cab9057
| fix: improve widget streaming UX — text stability, height flicker, script visibility |
d6c068a
| feat: add generative UI widget system with multi-widget rendering and drill-down |