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

# Introduction

> Multi-agent developer desktop application for orchestrating Claude Code agents in parallel.

Commander is a macOS desktop application that enables software engineers to run, monitor, and coordinate multiple Claude Code AI agents simultaneously. Each agent operates in its own git worktree, allowing parallel feature development, bug fixing, and code review across a single repository.

## Core Value Propositions

<CardGroup cols={2}>
  <Card title="Parallel Agents" icon="users">
    Run multiple Claude Code agents at once, each in an isolated git worktree.
  </Card>

  <Card title="Full Transparency" icon="eye">
    See every message, tool call, file edit, and cost in real time.
  </Card>

  <Card title="Manager" icon="users-gear">
    A recursive manager hierarchy that coordinates work across all agents and manages goals.
  </Card>

  <Card title="Integration-First" icon="plug">
    Native GitHub PR, Linear issue, and Slack connections.
  </Card>
</CardGroup>

## Who It's For

Professional developers who use Claude Code and want to scale from one agent to many — running parallel workstreams, reviewing PRs while features are being built, and letting a manager coordinate the work.

## Local-First

All data is stored locally on your machine. There is no cloud dependency beyond the Claude API itself. Your code, conversations, and agent state never leave your machine.

## Quick Links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in minutes.
  </Card>

  <Card title="Core Concepts" icon="book" href="/concepts/primitives">
    Understand Repositories, Workspaces, Agents, and the Manager.
  </Card>

  <Card title="Features" icon="sparkles" href="/features/workspaces">
    Explore everything Commander can do.
  </Card>

  <Card title="Configuration" icon="gear" href="/reference/configuration">
    Customize Commander for your workflow.
  </Card>
</CardGroup>
