Claude Code Gui banner
markes76 markes76

Claude Code Gui

Development community

Description

A comprehensive desktop GUI wrapper for Claude Code CLI — manage terminal sessions, CLAUDE.md, memory, MCP servers, skills, agents, hooks, and more

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code GUI

A comprehensive desktop GUI wrapper for [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) — the official command-line tool by Anthropic for working with Claude as an AI coding assistant.

Claude Code GUI gives you a visual interface for everything Claude Code offers: terminal sessions, live structured stream view, CLAUDE.md editing, memory management, MCP server configuration, skills, agents, hooks, permissions, and more.

On every launch you choose which project folder to open, confirm you trust it, and then the full IDE loads in that directory — just like VS Code's workspace trust model.

![Version](https://img.shields.io/badge/version-1.1.0-orange) ![Electron](https://img.shields.io/badge/Electron-31-47848F?logo=electron&logoColor=white) ![React](https://img.shields.io/badge/React-18-61DAFB?logo=react&logoColor=white) ![TypeScript](https://img.shields.io/badge/TypeScript-5.5-3178C6?logo=typescript&logoColor=white) ![Tailwind](https://img.shields.io/badge/Tailwind_CSS-3.4-06B6D4?logo=tailwindcss&logoColor=white)

What's New in v1.1.0

Live Stream — Bidirectional Structured View

The headline feature of v1.1.0. While Claude works in your terminal, the **Stream** page shows you exactly what it's doing in real time — structured and clean, not raw ANSI escape codes:

  • Tool calls render as collapsible cards with an icon (file reads, writes, bash, web, agents)
  • Assistant text renders as proper markdown — headers, code blocks, lists
  • Tool results are shown truncated with "Show more" expansion
  • Run summaries display cost in USD, duration in seconds, and pass/fail status
  • Bidirectional — write in the terminal and it streams automatically; type in the Stream input and it goes to the terminal
  • Pop-out window — detach the stream into a floating window to sit side-by-side with your terminal; the popup respects your chosen app theme
  • Copy buttons — hover any card to reveal a copy button; Copy All in