EveryDev.ai
Subscribe
Home
Tools

3,277+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. ADE
    ADE icon

    ADE

    AI Coding Assistants
    Featured

    A single native workspace for every AI coding agent — Claude Code, Codex, Cursor, and more — synced across macOS, iOS, and the terminal in real time.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free forever, open source under AGPL-3.0. Bring your own API keys or agent subscriptions.

    Engagement

    Available On

    Windows
    macOS
    Linux
    iOS
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMulti-agent SystemsDevelopment Environments

    Alternatives

    NyxSuperconductorCapy
    Developer
    Arul SharmaRaleigh, NCEst. 2025

    Listed Jul 2026

    About ADE

    ADE is an open-source, local-first desktop application that unifies every major AI coding agent — Claude Code, Codex, Cursor, Factory Droid, and OpenCode — into one native workspace. Built by Arul Sharma and licensed under AGPL-3.0, it runs on macOS and iOS (via TestFlight), with a terminal-native TUI called ade code. The project is free forever and requires users to bring their own API keys or agent subscriptions.

    What It Is

    ADE sits in the category of AI coding assistants and multi-agent orchestration environments. Its core job is to eliminate the context-switching and copy-paste overhead that comes from running multiple AI coding tools in separate windows. Every agent runs against the same git worktree, with live diffs, approval gates, and PR management — all without leaving the app. The architecture is local-first: a persistent "brain" process runs on the user's machine, and desktop, terminal, and iOS clients attach to it as thin clients.

    How the Worktree Model Works

    The central organizing concept in ADE is the git worktree, called a "lane." Each task gets its own isolated branch and worktree — its own checkout, terminals, ports, and history — so multiple agents can work in parallel without stashing or rebasing conflicts. Key behaviors:

    • Spin up a branch and worktree in a single action from the UI or CLI
    • Stack worktrees on a dependency graph; rebase when parent branches land
    • The same lane list appears in the terminal, desktop app, and iOS companion simultaneously

    Multi-Surface Architecture

    ADE's "brain" is an always-on, machine-owned process that owns the project catalog, sync websocket, and executor authority. Desktop (Electron), ade code (terminal TUI), and ADE Mobile (SwiftUI on iOS) all attach to it as clients. Runtime state lives under .ade/ inside each project as a SQLite database, with machine-wide state under ~/.ade. This design means a task started on macOS is immediately visible on iOS, and a diff can be approved from a phone while another agent runs tests on the Mac.

    Agent Chat and Grid View

    The agent chat surface lets users pick any supported agent — Claude Code, Codex, Cursor, OpenCode, or Factory Droid — from a single prompt box. Grid view tiles multiple agent runs side by side so they can be watched in parallel. Messages, tool calls, and "computer-use proofs" sync to every connected screen. A subagent feature lets one lead agent dispatch a fleet of worker agents and track each one live.

    Built-in Tooling Beyond Chat

    ADE includes a full set of IDE-adjacent tabs beyond agent chat:

    • PR management: Open, review, diff, and merge pull requests in-app; auto-merge when CI is green
    • Built-in browser: Shared browser pane for web QA, element inspection, and proof capture
    • Remote runtimes: Point ADE at a remote machine and run agents there with full tool access
    • Linear integration: Pull issues, move them through states, and link PRs without leaving ADE
    • Cron automations: Schedule recurring agent tasks
    • ade CLI: Full command-line access to lanes, PRs, tests, actions, and brain management

    Update: v1.2.40

    The latest release is v1.2.40, published on 2026-07-28, according to the GitHub repository. The project has been actively developed since its creation in February 2026, with frequent releases. The homepage references v1.1.12 in a catalog label, while the GitHub releases page shows v1.2.40 as the current stable build. Windows support is noted as paused in the README — the Windows build pipeline exists but is commented out, with the project shipping macOS-only releases for now. iOS is available via TestFlight.

    ADE - 1

    Community Discussions

    Be the first to start a conversation about ADE

    Share your experience with ADE, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Free forever, open source under AGPL-3.0. Bring your own API keys or agent subscriptions.

    • All features included
    • macOS desktop app
    • iOS companion via TestFlight
    • Terminal TUI (ade code)
    • All supported agents: Claude Code, Codex, Cursor, Factory Droid, OpenCode

    Capabilities

    Key Features

    • Unified workspace for Claude Code, Codex, Cursor, Factory Droid, and OpenCode
    • Git worktree management — spin up isolated branches per task
    • Grid view to run multiple agents in parallel
    • Terminal-native TUI via `ade code`
    • iOS companion app synced in real time
    • In-app pull request review, diff, and merge
    • Subagent orchestration — dispatch a fleet of worker agents
    • Built-in browser for web QA and proof capture
    • Remote runtime support — run agents on a remote machine
    • Linear integration for issue tracking
    • Worktree dependency graph with rebase order visualization
    • Cron automations for recurring agent tasks
    • Local-first architecture with SQLite state under .ade/
    • Bring-your-own API keys or agent subscriptions
    • Auto-updater with signed and notarized macOS builds
    • Homebrew cask install support

    Integrations

    Claude Code
    Codex
    Cursor
    Factory Droid
    OpenCode
    Linear
    GitHub
    Tailscale
    TestFlight
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate ADE and help others make informed decisions.

    Developer

    Arul Sharma

    Arul Sharma builds ADE, an open-source native workspace that unifies every major AI coding agent on macOS, iOS, and the terminal. The project is licensed under AGPL-3.0 and is free forever, with source code publicly available on GitHub. ADE takes a local-first approach, keeping all runtime state on the user's machine while syncing across devices in real time.

    Founded 2025
    Raleigh, NC
    1 employees
    Read more about Arul Sharma
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Nyx icon

    Nyx

    An infinite canvas IDE for macOS that lets developers run and orchestrate multiple AI agents (Claude Code, Codex, Gemini) simultaneously in a single workspace.

    Superconductor icon

    Superconductor

    A native macOS app built in Rust for orchestrating parallel AI coding agents in isolated git worktrees with a GPU-rendered terminal and keyboard-driven interface.

    Capy icon

    Capy

    An IDE for the parallel age that lets you orchestrate multiple AI coding agents simultaneously from one dashboard to ship entire sprints in parallel.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    667 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    260 tools

    Development Environments

    AI-enhanced code editors and IDEs that improve the coding experience.

    166 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions