{"id":37255968,"url":"https://github.com/DevAgentForge/claude-code-webui","last_synced_at":"2026-01-23T00:02:13.693Z","repository":{"id":332017576,"uuid":"1130888473","full_name":"DevAgentForge/claude-code-webui","owner":"DevAgentForge","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T02:19:16.000Z","size":389,"stargazers_count":155,"open_issues_count":0,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-12T07:45:28.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevAgentForge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-09T06:49:06.000Z","updated_at":"2026-01-12T04:17:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DevAgentForge/claude-code-webui","commit_stats":null,"previous_names":["devagentforge/claude-code-webui"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/DevAgentForge/claude-code-webui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAgentForge%2Fclaude-code-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAgentForge%2Fclaude-code-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAgentForge%2Fclaude-code-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAgentForge%2Fclaude-code-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevAgentForge","download_url":"https://codeload.github.com/DevAgentForge/claude-code-webui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAgentForge%2Fclaude-code-webui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28675349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-15T19:00:26.985Z","updated_at":"2026-01-23T00:02:13.688Z","avatar_url":"https://github.com/DevAgentForge.png","language":"TypeScript","readme":"\n[简体中文](README_ZH.md) \n\n# Claude Code WebUI\n\n**Claude Code — now in your browser. Anywhere.**\n\nA **web-based Claude Code** that runs on **desktop, mobile phones, and iPads**,  \nwhile **sharing the exact same configuration as your local Claude Code**.\n\n\u003e No cloud rewrite.  \n\u003e No vendor lock-in.  \n\u003e Just Claude Code — everywhere.\n\n![Screenshot](./assets/ScreenShot_1.png)\n\n---\n\n## ✨ Why Claude Code WebUI?\n\nClaude Code is powerful — but it’s **terminal-bound**.\n\nThat means:\n- ❌ Not usable on mobile or iPad\n- ❌ Hard to access remotely\n- ❌ Awkward for demos, monitoring, or quick edits\n\n**Claude Code WebUI solves this by:**\n\n- 🌍 Running Claude Code **in your browser**\n- 📱 Supporting **mobile \u0026 iPad**\n- 🔁 Reusing your **existing `~/.claude/settings.json`**\n- 🧠 Staying **100% compatible** with local Claude Code\n\nIf Claude Code works on your machine —  \n**it works here.**\n\n---\n\n## 🚀 Quick Start (10 seconds)\n\n### 1. Prerequisites\n\nMake sure you have **Bun** and **Claude Code** installed.\n\n```bash\n# Install Bun\ncurl -fsSL https://bun.sh/install | bash\n\n# Install Claude Code\nnpm install -g @anthropic-ai/claude-code\n````\n\n---\n\n### 2. Run Claude Code WebUI\n\n```bash\nbunx @devagentforge/claude-code-webui@latest\n```\n\nOpen your browser:\n\n```text\nhttp://localhost:10086\n```\n\n✅ That’s it.\n\n---\n\n### Change Port (Optional)\n\n```bash\nPORT=3000 bunx @devagentforge/claude-code-webui@latest\n```\n\n---\n\n## 🧠 Core Capabilities\n\n### 🤖 Claude Code — in the Browser\n\n* Natural language interaction with Claude Code\n* **Real-time streaming output** (word-by-word)\n* Markdown + syntax-highlighted code rendering\n* Clean, Claude-style UI\n\n---\n\n### 📂 Session \u0026 Workspace Management\n\n* Create sessions with **custom working directories**\n* Resume any previous conversation\n* Full local session history (SQLite-backed)\n* Safe deletion \u0026 automatic persistence\n\n---\n\n### 🔐 Tool Permission Control\n\n* Explicit approval for tool execution\n* Allow / deny per tool\n* Bulk permission policies\n* Manual handling for AskUserQuestion flows\n\n---\n\n### 📱 Mobile-First UI\n\n* Fully responsive (desktop / phone / iPad)\n* Claude-style light theme\n* Fast session switching\n* Touch-friendly interactions\n\n---\n\n## 🔁 Fully Compatible with Local Claude Code\n\nClaude Code WebUI **does not reinvent configuration**.\n\nIt directly reuses:\n\n```text\n~/.claude/settings.json\n```\n\nWhich means:\n\n* Same API keys\n* Same base URL\n* Same models\n* Same behavior\n\n\u003e Configure Claude Code once — use it everywhere.\n\n---\n\n## 🧩 Architecture Overview\n\n### Frontend\n\n* React 19 + TypeScript\n* Tailwind CSS 4\n* Radix UI\n* Zustand\n* Markdown + syntax highlighting\n* Streaming-first rendering\n\n### Backend\n\n* Bun runtime\n* Hono web framework\n* WebSocket-based streaming\n* SQLite (WAL mode)\n* Claude Agent SDK\n\n---\n\n## 🛠 Run from Source\n\n```bash\ngit clone https://github.com/DevAgentForge/claude-code-webui.git\ncd claude-code-webui\n\nbun install\nbun run build\nbun run start\n```\n\n---\n\n## ⚙️ Environment Variables\n\n```bash\nPORT=10086\nDB_PATH=./webui.db\nCORS_ORIGIN=*\n```\n\nClaude-related config is shared with Claude Code:\n\n* `ANTHROPIC_AUTH_TOKEN`\n* `ANTHROPIC_BASE_URL`\n* `ANTHROPIC_MODEL`\n* `ANTHROPIC_DEFAULT_SONNET_MODEL`\n* `ANTHROPIC_DEFAULT_OPUS_MODEL`\n* `ANTHROPIC_DEFAULT_HAIKU_MODEL`\n* `API_TIMEOUT_MS`\n* `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC`\n\n---\n\n## 🗺 Roadmap\n\nPlanned features:\n\n* 🌐 Web-based configuration for Base URL \u0026 API Key\n* 🐙 Use **GitHub repositories as working directories**\n* 🧠 Partial replacement of Claude Code Web\n* 👥 Multi-session \u0026 multi-agent improvements\n* 🚧 More coming soon\n\n---\n\n## 🤝 Contributing\n\nPRs are welcome.\n\n1. Fork this repository\n2. Create your feature branch\n3. Commit your changes\n4. Open a Pull Request\n\n---\n\n## ⭐ Final Note\n\nIf you’ve ever wanted:\n\n* Claude Code on your phone\n* Claude Code on an iPad\n* Claude Code without a terminal\n\nThis project is for you.\n\n👉 **Star it if it helps you.**","funding_links":[],"categories":["🖥️ Clients \u0026 GUIs"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevAgentForge%2Fclaude-code-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevAgentForge%2Fclaude-code-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevAgentForge%2Fclaude-code-webui/lists"}