Commander
A modern GUI for Claude Code CLI - manage your AI coding sessions with ease
ā ļø Early Development - This project is in active development and may have bugs or breaking changes.
Commander is an Electron-based desktop application that provides a sleek, modern interface for managing Claude Code CLI sessions. It transforms the command-line experience into an intuitive GUI, making it easier to create, manage, and visualize AI-powered coding conversations.
⨠Features
- š Session Management - Create new sessions, continue existing ones, or resume from history
- š¬ Real-time Streaming - Live conversation display with Claude's responses as they stream
- š ļø Tool Visualization - Beautiful widgets for file edits, bash commands, todos, and more
- š Project Discovery - Automatically find existing Claude sessions across your projects
- š Session History - Browse and reload past conversations
- šÆ Multi-session Support - Manage multiple active sessions simultaneously
š Quick Start
Prerequisites
- Node.js 18+ and npm
- Claude Code CLI installed and accessible in PATH
- macOS, Windows, or Linux
Installation
# Clone the repository
git clone https://github.com/AndreDalwin/ClaudeCommander.git
cd ClaudeCommander
# Install dependencies
npm install
# Start the application
npm start