> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-ade-mobile-chat-stability-54bd7ef0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ADE - Agentic Development Environment

> Run AI coding agents in parallel from one local-first desktop control plane.

ADE helps you run multiple coding agents without losing track of branches, files, chats, terminals, PRs, and proof. It is a desktop app for coordinating real work in real repositories.

<CardGroup cols={2}>
  <Card title="Start here" icon="rocket" href="/welcome" color="#7C3AED">
    Learn what ADE does and follow the shortest setup path.
  </Card>

  <Card title="Quickstart" icon="flag-checkered" href="/quickstart" color="#059669">
    Install ADE, open a repo, create a lane, and run one agent task.
  </Card>

  <Card title="App guide" icon="grid-2" href="/tools/project-home" color="#2563EB">
    Browse the main surfaces: Run, Lanes, Work, Files, PRs, CTO, and Mobile.
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/changelog" color="#D97706">
    See what shipped in recent desktop and iOS releases.
  </Card>
</CardGroup>

## What ADE gives you

<CardGroup cols={3}>
  <Card title="Parallel lanes" icon="code-branch">
    One isolated git worktree per task, with its own branch, terminals, chat sessions, and environment.
  </Card>

  <Card title="Agent workbench" icon="comments">
    Chat with Claude, Codex, Cursor, or OpenCode inside a lane and watch every tool call, command, and file change.
  </Card>

  <Card title="Review flow" icon="code-pull-request">
    Create PRs, inspect CI and reviews, simulate conflicts, and merge work from inside ADE.
  </Card>

  <Card title="CTO and workers" icon="crown">
    Coordinate larger tasks through a project-level agent and scoped worker agents.
  </Card>

  <Card title="Proof artifacts" icon="camera">
    Capture screenshots, recordings, traces, and logs as evidence tied to chats, PRs, Linear issues, or lanes.
  </Card>

  <Card title="iOS companion" icon="mobile-screen">
    Pair your phone to follow work, receive push notifications, and act on updates while away from the Mac.
  </Card>
</CardGroup>
