Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely.
CloudCLI (also known as Claude Code UI) is an open-source React and TypeScript web interface that lets developers interact with Claude Code, Cursor CLI, Codex, and Gemini CLI through a browser on desktop or mobile devices. It connects to Claude Code by wrapping the CLI in a web layer that auto-discovers existing sessions and exposes them through a chat interface, an integrated shell terminal, a file explorer with syntax highlighting and live editing, and a Git explorer for staging and committing changes. Deployment options include a one-line npx command for local self-hosting, experimental Docker sandbox mode with hypervisor-level microVM isolation, or the managed CloudCLI Cloud service that requires no local setup and supports REST API access and n8n integration. MCP configuration syncs with the local Claude settings directory when self-hosted. An optional TaskMaster AI plugin adds AI-driven task planning and PRD parsing. Developers who need mobile access to long-running Claude Code sessions or who work across multiple projects remotely are the primary audience.
- ✓Open-source license (AGPL-3.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/siteboon/claudecodeuiTools overview
<div align="center"> <img src="public/logo.svg" alt="CloudCLI UI" width="64" height="64"> <h1>Cloud CLI (aka Claude Code UI)</h1> <p>A desktop and mobile UI for <a href="https://docs.anthropic.com/en/docs/claude-code">Claude Code</a>, <a href="https://docs.cursor.com/en/cli/overview">Cursor CLI</a>, <a href="https://developers.openai.com/codex">Codex</a>, and <a href="https://geminicli.com/">Gemini-CLI</a>.<br>Use it locally or remotely to view your active projects and sessions from everywhere.</p> </div> <p align="center"> <a href="https://cloudcli.ai">CloudCLI Cloud</a> · <a href="https://cloudcli.ai/docs">Documentation</a> · <a href="https://discord.gg/buxwujPNRE">Discord</a> · <a href="https://github.com/siteboon/claudecodeui/issues">Bug Reports</a> · <a href="CONTRIBUTING.md">Contributing</a> </p> <p align="center"> <a href="https://cloudcli.ai"><img src="https://img.shields.io/badge/☁️_CloudCLI_Cloud-Try_Now-0066FF?style=for-the-badge" alt="CloudCLI Cloud"></a> <a href="https://discord.gg/buxwujPNRE"><img src="https://img.shields.io/badge/Discord-Join%20Community-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Join our Discord"></a> <br><br> <a href="https://trendshift.io/repositories/15586" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15586" alt="siteboon%2Fclaudecodeui | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> </p> <div align="right"><i><b>English</b> · <a href="./README.ru.md">Русский</a> · <a href="./README.de.md">Deutsch</a> · <a href="./README.ko.md">한국어</a> · <a href="./README.zh-CN.md">简体中文</a> · <a href="./README.zh-TW.md">繁體中文</a> · <a href="./README.ja.md">日本語</a> · <a href="./README.tr.md">Türkçe</a></i></div> --- ## Screenshots <div align="center"> <table> <tr> <td align="center"> <h3>Desktop View</h3> <img src="public/screenshots/desktop-main.png" alt="Desktop Interface" width="400"> <br> <em>Main interface showing project overview and chat</em> </td> <td align="center"> <h3>Mobile Experience</h3> <img src="public/screenshots/mobile-chat.png" alt="Mobile Interface" width="250"> <br> <em>Responsive mobile design with touch navigation</em> </td> </tr> <tr> <td align="center" colspan="2"> <h3>CLI Selection</h3> <img src="public/screenshots/cli-selection.png" alt="CLI Selection" width="400"> <br> <em>Select between Claude Code, Gemini, Cursor CLI and Codex</em> </td> </tr> </table> </div> ## Features - **Responsive Design** - Works seamlessly across desktop, tablet, and mobile so you can also use Agents from mobile - **Interactive Chat Interface** - Built-in chat interface for seamless communication with the Agents - **Integrated Shell Terminal** - Direct access to the Agents CLI through built-in shell functionality - **File Explorer** - Interactive file tree with syntax highlighting and live editing - **Git Explorer** - View, stage and commit your changes. You can also switch branches - **Session Management** - Resume conversations, manage multiple sessions, and track history - **Plugin System** - Extend CloudCLI with custom plugins — add new tabs, backend services, and integrations. [Build your own →](https://github.com/cloudcli-ai/cloudcli-plugin-starter) - **TaskMaster AI Integration** *(Optional)* - Advanced project management with AI-powered task planning, PRD parsing, and workflow automation - **Model Compatibility** - Works with Claude, GPT, and Gemini model families (the full list of supported models is available at runtime via `GET /api/providers/:provider/models`) ## Quick Start ### CloudCLI Cloud (Recommended) The fastest way to get started — no local setup required. Get a fully managed, containerized development environment accessible from the web, mobile app, API, or your favorite IDE. **[Get started with CloudCLI Cloud](https://cloudcli.ai)** ### Self-Hosted (Open source) #### npm Try CloudCLI UI instantly with **npx** (requires **Node.js** v22+): ``` npx @cloudcli-ai/cloudcli ``` Or install **globally** for regular use: ``` npm install -g @cloudcli-ai/cloudcli cloudcli ``` Open `http://localhost:3001` — all your existing sessions are discovered automatically. Visit the **[documentation →](https://cloudcli.ai/docs)** for full configuration options, PM2, remote server setup and more. #### Docker Sandboxes (Experimental) Run agents in isolated sandboxes with hypervisor-level isolation. Starts Claude Code by default. Requires the [`sbx` CLI](https://docs.docker.com/ai/sandboxes/get-started/). ``` npx @cloudcli-ai/cloudcli@latest sandbox ~/my-project ``` Supports Claude Code, Codex, and Gemini CLI. See the [sandbox docs](docker/) for setup and advanced options. --- ## Which option is right for you? CloudCLI UI is the open source UI layer that powers CloudCLI Cloud. You can self-host it on your own machine, run it in a Docker sandbox for isolation, or use CloudCLI Cloud for a fully managed environment. | | Self-Hosted (npm) | Self-Hosted (Docker Sandbox) *(Experimental)* | CloudCLI Cloud | |---|---|---|---| | **Best for** | Local agent sessions on your own machine | Isolated agents with web/mobile IDE | Teams who want agents in the cloud | | **How you access it** | Browser via `[yourip]:port` | Browser via `localhost:port` | Browser, any IDE, REST API, n8n | | **Setup** | `npx @cloudcli-ai/cloudcli` | `npx @cloudcli-ai/cloudcli@latest sandbox ~/project` | No setup required | | **Isolation** | Runs on your host | Hypervisor-level sandbox (microVM) | Full cloud isolation | | **Machine needs to stay on** | Yes | Yes | No | | **Mobile access** | Any browser on your network | Any browser on your network | Any device, native app coming | | **Agents supported** | Claude Code, Cursor CLI, Codex, Gemini CLI | Claude Code, Codex, Gemini CLI | Claude Code, Cursor CLI, Codex, Gemini CLI | | **File explorer and Git** | Yes | Yes | Yes | | **MCP configuration** | Synced with `~/.claude` | Managed via UI | Managed via UI | | **REST API** | Yes | Yes | Yes | | **Team sharing** | No | No | Yes | | **Platform cost** | Free, open source | Free, open source | Starts at $7/month | > All options use your own AI subscriptions (Claude, Cursor, etc.) — CloudCLI provides the environment, not the AI. --- ## Security & Tools Configuration **🔒 Important Notice**: All Claude Code tools are **disabled by default**. This prevents potentially harmful operations from running automatically. ### Enabling Tools To use Claude Code's full functionality, you'll need to manually enable tools: 1. **Open Tools Settings** - Click the gear icon in the sidebar 2. **Enable Selectively** - Turn on only the tools you need 3. **Apply Settings** - Your preferences are saved locally <div align="center">  *Tools Settings interface - enable only what you need* </div> **Recommended approach**: Start with basic tools enabled and add more as needed. You can always adjust these settings later. --- ## Plugins CloudCLI has a plugin system that lets you add custom tabs with their own frontend UI and optional Node.js backend. Install plugins from git repos directly in **Settings > Plugins**, or build your own. ### Available Plugins | Plugin | Description | |---|---| | **[Project Stats](https://github.com/cloudcli-ai/cloudcli-plugin-starter)** | Shows file counts, lines of code, file-type breakdown, largest files, and recently modified files for your current project | | **[Web Terminal](https://github.com/cloudcli-ai/cloudcli-plugin-terminal)** | Full xterm.js terminal with multi-tab support | | **[Claude Watch](https://github.com/satsuki19980613/cloudcli-claude-watch)** | Watches long-running Claude Code sessions for hangs and exposes process controls | | **[CloudCLI Scheduler](https://github.com/grostim/cloudcli-cron)** | Create workspace-scoped scheduled prompts and execute them through a local CLI such as Codex, Claude Code, or Gemini CLI | | **[PRISM CloudCLI](https://github.com/jakeefr/cloudcli-plugin-prism)** | Session intelligence for Claude Code inside CloudCLI, including token burn visibility | | **[Sessions](https://github.com/strykereye2/cloudcli-plugin-session-manager)** | View, manage, and kill active Claude Code sessions | | **[Token Cost Calculator](https://github.com/NightmareAway/cloudcli-plugin-token-cost-calculator)** | Calculate API costs from model prices and token usage, with preset model pricing support | | **[Task Queue](https://github.com/TadMSTR/cloudcli-plugin-task-queue)** | Task queue dashboard to view, filter, and launch agent tasks | | **[GitHub Issues Board](https://github.com/szmidtpiotr/claude-github-issue)** | Kanban board for GitHub Issues with bidirectional TaskMaster sync and /github-task CLI skill auto-install | ### Build Your Own **[Plugin Starter Template →](https://github.com/cloudcli-ai/cloudcli-plugin-starter)** — fork this repo to create your own plugin. It includes a working example with frontend rendering, live context updates, and RPC communication to a backend server. **[Plugin Documentation →](https://cloudcli.ai/docs/plugin-overview)** — full guide to the plugin API, manifest format, security model, and more. --- ## FAQ <details> <summary>How is this different from Claude Code Remote Control?</summary> Claude Code Remote Control lets you send messages to a session already running in your local terminal. Your machine has to stay on, your terminal has to stay open, and sessions time out after roughly 10 minutes without a network connection. CloudCLI UI and CloudCLI Cloud extend Claude Code rather than sit alongside it — your MCP servers, permissions, settings, and sessions are the exact same ones Claude Code uses natively. Nothing is duplicated or managed separately. Here's what that means in practice: - **All your sessions, not just one** — CloudCLI UI auto-discovers every session from your `~/.claude` folder. Remote Control only exposes the single active session to make it availab
What people ask about claudecodeui
What is siteboon/claudecodeui?
+
siteboon/claudecodeui is tools for the Claude AI ecosystem. Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely. It has 11.8k GitHub stars and was last updated today.
How do I install claudecodeui?
+
You can install claudecodeui by cloning the repository (https://github.com/siteboon/claudecodeui) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is siteboon/claudecodeui safe to use?
+
Our security agent has analyzed siteboon/claudecodeui and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains siteboon/claudecodeui?
+
siteboon/claudecodeui is maintained by siteboon. The last recorded GitHub activity is from today, with 136 open issues.
Are there alternatives to claudecodeui?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claudecodeui to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/siteboon-claudecodeui)<a href="https://claudewave.com/repo/siteboon-claudecodeui"><img src="https://claudewave.com/api/badge/siteboon-claudecodeui" alt="Featured on ClaudeWave: siteboon/claudecodeui" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies