<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Claude Code Mobile on RockB</title><link>https://baeseokjae.github.io/tags/claude-code-mobile/</link><description>Recent content in Claude Code Mobile on RockB</description><image><title>RockB</title><url>https://baeseokjae.github.io/images/og-default.png</url><link>https://baeseokjae.github.io/images/og-default.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 22 Sep 2026 16:01:45 +0000</lastBuildDate><atom:link href="https://baeseokjae.github.io/tags/claude-code-mobile/index.xml" rel="self" type="application/rss+xml"/><item><title>AgentsDock Review: A Self-Hosted Agentic AI IDE for Remote and Mobile Research</title><link>https://baeseokjae.github.io/posts/agentsdock-agent-research-ide-2026/</link><pubDate>Tue, 22 Sep 2026 16:01:45 +0000</pubDate><guid>https://baeseokjae.github.io/posts/agentsdock-agent-research-ide-2026/</guid><description>AgentsDock is a self-hosted, mobile-first agentic AI IDE. Review covers architecture, Claude Code/Codex/Cursor support, remote server switching, pricing, and 2026 comparisons.</description><content:encoded><![CDATA[<h1 id="agentsdock-review-a-self-hosted-agentic-ai-ide-for-remote-and-mobile-research">AgentsDock Review: A Self-Hosted Agentic AI IDE for Remote and Mobile Research</h1>
<p>AgentsDock is an open-source, self-hosted agentic AI IDE that runs Claude Code, OpenAI Codex, and Cursor in one desktop and mobile workspace. It pairs a lightweight client with a backend server on your machine, so you can monitor long-running agent jobs, vibe-code, and inspect plots, images, and video rollouts from your phone. In a 2026 agentic-IDE market crowded with proprietary tools like Cursor and Devin Desktop, AgentsDock stands out for its privacy-first, mobile-first, multi-server design built specifically for AI researchers.</p>
<h2 id="what-is-an-agentic-ai-ide--and-why-its-a-hot-2026-category">What Is an Agentic AI IDE — and Why It&rsquo;s a Hot 2026 Category</h2>
<p>Agentic AI IDE is one of the defining software categories of 2026. Unlike a traditional editor with autocomplete, an agentic IDE lets an AI model plan and execute multi-file tasks, use the terminal and filesystem, and self-correct without you prompting every step. As the research brief notes, there is no single &ldquo;best&rdquo; tool in 2026 — fit depends on your workflow, not on leaderboard benchmarks.</p>
<p>Frontier agentic coding models have made enormous progress. The research data shows that top models now clear 90%+ on SWE-bench Verified, up from roughly 70% only two years earlier, though a 2026 adversarial audit raised contamination concerns and shifted attention to the harder SWE-bench Pro benchmark. That leap in capability is what turned agentic IDEs into mainstream developer tools.</p>
<p>The market has also consolidated rapidly. Cognition rebranded Windsurf to Devin Desktop on June 2, 2026, retired its Cascade agent in favor of Devin Local, and moved toward an &ldquo;Agent Command Center&rdquo; concept. Meanwhile, parallel-agent tools such as Superset, Conductor, and Orca focus on running multiple agents on one repository with Git worktree isolation.</p>
<h2 id="what-is-agentsdock-the-client-server-architecture-explained">What Is AgentsDock? The Client-Server Architecture Explained</h2>
<p>AgentsDock self-describes as &ldquo;an IDE designed for agentic AI research,&rdquo; and its architecture reflects that focus. The product has two pieces:</p>
<ul>
<li><strong>AgentsDock (client):</strong> an Electron desktop app plus a React Native mobile app that acts as the interface.</li>
<li><strong>AgentsServer (backend):</strong> a separate component you install on the machine that holds your projects and agent CLIs.</li>
</ul>
<p>The key architectural decision is that the agent CLIs live on the <strong>server</strong>, not on your phone or laptop. You must install and authenticate Claude Code, Codex, and Cursor on the server machine itself. Your client then connects to that server to view, edit, and syntax-highlight files remotely — with no separate local editor required.</p>
<p>This separation is what unlocks the product&rsquo;s mobile-first positioning. Because all the heavy agent work happens on the server, your phone only needs to render the connection. The project supports connecting multiple servers and switching between them from any device, which the team explicitly pitches as a way to manage a lab workstation, a home Mac mini, and a rented GPU box from a single pane.</p>
<h2 id="hands-on-setting-up-agentsserver-and-connecting-claude-code-codex-cursor">Hands-On: Setting Up AgentsServer and Connecting Claude Code, Codex, Cursor</h2>
<p>Setting up AgentsDock follows a self-hosted pattern familiar to anyone who has deployed their own tooling. You install AgentsServer on the machine that has your projects and agent CLIs, ensure the relevant CLIs are installed and authenticated there, and then connect the client.</p>
<p>Because the tool currently is at version 1.0.6-beta.1 with roughly 76 GitHub stars on the main repository, expect some rough edges compared to mature products. The GitHub project ZhengyiLuo/AgentsDock carries an Apache-2.0 license, with about 138 commits as of September 2026.</p>
<p>A practical setup checklist looks like this:</p>
<ol>
<li>Install AgentsServer on the machine running your projects and agent CLIs.</li>
<li>Install and authenticate Claude Code, Codex, or Cursor on the server.</li>
<li>Install the AgentsDock client on your desktop (macOS 14+, Linux x86_64/ARM64 AppImage, or Windows 10+) or mobile device.</li>
<li>From the client, add the server as a connection.</li>
<li>Open a chat, attach the persistent tmux terminal, and run an agent task.</li>
</ol>
<p>The persistent tmux terminal is a core feature: each chat has an attached tmux session you can reach from any device. That means you can start a long job at your desk and check in on the same terminal session from your phone later.</p>
<h2 id="mobile-first-agent-workflows--checking-model-training-from-your-phone">Mobile-First Agent Workflows — Checking Model Training From Your Phone</h2>
<p>The most distinctive angle of AgentsDock is its mobile-first design. Most agentic IDEs assume you are at a desk. AgentsDock is explicitly pitched for checking model training runs and &ldquo;vibe coding&rdquo; while away from your workstation.</p>
<p>This is a genuine gap in the 2026 market. Cursor, Devin Desktop, and even Claude Code&rsquo;s CLI expect a full environment. A mobile client that connects to a self-hosted server fills a real need for researchers who run long training or evaluation jobs and want to monitor progress, read logs, or nudge an agent without carrying a laptop.</p>
<p>The trade-off is trust and setup complexity. You are trusting the tool with authenticated agent credentials on your server, and you are responsible for securing remote access yourself (the team recommends Tailscale rather than exposing the server to the public internet).</p>
<h2 id="multi-server-switching-one-pane-for-lab-home-mac-mini-and-rented-gpu-box">Multi-Server Switching: One Pane for Lab, Home Mac Mini, and Rented GPU Box</h2>
<p>Many researchers spread work across machines: a lab workstation, a home machine, and rented GPU instances. AgentsDock&rsquo;s multi-server orchestration is designed for exactly this pattern. You connect multiple servers and switch between them from the same client, from any device.</p>
<p>This is not a common feature in mainstream agentic IDEs, which generally assume a single local environment. It is closer in spirit to remote-development tools like Termius or VS Code Remote-SSH, expanded with multiple agent CLIs and inline media review. For a researcher juggling a Mac mini at home and a rented GPU box in the cloud, the ability to jump between machines in one pane removes a surprising amount of friction.</p>
<h2 id="reviewing-agent-output-inline-plots-images-and-rendered-video-rollouts">Reviewing Agent Output: Inline Plots, Images, and Rendered Video Rollouts</h2>
<p>For AI researchers, the killer feature may be inline rich media. AgentsDock lets agents return plots, images, and rendered video rollouts directly in the chat, rather than dumping file paths you then have to open.</p>
<p>The site showcases a humanoid loco-manipulation simulation eval that passed a paper-readiness sweep at 92.4% success, 0.18 m final error, and 42k steps, with the rollout video returned inline. This workflow — running an experiment and reviewing the resulting visualization inside the same chat — is far more natural for research than for pure software engineering, where a text diff is the primary artifact.</p>
<h2 id="security--self-hosting-private-by-default-with-optional-tailscale">Security &amp; Self-Hosting: Private by Default With Optional Tailscale</h2>
<p>Privacy is a core differentiator. In AgentsDock, agents authenticate on your own server, not on a vendor&rsquo;s cloud. There is no requirement to expose your work to a SaaS provider, which matters for sensitive or unreleased research.</p>
<p>The self-hosted model does place the security burden on you. The tool recommends optional Tailscale for private remote access rather than opening the server to the internet. If you expose it without protection, you are responsible for the consequences. This is a meaningful consideration: many teams will prefer the convenience of a managed cloud tool even at the cost of control.</p>
<h2 id="how-agentsdock-compares-to-cursor-claude-code-devin-desktop-and-superset">How AgentsDock Compares to Cursor, Claude Code, Devin Desktop, and Superset</h2>
<p>AgentsDock enters a crowded market. Here is a comparison against the 2026 leading agentic IDEs:</p>
<table>
  <thead>
      <tr>
          <th>Tool</th>
          <th>Primary Form</th>
          <th>Hosting</th>
          <th>Mobile</th>
          <th>Agent CLIs</th>
          <th>Best For</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>AgentsDock</td>
          <td>Desktop + mobile client, self-hosted server</td>
          <td>Self-hosted</td>
          <td>Yes</td>
          <td>Claude Code, Codex, Cursor</td>
          <td>Remote/multi-server research</td>
      </tr>
      <tr>
          <td>Claude Code</td>
          <td>Terminal CLI</td>
          <td>Local</td>
          <td>No</td>
          <td>Built-in</td>
          <td>Complex, ambiguous coding tasks</td>
      </tr>
      <tr>
          <td>Cursor</td>
          <td>Full editor</td>
          <td>Local (SaaS add-ons)</td>
          <td>No</td>
          <td>Up to 8 parallel agents (2.0)</td>
          <td>Complete multi-file editing</td>
      </tr>
      <tr>
          <td>Devin Desktop (ex-Windsurf)</td>
          <td>Standalone editor (&ldquo;Agent Command Center&rdquo;)</td>
          <td>Local / SaaS</td>
          <td>No</td>
          <td>ACP support</td>
          <td>Parallel agent command center</td>
      </tr>
      <tr>
          <td>Superset / Conductor / Orca</td>
          <td>Parallel-agent workspace</td>
          <td>Local</td>
          <td>No</td>
          <td>Agent-agnostic</td>
          <td>Git worktree-isolated parallel agents</td>
      </tr>
  </tbody>
</table>
<p>Each tool composes rather than competes. As the research notes, most senior developers in 2026 mix an AI editor with a terminal CLI such as Claude Code or Aider. AgentsDock&rsquo;s unique slot is the self-hosted, remote, and mobile connection layer on top of those CLIs.</p>
<h2 id="pricing-open-source-licensing-apache-20-and-maturity-concerns-beta-status">Pricing, Open-Source Licensing (Apache-2.0), and Maturity Concerns (Beta Status)</h2>
<p>AgentsDock avoids the 2026 industry trend toward usage-based billing. Individual agentic-IDE plans have converged near $20/month, but billing is shifting from flat subscriptions to usage-based credits — Copilot moved to token billing in June 2026, and OpenAI Codex followed in April 2026. Because AgentsDock is open source under Apache-2.0, you self-host and pay only for the machines and agent subscriptions you already use.</p>
<p>The maturity concern is real. At 1.0.6-beta.1, with ~76 GitHub stars and 138 commits, AgentsDock is an early-stage project, not a polished commercial product. The main GitHub repo notes that AgentsServer is maintained in a separate repository. Expect beta-level stability, a small community, and limited documentation compared to Cursor or Claude Code.</p>
<h2 id="who-should-use-agentsdock--and-who-should-wait">Who Should Use AgentsDock — and Who Should Wait</h2>
<p>AgentsDock is best suited to:</p>
<ul>
<li><strong>AI researchers</strong> running long training or evaluation jobs who want to monitor and vibe-code from a phone.</li>
<li><strong>People managing multiple machines</strong> (lab, home, cloud GPU) who want one pane.</li>
<li><strong>Teams that require self-hosting</strong> for privacy or compliance and cannot send code to a vendor cloud.</li>
<li><strong>Technical users comfortable</strong> installing a beta product and a separate server component.</li>
</ul>
<p>You should probably wait if you:</p>
<ul>
<li>Need a polished, supported, commercial product with large community documentation.</li>
<li>Prefer a managed cloud experience with no self-hosting responsibility.</li>
<li>Only work on one local machine and never need remote or mobile access.</li>
<li>Value maturity and stability over a novel architecture.</li>
</ul>
<h2 id="pros-and-cons">Pros and Cons</h2>
<p><strong>Pros</strong></p>
<ul>
<li>Self-hosted and private by default, with optional Tailscale for secure remote access.</li>
<li>Mobile client for monitoring training and vibe coding from a phone.</li>
<li>Multi-server orchestration across lab, home, and cloud GPU machines.</li>
<li>Inline plots, images, and rendered video rollouts for research review.</li>
<li>Open source under Apache-2.0 — no usage-based vendor billing.</li>
<li>Persistent tmux terminal reachable from any device.</li>
</ul>
<p><strong>Cons</strong></p>
<ul>
<li>Early beta software (~76 stars, 138 commits, 1.0.6-beta.1) with limited community support.</li>
<li>Requires self-management of security and remote access.</li>
<li>Agent CLIs must be installed and authenticated on the server, not the device.</li>
<li>Two-part server/client architecture adds setup complexity.</li>
<li>Mobile editing is more limited than a full desktop editor.</li>
</ul>
<h2 id="verdict-is-agentsdock-worth-it-in-2026">Verdict: Is AgentsDock Worth It in 2026?</h2>
<p>For the right user, AgentsDock fills a real niche no mainstream agentic AI IDE addresses: a self-hosted, mobile-first connection layer for running and monitoring agentic AI research across multiple machines. If you are a researcher who needs to check a model training run from your phone, switch between a lab workstation and a rented GPU box, or keep sensitive work off a vendor&rsquo;s cloud, AgentsDock is worth evaluating.</p>
<p>For developers who live in a single local environment and want the most polished editor in the category, the more mature 2026 options — Cursor, Claude Code, or Devin Desktop — remain the safer call. AgentsDock is a promising open-source alternative worth watching as it matures past beta, but as of September 2026, treat it as a capable tool for specific, remote-centric research workflows rather than as a general-purpose daily driver.</p>
<h2 id="faq">FAQ</h2>
<p><strong>Is AgentsDock a good agentic AI IDE for researchers?</strong>
Yes, for researchers running long jobs or multiple machines. Its self-hosted, mobile-first design with inline plots, images, and video rollouts is built specifically for research workflows, though it is still beta software as of September 2026.</p>
<p><strong>Does AgentsDock work with Claude Code, Codex, and Cursor?</strong>
Yes. AgentsDock supports all three agent CLIs, but they must be installed and authenticated on the AgentsServer machine rather than on your local device or phone.</p>
<p><strong>Can I use AgentsDock on my phone?</strong>
Yes. It ships an iOS/iPadOS and Android client, so you can monitor training runs, check logs, and vibe-code from your phone while the heavy agent work runs on your server.</p>
<p><strong>Is AgentsDock free or open source?</strong>
AgentsDock is open source under the Apache-2.0 license and self-hosted, so there is no vendor subscription. You pay only for your own machines and the agent CLI subscriptions you already use.</p>
<p><strong>How secure is a self-hosted server like AgentsDock?</strong>
Privacy is the main benefit, but security is your responsibility. The team recommends using Tailscale for private remote access rather than exposing the server to the public internet, since authenticated agent credentials live on your server.</p>
]]></content:encoded></item></channel></rss>