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

# Agentastic: Parallel AI Coding on macOS

> Run multiple AI coding agents simultaneously in isolated git worktrees. No conflicts, no blocked workflows — just parallel progress.

Agentastic is a native macOS code editor built for AI-first development. Instead of running one AI agent at a time and waiting, you launch multiple agents in parallel — each working in its own isolated git worktree or Docker container — so you can review finished work while more keeps coming in.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Download and install Agentastic on your Mac via Homebrew or direct download.
  </Card>

  <Card title="Your First Agent" icon="rocket" href="/your-first-agent">
    Launch your first AI coding agent in minutes with a step-by-step walkthrough.
  </Card>

  <Card title="Agent Home" icon="house" href="/features/agent-home">
    Your command center for launching, configuring, and monitoring AI agents.
  </Card>

  <Card title="Supported Agents" icon="robot" href="/reference/providers">
    Browse 33+ built-in integrations including Claude, Codex, Gemini, and Cursor.
  </Card>

  <Card title="Multi-Agent Workflows" icon="layer-group" href="/guides/multi-agent">
    Learn strategies for running multiple agents in parallel on the same project.
  </Card>

  <Card title="Browser Automation" icon="globe" href="/features/browser">
    Let agents control the built-in browser to test and verify UI changes automatically.
  </Card>
</CardGroup>

## How Agentastic works

Each AI agent you launch gets its own git worktree — a complete, independent checkout of your repository on a separate branch. Agents edit files, run commands, and make changes in complete isolation. When an agent finishes, you review its diff, run AI code review, and merge or discard — all without interrupting your own work.

<Steps>
  <Step title="Install Agentastic">
    Install via Homebrew: `brew install agentasticai/tap/dev`, or download the `.dmg` from [agentastic.dev/download](https://agentastic.dev/download).
  </Step>

  <Step title="Open your project">
    Press `Cmd+O` to open any git repository. Agentastic works with any project that has git initialized.
  </Step>

  <Step title="Launch an agent">
    Open Agent Home, write a prompt describing your task, select an AI agent, and click **Send**. Agentastic creates a worktree and starts the agent automatically.
  </Step>

  <Step title="Review and merge">
    When the agent finishes, open the Diff Viewer to review changes. Run AI code review for a second opinion, then merge or discard.
  </Step>
</Steps>

<Note>
  Agentastic requires macOS 14.0 (Sonoma) or later. Both Apple Silicon and Intel Macs are supported.
</Note>
