siteboon/claudecodeui
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 UI (Claude Code UI)
What it is – An open‑source, web‑based UI that sits on top of Anthropic’s Claude Code, Cursor’s CLI, and OpenAI’s Codex. It lets you run those code‑generation agents locally or in the hosted CloudCLI Cloud service and interact with them through a full‑featured desktop‑and‑mobile interface.
Key capabilities
- Responsive UI – works on desktop browsers, tablets and phones; includes a native companion app for macOS/Windows.
- Chat & terminal – built‑in chat window and an embedded shell (xterm) to send commands directly to the selected agent.
- File & Git explorer – browse, edit (with syntax highlighting via CodeMirror), stage and commit files; switch branches.
- Browser tab – open a web view for research or for agents that need to drive a browser.
- Session management – list, resume, and kill multiple agent sessions; history is persisted.
- Plugin system – add custom tabs or backend services (e.g., project stats, token‑cost calculator, scheduled prompts) via the provided starter template.
- TaskMaster AI integration (optional) – AI‑driven project‑management features such as PRD parsing and workflow automation.
- Model‑agnostic – supports Claude, Claude‑Code, Cursor, and Codex models; the exact list is queried at runtime.
How to get started
| Option | How to launch | When to choose |
|---|---|---|
| CloudCLI Cloud (hosted) | Sign‑up at https://cloudcli.ai and open the web UI. | You want a managed environment that runs 24/7 without keeping your own machine on. |
| Self‑hosted (npm) | npx @cloudcli-ai/cloudcli (Node 22+) or npm i -g @cloudcli-ai/cloudcli && cloudcli. Then open http://localhost:3001. |
Quick local use; you already have a Claude/Cursor/Codex subscription. |
| Self‑hosted (Docker sandbox – experimental) | npx @cloudcli-ai/cloudcli@latest sandbox ~/my-project. Requires the sbx CLI. |
Need hypervisor‑level isolation (micro‑VM) for agents while still running locally. |
| Desktop companion app | Download from the releases page (macOS/Windows) and point it at a local or cloud server. | Want a menu‑bar/tray shortcut and native window handling. |
Security note – All Claude Code tools are disabled by default; you enable only the ones you need via the UI’s Tools Settings panel.
Community & extensibility
- Plugins can be installed from Git repos in Settings → Plugins or built from the cloudcli‑plugin‑starter template.\n- Active Discord community, documentation site, and issue tracker for support.
License – AGPL‑3.0‑or‑later. If you modify the code and expose it as a network service you must share your changes.
All details above are taken directly from the repository’s README.
Related
- Project
- Project
- Project
- Project
- Project