Skip to content

Add CCHub - Claude Code desktop control panel#253

Open
Moresl wants to merge 1 commit intoPatrickJS:mainfrom
Moresl:add-cchub
Open

Add CCHub - Claude Code desktop control panel#253
Moresl wants to merge 1 commit intoPatrickJS:mainfrom
Moresl:add-cchub

Conversation

@Moresl
Copy link
Copy Markdown

@Moresl Moresl commented Apr 13, 2026

CCHub

CCHub is an open-source (MIT) desktop control
panel for the Claude Code / Codex / Gemini CLI ecosystem. It is built with Tauri
2 + React + Rust, ships as a single ~20MB binary, and runs on Windows / macOS /
Linux.

What it does

  • MCP marketplace - browse, install, enable/disable MCP servers for multiple
    clients from one place
  • Config profiles - manage multiple API endpoints / keys for Claude Code,
    Codex CLI, Gemini CLI, OpenCode, OpenClaw and hot-switch between them
  • Agent skills browser - install / update / remove skills per CLI
  • Workflow templates, CLAUDE.md editor, hooks visualizer, security audit,
    Autopilot, i18n (EN / CN / JP)

Why it might fit this list

It is a real, released product (v1.4.0), with clean screenshots, a PROMOTION
page, and an active release pipeline. If you think it does not fit the scope of
this list, please close this PR and I will respect that — thanks either way for
the work on the list!

Summary by CodeRabbit

  • Documentation
    • Added information about CCHub, a desktop control panel for the CLI ecosystem, to the Build Tools and Development section.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 13, 2026

📝 Walkthrough

Walkthrough

Added a new entry for CCHub to the "Build Tools and Development" section of the README, documenting it as a desktop control panel for the Claude Code/Codex/Gemini CLI ecosystem with a link to its GitHub repository.

Changes

Cohort / File(s) Summary
Documentation Update
README.md
Added CCHub entry under "Build Tools and Development" section with GitHub repository link and description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A link we add with a helpful gleam,
CCHub joins the developer's dream,
Control panels rise for the CLI crew,
Another tool shines in README's view! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and specifically describes the main change: adding CCHub, a desktop control panel, to the README's Build Tools section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 230: The README entry for "CCHub" is out of alphabetical order in the
"Build Tools and Development" section and uses an absolute GitHub URL; move the
"CCHub" list item so it is correctly alphabetized within the Build Tools and
Development category and replace the absolute link with the repository's
relative link style (matching other entries) so it follows the project's README
link convention; locate the "CCHub" list item text and adjust its position and
link accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9647d13b-145f-4595-8798-ffee2dde22e5

📥 Commits

Reviewing files that changed from the base of the PR and between fc2ce04 and bcc0b31.

📒 Files selected for processing (1)
  • README.md

- [Tauri (Svelte, TypeScript Guide)](./rules/tauri-svelte-typescript-guide-cursorrules-prompt-f/.cursorrules) - Cursor rules for Tauri development with Svelte and TypeScript guide integration.
- [TypeScript Code Convention](./rules/typescript-code-convention-cursorrules-prompt-file/.cursorrules) - Cursor rules for TypeScript development with code convention integration.
- [VSCode Extension (Electron/TypeScript)](./rules/chrome-extension-dev-js-typescript-cursorrules-pro/.cursorrules) - Cursor rules for VSCode extension development with Electron and TypeScript integration.
- [CCHub](https://github.com/Moresl/cchub) - A desktop control panel for the Claude Code / Codex / Gemini CLI ecosystem. Manage MCP servers, config profiles, agent skills, CLAUDE.md, hooks, and workflow templates from a single Tauri app (Windows / macOS / Linux).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Move this entry to preserve category ordering and use the repository’s link convention.

CCHub is out of alphabetical order in Build Tools and Development and the new link is absolute, which conflicts with this repo’s README link rule.

Suggested adjustment
 ### Build Tools and Development
 
+- [CCHub](./rules/<cchub-folder>/.cursorrules) - A desktop control panel for the Claude Code / Codex / Gemini CLI ecosystem. Manage MCP servers, config profiles, agent skills, CLAUDE.md, hooks, and workflow templates from a single Tauri app (Windows / macOS / Linux).
 - [Chrome Extension (JavaScript/TypeScript)](./rules/chrome-extension-dev-js-typescript-cursorrules-pro/.cursorrules) - Cursor rules for Chrome extension development with JavaScript and TypeScript integration.
 ...
-- [CCHub](https://github.com/Moresl/cchub) - A desktop control panel for the Claude Code / Codex / Gemini CLI ecosystem. Manage MCP servers, config profiles, agent skills, CLAUDE.md, hooks, and workflow templates from a single Tauri app (Windows / macOS / Linux).

As per coding guidelines, "Maintain alphabetical order within each category in the README.md file" and "Ensure all links in the README.md file are relative and correct".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 230, The README entry for "CCHub" is out of alphabetical
order in the "Build Tools and Development" section and uses an absolute GitHub
URL; move the "CCHub" list item so it is correctly alphabetized within the Build
Tools and Development category and replace the absolute link with the
repository's relative link style (matching other entries) so it follows the
project's README link convention; locate the "CCHub" list item text and adjust
its position and link accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant