Skip to content

What is ADHDev?

ADHDev (Agent Dashboard Hub for Dev) is a tool that lets you monitor and control your IDE's AI coding agents from anywhere — your phone, tablet, or another computer.

The Problem

You're using AI coding agents like Cursor, Claude Code, or Gemini CLI. They run inside your IDE on your local machine. But when you step away — to grab coffee, commute, or work from another device — you lose visibility into what the AI is doing.

  • ❓ Is the agent still working?
  • ❓ Did it finish the task?
  • ❓ Is it waiting for your approval?
  • ❓ Did it make a mistake you need to catch?

The Solution

ADHDev connects to your IDE via Chrome DevTools Protocol (CDP) and streams the AI agent's activity to a web dashboard. You can:

  • 📖 Read — See the full AI conversation in real-time
  • ✍️ Write — Send messages to the agent from anywhere
  • ✅ Approve — Respond to approval requests remotely
  • 🖥️ View — See your IDE screen and control it via P2P
  • 🤖 Manage — Launch and monitor CLI agents (Gemini, Claude, Codex)

How It Works

┌──────────────────────────────────┐      ┌──────────────────┐
│  Your Machine                    │      │  Dashboard        │
│  ┌──────────┐  ┌──────────────┐ │ P2P  │  (Web/Mobile)    │
│  │ IDE      │  │ ADHDev       │─┼──────┼▶ Chat, Commands, │
│  │ + AI Ext │──│ Daemon       │ │ Data │  Screenshots,    │
│  └──────────┘  └──────────────┘ │      │  Remote Control  │
│                                  │      └──────────────────┘
│  CLI Agents ◄──PTY──► Daemon    │
│  ACP Agents ◄──stdio──► Daemon  │
└──────────────────────────────────┘
  1. Daemon runs on your dev machine, connects to your IDE via CDP
  2. Dashboard shows real-time agent chat, status, and screenshots
  3. P2P connection keeps everything fast with direct data transfer (no server relay for data)
  4. Server handles authentication and P2P signaling only

Cloud vs Self-hosted

FeatureSelf-hosted (OSS)Cloud (adhf.dev)
IDE/CLI agent chat & control
9 IDE + 35 ACP agent support
CLI terminal (xterm.js)
Remote access (outside LAN)
Multi-machine management
REST API + WebhooksLocal only
OAuth (GitHub/Google)
Push notifications
PriceFree foreverFree + Pro + Team

Supported IDEs & Agents

IDEs (9 supported)

  • ✅ Cursor — full support
  • ✅ Antigravity — full support
  • ✅ Kiro — full support
  • ✅ PearAI — full support
  • ✅ Trae — full support
  • ✅ Windsurf — full support
  • ✅ VS Code — infrastructure ready
  • ✅ VS Code Insiders — infrastructure ready
  • ✅ VSCodium — infrastructure ready

CLI Agents

  • ✅ Gemini CLI — interactive terminal via PTY
  • ✅ Claude Code — interactive terminal via PTY
  • ✅ Codex CLI — interactive terminal via PTY

ACP Agents (35 supported)

ADHDev supports 35 agents via the Agent Client Protocol (ACP), including Gemini, Codex, Claude Agent, Cursor, Cline, GitHub Copilot, Goose, Kimi, Kiro, Mistral Vibe, OpenCode, Qwen Code, and more.

Next Steps

Released under the AGPL-3.0 License (OSS) / Proprietary (Cloud)