CodePilot is a multi-model AI agent desktop client built with Electron and Next.js, supporting many providers, MCPs, and skills. It emphasizes a desktop experience with remote bridge features and local data storage.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
CodePilot is a multi-model AI agent desktop client — connect any AI provider, extend with MCP & skills, control from your phone, and let your assistant learn your workflow.
How it works
The project combines Electron for a desktop shell with a Next.js-based UI to provide a cross-platform app. It supports multiple providers (17+ listed), MCP servers (stdio / sse / http) with runtime monitoring, and a Skills marketplace. Local storage uses SQLite (WAL mode) for data on-device. Features include a persistent assistant workspace, a remote bridge for mobile control, and a task scheduler among other capabilities.
Getting started
Path B: Build from source (developers)
git clone https://github.com/op7418/CodePilot.git
cd CodePilot
npm install
npm run dev # browser mode at http://localhost:3000
# -- or --
npm run electron:dev # full desktop app
Path A: Download a release (most users)
- Download the installer for your platform from the Download section
- Launch CodePilot
- Configure a Provider in Settings > Providers — add your API key for any supported provider
- Start a conversation
Note: Installing Claude Code CLI can unlock additional capabilities:
npm install -g @anthropic-ai/claude-code(recommended but not required for basic chat).
Recent releases
- v0.65.0 CodePilot v0.65.0 (2026-08-04): 新增默认个人助理、助理心跳、系统通知闭环等功能。
- v0.64.0 CodePilot v0.64.0 (2026-08-02): 重建错误监控与崩溃定位链路,并恢复 Linux 官方安装包。
- v0.63.0 CodePilot v0.63.0 (2026-08-02): 新增 Harness 基础和素材库相关改动。
- v0.62.0 CodePilot v0.62.0 (2026-07-30): Markdown 编辑体验改进、文件树操作、暗色模式修复等。
- v0.61.0 CodePilot v0.61.0 (2026-07-28): 新增 Claude Opus 5 / Sonnet 5,并支持 Grok 4.5 作为 Sub-agent。
Traction
6351 stars, 683 forks, 406 open_issues as of the provided data.
License
License: Business Source License 1.1 (BSL-1.1). Personal / academic / non-profit use: free and unrestricted; commercial use requires a separate license.






