claude-code-webui: A Web Interface for Claude CLI with Streaming Responses

This repository profile is provided by osrepos.com, an open source repository discovery platform.

claude-code-webui: A Web Interface for Claude CLI with Streaming Responses

Summary

claude-code-webui transforms the command-line Claude CLI experience into an intuitive web-based chat interface. It offers real-time streaming responses, visual project selection, and mobile-responsive design. This tool enhances productivity by providing a rich, visual environment for interacting with Claude Code locally.

Repository Information

Analyzed by OSRepos on April 30, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

claude-code-webui, developed by sugyan, is an open-source project that provides a modern, web-based interface for the Claude Code CLI. It aims to transform the command-line coding experience into an intuitive chat interface accessible from any device with a browser. With 1059 stars and 242 forks, this TypeScript project under the MIT License offers a powerful way to interact with Claude Code.

Key features include real-time streaming responses, visual project selection, conversation history, and granular tool permission management, all wrapped in a mobile-responsive design with dark/light theme support.

Installation

Get claude-code-webui up and running quickly with the recommended npm package installation.

Prerequisites:

  • Claude CLI installed and authenticated.
  • Node.js >=20.0.0.
  • Modern browser.

Option 1: npm Package (Recommended)

# Install globally via npm
npm install -g claude-code-webui

# Start the server
claude-code-webui

# Open browser to http://localhost:8080

Examples

The backend server supports various command-line options to customize its behavior.

Custom Port:

claude-code-webui --port 3000

Bind to All Interfaces (accessible from network):

claude-code-webui --host 0.0.0.0 --port 9000

Enable Debug Mode:

claude-code-webui --debug

Custom Claude CLI Path (for non-standard installations):

claude-code-webui --claude-path /path/to/claude

Why Use claude-code-webui?

claude-code-webui transforms the way you interact with Claude Code, moving beyond the limitations of a terminal-only experience.

Benefits over CLI:

  • Accessibility: Use on any device with a browser, not just desktop.
  • Mobile-Friendly: Enjoy a touch-optimized interface on mobile devices.
  • Rich Responses: Get beautifully formatted responses instead of plain text output.
  • Visual Project Selection: Easily choose projects for context-aware sessions.

Key Features:

  • Permission Mode Switching: Toggle between normal and plan mode execution.
  • Real-time Streaming Responses: See live Claude Code output in the chat interface.
  • Project Directory Selection: Visual project picker for context-aware sessions.
  • Conversation History: Browse and restore previous chat sessions.
  • Tool Permission Management: Granular control over Claude's tool access.
  • Dark/Light Theme Support: Automatic system preference detection.
  • Mobile-Responsive Design: Optimized interface for any device.

Links

Related repositories

Similar repositories that may be relevant next.

Deliberation: Multi-Agent LLM Consensus for Code and Plan Review

Deliberation: Multi-Agent LLM Consensus for Code and Plan Review

June 15, 2026

Deliberation is an innovative GitHub repository that enables Claude Code to leverage multiple LLMs like GPT, Gemini, Grok, and 400+ OpenRouter models for expert second opinions and arbiter-mediated consensus. It provides specialized AI agents for tasks such as code review, security analysis, and architectural design, ensuring comprehensive and reliable feedback. This project helps developers get diverse perspectives and achieve higher quality in their work.

ai-agentsllmmulti-agent
Claude Code System Prompts: Deconstructing Agentic AI Coding Assistants

Claude Code System Prompts: Deconstructing Agentic AI Coding Assistants

May 23, 2026

This repository offers a deep dive into the inner workings of modern agentic AI coding assistants. It reconstructs prompt patterns, agent coordination strategies, and security mechanisms, providing insights into how tools like Claude Code operate. The project serves as a valuable resource for understanding the architectural patterns behind these advanced AI systems.

agentic-aiai-researchclaude
claude-code-forge: Access Any AI Model Through Claude's Interface

claude-code-forge: Access Any AI Model Through Claude's Interface

February 7, 2026

claude-code-forge is a utility that enables users to access a wide array of AI models through the Claude Code interface. By configuring Claude Code to use TensorBlock Forge as its API provider, developers can leverage models like Qwen Coder and Gemini, expanding beyond Claude's default offerings. This repository provides simple setup scripts to integrate TensorBlock Forge seamlessly.

aiai-gatewayai-proxy
Kilo Code: Open Source AI Coding Assistant for VS Code

Kilo Code: Open Source AI Coding Assistant for VS Code

November 28, 2025

Kilo Code is an open-source AI coding assistant designed for VS Code, helping developers plan, build, and fix code efficiently. It integrates the latest AI models like Gemini, Claude, and GPT, offering features such as code generation, task automation, and automated refactoring. This powerful extension aims to streamline the development workflow by adapting to your coding style.

ai-codingai-developer-toolschatgpt

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️