1. Install ADE
Download the DMG, drag ADE into
/Applications, and launch it.2. Connect a provider
Add an Anthropic or OpenAI-compatible key so ADE can run agents.
3. Open your repo
Point ADE at a Git repository and let onboarding create the local ADE state.
4. Create a lane
Fork a task into its own isolated worktree.
5. Run your first agent
Use Agent Chat for a fast task or launch a Mission for structured execution.
6. Learn the model
Read the concepts page once so the rest of the docs make sense.
Install the app
ADE currently ships a macOS beta installer. Download the DMG from GitHub Releases and drag ADE.app into
/Applications.Add one AI provider
Open Settings and save at least one provider credential. Anthropic is the fastest path to a working setup.
Create a lane
Create a new lane from your base branch so the first task does not run in the primary checkout.
Recommended first task
Use something narrow enough to verify the full loop:- open a lane
- run an agent
- inspect the diff
- validate the result
- commit or promote the work
Next Steps
Key Concepts
Understand every core concept in ADE: Lanes, Packs, Missions, the CTO, Automations, and more.
Lanes
Deep dive into lane types, templates, environment isolation, port allocation, and proxy routing.
Missions
Learn how to configure phase profiles, set budget limits, handle interventions, and export audit bundles.
CTO Agent
Set up the always-on CTO agent with Linear sync, project memory, and worker agent delegation.
Automations
Create trigger-driven automation rules that fire agents in response to git events, Linear updates, and schedules.
Configuration
Configure AI providers, MCP servers, permissions, and the full
ade.yaml schema.