ClawIDE
A web-based IDE for managing multiple Claude Code sessions across projects.
Why Choose ClawIDE?
Everything you need to boost your Claude Code workflow in one unified interface.
Unified Workspace
All your tools in one place — terminals, editor, Docker, and git without jumping between applications.
Parallel Sessions
Run multiple Claude Code sessions on different projects or branches simultaneously with split panes.
Zero Context Switch
Instant access to file editing, terminal sessions, and deployment tools without leaving the web interface.
Single Binary
Deploy as one standalone Go binary with no complex dependencies — runs anywhere you have Docker or tmux.
Features
Terminal Sessions
Manage multiple Claude Code sessions across projects simultaneously.
Dashboard
Clean web interface for monitoring and controlling all your sessions.
File Editor
Built-in code editor with syntax highlighting and live editing.
Docker Integration
Seamless Docker container management and monitoring.
Git Worktrees
Work on multiple branches simultaneously with git worktree support.
Port Detection
Automatic port detection and forwarding for running services.
Quick Start
Get up and running in seconds
$ git clone https://github.com/davydany/ClawIDE
$ cd ClawIDE
$ make up
# Open http://localhost:8000