Skip to main content

Welcome to Termpad

Termpad is a desktop application that lets you run multiple AI coding agents simultaneously, each in its own isolated git worktree. No more waiting for one AI to finish before starting another.
Termpad is currently in public beta and free to download. No account required.

Why Termpad?

AI coding assistants like Claude Code, Gemini CLI, and OpenAI Codex are powerful, but they have a fundamental limitation: they work one task at a time. While an AI builds your login feature, you’re stuck waiting instead of tackling the next task. Termpad solves this by letting you:
  • Run multiple AI agents in parallel — Each in its own terminal worktree
  • Isolate work with git worktrees — No merge conflicts between worktrees
  • Track everything from one dashboard — See which agents are running, waiting, or done
  • Review and merge changes easily — Built-in diff viewer and git integration

How It Works

1

Add your project

Point Termpad to any git repository on your machine.
2

Create worktrees

Spin up multiple worktrees, each with its own git worktree and terminal.
3

Run AI agents

Launch Claude Code, Gemini, or any CLI tool in each terminal.
4

Merge and ship

Review changes, merge branches, and clean up worktrees when done.

Supported Platforms

Termpad runs on:
  • Windows 10 and later
  • macOS 12 (Monterey) and later
  • Linux via AppImage or .deb package