> ## Documentation Index
> Fetch the complete documentation index at: https://docs.termpad.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Run multiple AI coding agents in parallel with isolated git worktrees

# 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.

<Info>
  Termpad is currently in **public beta** and free to download. No account required.
</Info>

## 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

<Steps>
  <Step title="Add your project">
    Point Termpad to any git repository on your machine.
  </Step>

  <Step title="Create worktrees">
    Spin up multiple worktrees, each with its own git worktree and terminal.
  </Step>

  <Step title="Run AI agents">
    Launch Claude Code, Gemini, or any CLI tool in each terminal.
  </Step>

  <Step title="Merge and ship">
    Review changes, merge branches, and clean up worktrees when done.
  </Step>
</Steps>

## Quick Links

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Download and install Termpad on your system
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/create-worktree">
    Learn how to use Termpad
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Common questions answered
  </Card>
</CardGroup>

## Supported Platforms

Termpad runs on:

* **Windows** 10 and later
* **macOS** 12 (Monterey) and later
* **Linux** via AppImage or .deb package
