EveryDev.ai
Subscribe
Home
Tools

3,920+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
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. AgentsDock
    AgentsDock icon

    AgentsDock

    AI Coding Assistants
    Featured

    An open-source IDE designed for agentic AI research that unifies Claude Code, Codex, and Cursor in one desktop and mobile workspace with a self-hosted backend.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under Apache License 2.0. Download and self-host at no cost.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsDevelopment EnvironmentsAcademic Research

    Alternatives

    stagewiseVoidswift-claude-code
    Developer
    ZhengyiLuoEst. 2026

    Listed Sep 2026

    About AgentsDock

    AgentsDock is an open-source IDE built specifically for agentic AI research, letting users work with Claude Code, Codex, and Cursor side by side from a single desktop or mobile client. The project is licensed under Apache 2.0, with the client code published at github.com/ZhengyiLuo/AgentsDock and a companion self-hosted backend called AgentsServer. Desktop stable v1.0.0 shipped in September 2026, with mobile clients available for iPhone, iPad, and Android.

    What It Is

    AgentsDock is a cross-platform client-server IDE that separates the control surface (the app) from the compute (your own server). You install AgentsServer on any macOS or Linux machine you control — a lab workstation, a home Mac mini, or a rented GPU box — and then connect to it from the desktop app on macOS, Linux, or Windows, or from the mobile app on iPhone, iPad, or Android. The agent CLIs (Claude Code, Codex, Cursor) run on the server using your own credentials; AgentsDock provides the interface to start tasks, follow live activity, review results, and manage sessions from any device.

    Self-Hosted Architecture

    The client-server split is central to how AgentsDock works. AgentsServer listens on port 7850 and requires the relevant agent CLIs to be installed and authenticated on the server machine. The desktop and mobile apps connect over a local network or a private network like Tailscale. Because the server is self-hosted, chat history, code, files, and credentials stay on the machine you operate. Model requests still go to the provider (Anthropic, OpenAI, etc.) — self-hosting controls the workspace, not the models.

    Key Capabilities

    • Multi-agent side-by-side chats: run Claude Code, Codex, and Cursor sessions in parallel and switch between them in one interface.
    • Persistent tmux terminal: each chat owns a persistent tmux session on the server; detaching the app leaves shells and long-running processes alive.
    • Inline media review: agents return plots, images, and rendered video rollouts directly in the chat, so you can review training results without leaving the app.
    • Scheduled and recurring jobs: queue interval jobs so long-running work runs unattended.
    • Agent-to-agent messaging: address another agent with @ to hand off a task across chats or servers; AgentsDock tracks the exchange and surfaces the reply.
    • Chat forking: branch any chat to try a new direction while keeping the original intact — useful for ablations or testing risky changes.
    • Session import: resume Claude Code or Codex sessions started outside AgentsDock by pasting a session ID, or bulk-import all sessions from a machine.
    • Slash command palette: a / menu surfaces file attachment, model switching, MCP server management, digest creation, and more.
    • Multi-server management: connect multiple servers and switch between them from any device.

    Platform Coverage

    The desktop app is built with Electron, React, and TypeScript and ships as a universal macOS DMG (macOS 14+), Linux AppImage for x86_64 and ARM64, and a Windows x64 installer (Windows 10+). The mobile app uses React Native and Expo and is available for iPhone and iPad (iOS/iPadOS 17+) via the App Store and TestFlight, and for Android (arm64) as a direct APK download. The website lists the project as targeting AI researchers, with the homepage citing user testimonials from researchers at Carnegie Mellon University, UC Berkeley, and NVIDIA — though these are vendor-published claims on the product page.

    Update: Desktop v1.0.0 Stable

    The GitHub repository shows the v1.0.0 stable release was published on September 14, 2026, with the repository created on September 11, 2026. The release covers macOS universal, Linux x86_64 and ARM64, and Windows x64 builds. The Android client is separately tracked in the AgentsDock-Releases repository and was at beta.8 at the time of the latest push. The project is actively maintained, with the last push recorded on September 15, 2026.

    AgentsDock - 1

    Community Discussions

    Be the first to start a conversation about AgentsDock

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under Apache License 2.0. Download and self-host at no cost.

    • All desktop and mobile clients
    • Self-hosted AgentsServer backend
    • Claude Code, Codex, and Cursor support
    • Persistent tmux terminal
    • Multi-server management

    Capabilities

    Key Features

    • Multi-agent side-by-side chats (Claude Code, Codex, Cursor)
    • Persistent tmux terminal per chat
    • Inline image and video result review
    • Scheduled and recurring jobs
    • Agent-to-agent messaging with @ mentions
    • Chat forking for parallel exploration
    • Session import from external Claude Code/Codex sessions
    • Slash command palette
    • Multi-server management from any device
    • File browsing, preview, and editing on remote
    • Cross-platform: macOS, Linux, Windows, iPhone, iPad, Android
    • Self-hosted backend (AgentsServer)
    • Tailscale support for remote access
    • Digest: send context between chats

    Integrations

    Claude Code
    Codex
    Cursor
    tmux
    Tailscale
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    ZhengyiLuo

    ZhengyiLuo builds AgentsDock, an open-source IDE for agentic AI research that unifies Claude Code, Codex, and Cursor in a cross-platform desktop and mobile workspace. The project ships a self-hosted backend (AgentsServer) alongside Electron and React Native clients, giving researchers full control over their compute and chat history. The codebase is TypeScript-first and licensed under Apache 2.0.

    Founded 2026
    Read more about ZhengyiLuo
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    stagewise icon

    stagewise

    An open-source agentic IDE for developers that orchestrates coding agents with full model sovereignty, supporting local, cloud, and BYOK inference providers.

    Void icon

    Void

    An open source AI code editor forked from VS Code that connects directly to any LLM provider without routing data through a private backend.

    swift-claude-code icon

    swift-claude-code

    A Swift package that provides a programmatic interface to Claude Code, Anthropic's AI coding assistant, enabling developers to integrate AI-powered coding capabilities into Swift applications.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    860 tools

    Development Environments

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

    200 tools

    Academic Research

    AI tools designed specifically for academic and scientific research.

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