A single native workspace for every AI coding agent.
macOS, iOS, CLI — synced in real time.
Website · Docs · Download · Changelog
ADE runs Claude Code, Codex, Cursor, opencode — every major AI coding agent — inside one native workspace. Every task is its own git worktree, so agents ship features in parallel. Review and merge PRs in-app. Approve a diff from your phone while another agent tests on your Mac.
Free, open source, local-first. Bring your own keys or subs.
Plus files, terminals, git history, workspace graph, multi-tasking, Linear sync, long-running missions, cron automations, computer-use proofs, and the ade CLI.
Download the DMG from GitHub Releases, drag ADE.app into /Applications, open it on any git repo, and add a provider key (or subscription) in Settings. Runs in Guest Mode without an account.
Requirements: macOS 13+, git on PATH, Node 22+ for headless CLI workflows.
ade doctor --json
ade lanes create --name fix-checkout-flow
ade prs checks 168 --text
ade tests run --suite unit --wait
ade actions list --text # discover every service actionLocal-first, on purpose. Runtime state lives under .ade/ inside each project — SQLite db, worktree checkouts, proof artifacts, encrypted secrets.
apps/desktop Electron host — SQLite, git, processes, AI runtimes, sync host
apps/ade-cli Node CLI over the desktop socket (or headless)
apps/ios SwiftUI companion that syncs with a desktop host
apps/web Public website and download surface
docs/ Product and engineering docs
Deep reference: ARCHITECTURE.md.
cd apps/desktop && npm install && npm run dev # live Electron app
cd apps/ade-cli && npm install && npm run build # build the CLIValidate with npm --prefix apps/desktop run typecheck and run test. The desktop test suite is large — run the smallest relevant subset first.
Quickstart · Key concepts · Worktrees · Missions · Computer use · Changelog · Contributing
AGPL-3.0 — © 2025 Arul Sharma. Free forever. Source on GitHub.






