Agentic Development Environment
Local-first desktop workspace for coding agents, lanes, missions, PR workflows, and proof capture.
Documentation | Website | Download
ADE is a desktop app for AI-native software development. It combines agent orchestration, persistent memory, multi-provider AI support, and deep git integration into a single local-first environment.
ADE is built for people who want agents to operate inside a real development workspace, not a chat tab. It gives you isolated lanes for parallel work, mission orchestration for multi-step execution, persistent project memory, and proof-oriented computer use inside one desktop environment.
- Lanes -- Isolated git worktrees for parallel development with automatic conflict detection
- Missions -- Multi-step orchestrated execution with planning, workers, and approval gates
- Agent chat -- Multi-provider coding agents including Claude, Codex, and local models
- CTO agent -- Persistent AI lead with identity, memory, and Linear integration
- Computer use -- Screenshot-based verification and artifact capture
- Automations -- Event-driven background execution with triggers and guardrails
- PR workflows -- Stacking, conflict simulation, and queue landing
- Context packs -- Structured, bounded context delivery for agents
- ADE MCP server -- Shared services for both desktop and headless MCP flows
- Memory system -- Persistent knowledge across sessions with semantic search
- Linear integration -- Workflow automation triggered by Linear issues
- Multi-repo aware workflows -- Project-local state under
.ade/plus machine-local secrets, cache, and artifacts
- Desktop -- Electron, React, TypeScript, SQLite, node-pty
- Protocols -- Model Context Protocol (MCP), IPC, GitHub and Linear integrations
- Runtime model support -- Claude, Codex, OpenAI-compatible providers, and local models
- Download the latest
.dmgfrom Releases - Open the
.dmgand drag ADE into your Applications folder - Move ADE into your Applications folder before trying to launch it
- Clear macOS quarantine for the installed app bundle:
xattr -dr com.apple.quarantine /Applications/ADE.app- Launch ADE, open a project, and configure your AI provider in Settings
ADE is still a very early beta. Expect rough edges, incomplete workflows, and occasional breaking changes between releases.
The macOS app is not code signed or notarized yet, so Gatekeeper may block it on first launch. Install the app by dragging it into Applications first, then if macOS still refuses to open it, run:
xattr -dr com.apple.quarantine /Applications/ADE.appThat removes the quarantine attribute Apple adds to downloaded apps and allows ADE to launch locally. Only do this for builds you downloaded from the ADE releases page and trust.
ADE auto-updates. When a new version is available, an update button appears in the header bar -- click it to restart and apply.
See CONTRIBUTING.md. PRs welcome -- dev setup:
cd apps/desktop && npm install && npm run devAGPL-3.0 -- Copyright (c) 2025 Arul Sharma
