CC GUI:开源图形界面封装 Claude Code、Codex CLI 和 OpenCode 并支持费用追踪
英文摘要
CC GUI is a new open-source desktop AI coding client that wraps command-line tools (Claude Code, Codex CLI, OpenCode) in a graphical interface. Built with Tauri 2, React 19, TypeScript, and Rust, it stores all project data locally on the user's machine. Users interact via a chat interface after selecting a project, and the AI can generate code, fix bugs, or commit to Git. The GUI transparently shows which files were modified, what commands were executed, and the API costs incurred. The application runs on macOS, Windows, and Linux, and its source code is available on GitHub.
中文摘要
CC GUI 是一款新的开源桌面 AI 编程客户端,将 Claude Code、Codex CLI、OpenCode 等命令行工具整合到图形界面中。基于 Tauri 2、React 19、TypeScript 和 Rust 开发,所有项目数据本地存储在用户电脑上。用户选择项目后通过聊天交互,让 AI 生成代码、修复错误或提交 Git。界面会清晰展示 AI 修改了哪些文件、执行了什么命令以及产生的 API 费用。该应用支持 macOS、Windows 和 Linux,源代码已发布在 GitHub。
关键要点
Wraps command-line AI coding tools (Claude Code, Codex CLI, OpenCode) into a unified GUI.
将命令行 AI 编码工具(Claude Code、Codex CLI、OpenCode)封装到一个统一的图形界面中。
Transparently displays AI-modified files, executed commands, and API cost per session.
透明展示 AI 修改的文件、执行的命令及每次会话的 API 费用。
Built with Tauri 2 + React 19 + TypeScript + Rust, stores data locally, cross-platform.
技术栈为 Tauri 2 + React 19 + TypeScript + Rust,数据本地存储,支持多平台。
Open-source code available on GitHub.
代码在 GitHub 开源。