Open Source · GPL-3.0

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.

Windows 10 Build 17763+ · .NET 8.0 · x64 / x86 / ARM64

Core Features

Everything you need to manage multiple Claude Code sessions in one place.

view_column

Split Panes

Vertical and horizontal splits with draggable dividers. Navigate between panes with Alt+Arrow keys.

tab

Tabs

Multiple tabs per pane with drag-to-reorder support. Session prewarming for instant tab switching.

workspaces

Workspaces

Save and restore complete layouts — splits, tabs, directories, and window state — as .ccpad-workspace files. Auto-detected on startup.

folder_special

Project Quick-Access

Pin frequently-used directories for one-click tab creation. Access via the Projects button in tab footers, available across all panes.

terminal

Native Terminal

Windows ConPTY pseudo-console with xterm.js rendering via WebView2. Run PowerShell, cmd, bash, Python, Node, git and more.

blur_on

Windows 11 Polish

Mica translucent backdrop, native Explorer context menu integration, Cascadia Code font, and file association for .ccpad-workspace files.

New in v1.0.2

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.

New Tab Ctrl+T
Close Tab Ctrl+W
Copy Ctrl+C
Split Right Alt+Shift+=
Split Down Alt+Shift+-
Navigate Panes Alt+Arrows
Close Pane Ctrl+Shift+W

Get Started

Download the installer or build from source. Supports x64, x86, and ARM64.

download

Download Installer

Download CCPad-Setup-x64.exe from GitHub Releases and run it.

download Go to Releases
code

Build from Source

Requires .NET 8.0 SDK, Windows App SDK 1.8+, and Windows 10 Build 17763 or later.

View on GitHub

Ready to try CC Pad?

Free, open source, and built for Claude Code power users.