Skip to content

yaakua/cc-copilot.com

Repository files navigation

CC Copilot Next

English | 中文

CC Copilot Next is a Tauri desktop workspace for CLI coding agents. It gives Codex CLI and Claude Code a visual, multi-session interface so you can manage projects, compare runs, and work across multiple panes without treating the terminal as the primary UI.

Core Features

  • Multi-project workspace with a sidebar for project and session management
  • Up to 4 panes for parallel agent runs, side-by-side comparison, and split-session workflows
  • Unified composer for sending prompts into the active pane while keeping the workspace centered on conversations
  • Dual provider support for Codex CLI and Claude Code
  • Per-pane provider profiles for official login, system runtime, or API-key based gateway setups
  • Streaming conversation timeline with status events, tool output rendering, retry, and cancel controls
  • Local persistence for projects, sessions, panes, messages, and drafts
  • Secure secret handling through the system keychain instead of storing API keys in app state

Who It's For

CC Copilot Next is primarily built for:

  • Developers who already use Codex CLI or Claude Code heavily
  • Power users who want to compare multiple agent runs or accounts in parallel
  • Individuals or teams that prefer a desktop workspace over a terminal-first agent workflow
  • Users who need project-scoped session history and quick switching between active coding threads

How It Works

  • Organize work by project, then create sessions under each project
  • Open a session in the main pane or split it into additional panes
  • Bind each pane to a provider and provider profile
  • Send prompts through the shared composer and watch streamed output in the timeline
  • Persist workspace state locally so the app can restore context across launches

Current Product Scope

Today the repository is focused on the local desktop experience:

  • Tauri 2 host for system integration and persistence
  • React + TypeScript frontend for the visual workspace
  • Real CLI-backed execution for Codex CLI and Claude Code
  • Profile management for official and third-party gateway configurations

Remote/mobile access appears in the codebase, but it should currently be treated as future-facing work rather than a primary supported workflow.

Tech Stack

  • Tauri 2
  • React 19
  • TypeScript
  • Vite
  • Tailwind CSS

Development

npm install
npm run dev

Run the web-only frontend dev server:

npm run dev:web

Build

Build the frontend only:

npm run build:web

Build the macOS desktop app:

npm run build:mac

Build the Windows desktop app on Windows hosts:

npm run build:win

Platform Support

  • macOS: supported and verified in this repository
  • Windows: build script is present and intended to work on Windows hosts
  • Linux: intentionally unsupported

Recommended IDE Setup

Roadmap

Potential next product directions include:

  • Better remote/mobile access workflows
  • Deeper provider account inspection and management
  • Richer workspace views beyond the current conversation-focused panes

About

An open-source desktop GUI for `@anthropic-ai/claude-code`. Manage projects, switch AI providers on-the-fly (Groq, OpenAI, etc.), and track usage with ease. (一个为 `@anthropic-ai/claude-code` 打造的开源桌面图形界面。轻松管理项目、实时切换AI供应商(codex claude等)并追踪用量。)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages