Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
J

jetbrains-cc-gui

> 编程语言
Open source

Jetbrains Claude Code and Codex GUI Plugin

5.1K stars0 likes0 views
WebsiteGitHub

About

Jetbrains Claude Code and Codex GUI Plugin

To mitigate Claude trademark risks, this project has been renamed to CC GUI (originally Claude Code GUI). The logo has also been updated to reduce Chinese-specific elements. Regarding security, a
/security-review audit will be conducted before each minor version release, and a comprehensive claude-code-security audit will be performed every 10 minor versions.

A powerful IntelliJ IDEA plugin that provides a visual interface for Claude Code, OpenAI Codex and more AI coding CLIs, making AI-assisted programming more efficient and intuitive.


Installation

CC GUI(Claude, Codex and More) Installation


Performance Tips

macOS Scrolling Performance

If you experience laggy scrolling in the chat panel or settings on macOS (especially with Retina displays), disable GPU acceleration:

Add to VM options (Help → Edit Custom VM Options):

-Dide.browser.jcef.gpu.disable=true

Then restart the IDE.


Key Features

Multi AI Engine Support

  • Claude Code - Anthropic's official AI programming assistant, supporting Opus 4.5 and other models
  • OpenAI Codex - OpenAI's powerful code generation engine
  • Grok CLI (Beta) - xAI's command-line coding assistant
  • Kimi CLI (Beta) - Moonshot AI's command-line coding assistant
  • OpenCode (Beta) - open-source AI coding agent for the terminal
  • PI CLI (Beta) - PI command-line coding assistant
  • OMP CLI (Beta) - OMP command-line coding assistant
  • DeepSeek Harness (Beta) - DeepSeek's command-line coding harness

Intelligent Conversation

  • Context-aware AI coding assistant
  • @file reference support for precise code context
  • Image sending support for visual requirement description
  • Conversation rewind feature for flexible history adjustment
  • Enhanced prompts for better AI understanding

Agent System

  • Built-in Agent system for automated complex tasks
  • Skills slash command system (/init, /review, etc.)
  • MCP server support to extend AI capabilities

Developer Experience

  • Comprehensive permission management and security controls
  • Code DIFF comparison feature
  • File navigation and code jumping
  • Dark/Light theme switching
  • Font scaling and IDE font synchronization
  • Internationalization support (auto-switch between Chinese/English)

Session Management

  • History session records and search
  • Session favorites
  • Message export support
  • Provider management (cc-switch compatible)
  • Usage statistics analysis

Project Status

The project is under active development with continuous updates. For version history and iteration progress, please read CHANGELOG.md


Collaborative Contributing

For contributing guidelines, please read CONTRIBUTING.md


Local Development and Debugging

1. Install Frontend Dependencies

cd webview
npm install

2. Install ai-bridge Dependencies

cd ai-bridge
npm install

3. Debug Plugin

Run in IDEA:

./gradlew clean runIde

4. Build Plugin

./gradlew clean buildPlugin

# The generated plugin package will be in the build/distributions/ directory (package size approximately 40MB)

License

MIT


Contributing

Thanks to all contributors who help make IDEA-Claude-Code-GUI better!


Sponsor

If this project is helpful to you, you can invite the author to have a KFC or a cup of coffee~

如果这个项目对你有帮助,想请作者吃顿肯德基(KFC)或者喝杯咖啡,都是可以的~

View Sponsors List →


Friendship Link

Thanks for the support and feedback from the friends at LINUX DO.

Thank you for AtomGit platform G-Star certification


Acknowledgements

Recently, many bloggers have recommended this project on their own initiative, and I am deeply grateful. Thanks again to bloggers including "沉默的王二", "macrozheng", "JavaGuide", "Java知音", "鲲鹏talk 公众号", and "程序员青戈" for recommending this project. I will keep iterating to make it more comfortable for everyone to use.


Star History

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言