A Multi-Session Claude Code Workbench
Run multiple Claude Code sessions in one window. Split panes, tabs, workspaces, and now web remote terminal — monitor and control from any browser on your LAN.
Core Features
Everything you need to manage multiple Claude Code sessions in one place.
Split Panes
Vertical and horizontal splits with draggable dividers. Navigate between panes with Alt+Arrow keys.
Tabs
Multiple tabs per pane with drag-to-reorder support. Session prewarming for instant tab switching.
Workspaces
Save and restore complete layouts — splits, tabs, directories, and window state — as .ccpad-workspace files. Auto-detected on startup.
Project Quick-Access
Pin frequently-used directories for one-click tab creation. Access via the Projects button in tab footers, available across all panes.
Native Terminal
Windows ConPTY pseudo-console with xterm.js rendering via WebView2. Run PowerShell, cmd, bash, Python, Node, git and more.
Windows 11 Polish
Mica translucent backdrop, native Explorer context menu integration, Cascadia Code font, and file association for .ccpad-workspace files.
Web Remote Terminal
Monitor and control your desktop Claude Code sessions from any browser on the same local network. Phone, tablet, another PC — open a browser, connect, done. Zero extra software needed.
- check_circle Real-time sync between web and desktop
- check_circle Switch between multiple sessions via sidebar
- check_circle 512KB output buffer with full TUI restoration
- check_circle Precise column/row dimension sync
- check_circle Touch-screen support with on-screen controls
- check_circle Optional token authentication
- check_circle Embedded Kestrel server — zero config
# Launch CCPad with your project $ CCPad.exe "C:\Projects\my-app" # Or open a workspace file directly $ CCPad.exe my-project.ccpad-workspace # Web remote terminal auto-starts # Open in your browser: http://192.168.1.100:5000 # Build from source $ git clone https://github.com/nuomiaa/CCPad.git $ cd CCPad $ dotnet build CCPad/CCPad.csproj $ dotnet publish CCPad/CCPad.csproj -c Release -r win-x64
Keyboard Shortcuts
Designed for keyboard-first workflows. Right-click terminal areas and tab headers for more commands.
Get Started
Download the installer or build from source. Supports x64, x86, and ARM64.
Download Installer
Download CCPad-Setup-x64.exe from GitHub Releases and run it.
Build from Source
Requires .NET 8.0 SDK, Windows App SDK 1.8+, and Windows 10 Build 17763 or later.
View on GitHubReady to try CC Pad?
Free, open source, and built for Claude Code power users.