Using ClaudeCode on mobile devices and the Web

Claude Code UI is a free, open source WebUI/GUI that helps you remotely manage Claude Code sessions and projects.

siteboon/claudecodeui It is a graphical user interface (GUI) to Anthropic’s “Claude Code CLI” tool that supports desktop and mobile use.

project information

  • Full platform interface: Provides a desktop (Browser-based) and mobile UI, allowing you to perform Claude Code operations on different devices in conjunction with web pages, which is more intuitive than traditional CLI interactive experience
  • feature highlights
    • responsive design: Support adaptive presentation on desktop, tablet, mobile phone and other devices.
    • Built-in chat interface: Interaction with Claude Code in real time via WebSocket and other methods
    • Integrated Shell Terminal: You can directly call Claude Code CLI in the interface to execute commands
    • File Explorer: Supports file tree browsing, code highlighting, editing, creating and deleting files, etc.
    • Git integration: You can view, temporarily store, submit, and switch branches
    • session management system: Support session recovery, history review, project and session management

Installation and usage process

  1. Clone the warehouse and enter the directory:git clone https://github.com/siteboon/claudecodeui.git cd claudecodeui
  2. Install dependencies and launch development model:npm install npm run dev
  3. By default, local services are turned on in the browser, such as http://localhost:3001 (or other port) to start using the interface

note: For security reasons, the tool is disabled by default. You need to manually enter settings in the UI to enable functional modules you trust

community interaction

The warehouse has about 100 reviews on GitHub 2.8K stars, can be regarded as an open source project with good community recognition. It can be seen from recent issues that the project is also very active. For example, in early August 2025, there were problems with user feedback performance and mobile compatibility.

summary

siteboon/claudecodeui Is a comprehensive, cross-platform, and user-friendly open-source GUI tool that allows you to more easily manage Claude Code projects, sessions, files and version control on the web or mobile device, making it more intuitive and easy-to-use than just using CLI. If you want to use Claude Code to program, browse and manage projects anytime, anywhere, this is a great choice.

related links

https://github.com/siteboon/claudecodeui
https://claudecodeui.siteboon.ai
https://github.com/siteboon
https://github.com/siteboon/claudecodeui/issues

Github:https://github.com/siteboon/claudecodeui

Oil tubing:

Scroll to Top