A browser-based WebUI interface for Claude Code CLI with extras like voice input, text-to-speech, drag-and-drop images, hotkeys, and a built-in todo sidebar.
-
Install (requires Node.js 18+ and Claude Code CLI set up)
npm install -g @sunpix/claude-code-web
-
Run
claude-code-web
-
Open http://localhost:3000 in your browser.
⚠️ No authentication mechanism. Anyone with access to the port can control your environment/computer. Run behind a firewall or proxy with auth.
video-compressed-hq.mp4
claude-code-web-ui.mov
(older version)
PORT=8080 claude-code-webAPP_BASE_URL=/claude-code claude-code-webRequires OpenAI API key for speech-to-text:
OPENAI_API_KEY=sk_... claude-code-web