github op7418/CodePilot v0.2.2

latest releases: v0.44.1, v0.44.0, v0.43.1...
one month ago

CodePilot v0.2.2

A native desktop GUI for Claude Code — chat, code, and manage projects through a polished visual interface.

Claude Code 的原生桌面客户端 — 通过可视化界面进行对话、编码和项目管理,无需在终端中操作。


Downloads / 下载

Platform / 平台 Architecture / 架构 File / 文件
macOS Apple Silicon (M1/M2/M3/M4) CodePilot-0.2.2-arm64.dmg
Windows x64 (Intel/AMD) CodePilot-0.2.2-win-x64.zip

Requirements / 环境要求



Installation Note / 安装说明

This app is not code-signed. Your OS will show a security warning on first launch.

本应用尚未进行代码签名,首次打开时操作系统会弹出安全警告。

macOS

Option 1 / 方案一 — Right-click the app → Open → Open

在访达中右键点击 CodePilot.app → 打开 → 打开

Option 2 / 方案二 — System Settings → Privacy & Security → Open Anyway

系统设置 → 隐私与安全性 → 仍要打开

Option 3 / 方案三 — Terminal / 终端命令:

xattr -cr /Applications/CodePilot.app

Windows

  1. 解压 CodePilot-0.2.2-win-x64.zip 到任意目录
  2. 运行 win-unpacked/CodePilot.exe
  3. 如果 Windows Defender SmartScreen 弹出警告,点击 "More info" → "Run anyway"

What's New in v0.2.2

New Features

  • Windows 平台支持: 完整的 Windows 适配,包括盘符切换、标题栏适配、Claude CLI 自动发现
  • 跨平台 Claude CLI 发现: 新增 platform.ts 模块,支持 Windows .cmd/.bat shell 处理和 where/which 回退

Bug Fixes

  • 修复 NODE_MODULE_VERSION 不匹配: 添加 afterPack 钩子,确保打包后 standalone 中的 better-sqlite3 使用 Electron ABI 编译,解决不同机器上的启动崩溃
  • 修复 afterPack 跨平台路径: afterPack 钩子现在同时支持 macOS 和 Windows/Linux 的资源目录结构
  • 修复更新丢失聊天记录: 数据库路径改为固定的 ~/.codepilot/,不再依赖 Electron 的 app.getPath('userData')(会随 app 名称变化)。首次启动自动从旧位置迁移数据
  • README 添加 CodePilot 图标

Full Changelog

v0.2.1...v0.2.2

Don't miss a new CodePilot release

NewReleases is sending notifications on new releases.