Downloads
Windows
- CodePilot Setup 0.36.0.exe — Windows installer (x64 + arm64)
macOS
- CodePilot-0.36.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.36.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 |
|---|---|
7bb47f8
| chore: bump version to 0.36.0 |
16b0006
| docs: add Worktree isolation rules to CLAUDE.md |
7343465
| docs: update Feishu bridge setup guide for V2 |
1420c05
| Merge branch 'codex/feishu-remote-v2' |
7cc9c90
| refactor: simplify Feishu settings, fix card race conditions, update docs |
cdb4155
| feat: Feishu chat bridge — strip MCP residuals, enhance streaming cards, add tool progress |
647fa04
| feat: improve Feishu messaging — markdown rendering, card styling, reaction lifecycle |
9ca9bce
| fix: feishu card action 200340 and bridge session lock cleanup |
16d2f1a
| chore: restore feishu worktree snapshot |
e6f3335
| fix: prevent false positive Claude Code conflict on Windows |