{"slug": "poolside-desktop-assistant-multi-harness-acp-app-for-macos", "title": "Poolside Desktop Assistant – multi harness ACP app for macOS", "summary": "Poolside released a macOS desktop app, Poolside Desktop Assistant, that runs multiple coding agents across projects and repositories, built on the Agent Client Protocol (ACP) to support agents from Claude Code, Codex, Gemini, and open-weight models alongside its own Laguna S 2.1. The app aims to provide a vendor-agnostic workspace for coding agents, moving beyond single-chat interfaces to session-based workflows tied to repositories and branches.", "body_md": "# Introducing Poolside Desktop Assistant, for macOS\n\n[Coding agents have outgrown the chat box](#coding-agents-have-outgrown-the-chat-box)[One workspace to run it all](#one-workspace-to-run-it-all)[Hand work from one agent to another](#hand-work-from-one-agent-to-another)[Run a fleet, not a queue](#run-a-fleet-not-a-queue)[A layout for operating, not chatting](#a-layout-for-operating-not-chatting)[Your history comes with you](#your-history-comes-with-you)[Chat mode, for thinking](#chat-mode-for-thinking)[Connectors out of the box](#connectors-out-of-the-box)[Fully offline, if your Mac can take it](#fully-offline-if-your-mac-can-take-it)[Get started](#get-started)\n\n## Table of contents\n\nMost of our time at Poolside is spent building models. But a capable model is not a useful coding agent on its own. It needs a harness that gives it tools and runs the agent loop, and an interface that lets a developer direct, inspect, and review the work.\n\nFor the past year, our team has done its daily work inside tools we built for ourselves: [ pool](/get-started#pool), our agent harness and CLI, and the interfaces around it for running agents wherever we happen to be working.\n\nToday, we’re making those interfaces available to everyone.\n\n[ Poolside Desktop Assistant](/downloads/desktop) is a macOS app for running multiple coding agents across projects and repositories. The Poolside Assistant extensions bring the same experience into [ VS Code](https://marketplace.visualstudio.com/items?itemName=poolside-ai.acp-assistant) and [ Visual Studio](https://marketplace.visualstudio.com/items?itemName=poolside-ai.vs-acp-assistant).\n\nOut of the box, Poolside Assistant pairs pool with Laguna S 2.1, making this the most direct way to work with our models today.\n\nBut the Assistant is not limited to the Poolside stack. It is built on the [ Agent Client Protocol](https://agentclientprotocol.com/), or ACP, so compatible agents can run alongside pool. You can bring your existing Claude Code, Codex, or Gemini subscription, point pool at an OpenAI-compatible inference endpoint, or run an open-weight model locally on your Mac.\n\nWe don’t think developers should have to adopt one company’s entire stack to use a good model or agent. Our goal is to build the best vendor-agnostic place to work with coding agents.\n\n## Coding agents have outgrown the chat box\n\nThe models got good fast. What we wrapped around them didn’t move nearly as quickly.\n\nA single chat column is fine when you’re asking a question or getting help with a function. It starts to creak the moment an agent is actually doing the work: reading through a repository, working in the terminal, changing files, running the tests, fixing what it broke, and staying at it for hours. One scrolling column was never built for that, and you feel it.\n\nThe real unit of work isn’t a message anymore, it’s a session, tied to a repository, a branch, its tools, its permissions, a runtime, and everything that’s happened so far. Once you see it that way, the interface has to change too.\n\nAnd there is rarely only one session. You might have one agent implementing a feature, another investigating a bug, and a third reviewing the first agent’s work. Your role is no longer just to prompt them. It is to provide context, follow their progress, inspect what they produce, intervene when necessary, and decide what happens next.\n\nThat shift shaped the core design decision behind Poolside Assistant: the interface, the agent harness, and the model should remain separate and be composable.\n\nPoolside Assistant uses ACP to connect the interface to the harness and, through it, the model. Any ACP-compatible harness can plug in without routing model calls through Poolside or changing its configuration. Claude Code and Codex continue to use the models and configurations they support. pool can run Laguna or connect to any OpenAI-compatible inference endpoint.\n\nWithin one workspace, you can run several agents at once, even across different harnesses. Each task can be isolated in its own repository or worktree, with conversations beside the relevant terminals, files, and diffs. You can also pass a session from one agent to another with its context intact.\n\nIt is an interface for orchestrating agents, not another chat box.\n\n## One workspace to run it all\n\n### Hand work from one agent to another\n\nDifferent agents have different strengths. One might be great at planning while another is better at grinding through a long implementation. Every subscription also has a ceiling, usually discovered halfway through a task.\n\nConversations in Poolside Assistant are not welded to the agent that started them. You can hand off a conversation along with its context. Have one agent write the plan and another implement it. Ask Claude Code to review what pool built. Hit a Fable rate limit at 4 p.m. and carry on with another harness.\n\nBecause everything speaks ACP, the handoff is seamless.\n\n### Run a fleet, not a queue\n\nAn interface that makes you wait for one agent to finish before starting another misses much of the point of agents.\n\nPoolside Assistant runs multiple sessions in parallel. You can have Claude Code working in one repository, Codex investigating another, and pool somewhere else, all from the same window.\n\nParallel agents introduce a less glamorous problem. Give several of them the same checkout and they will eventually trample one another’s edits.\n\nPoolside Assistant has native support for Git worktrees. Each task can run in its own isolated checkout and branch, so agents can work concurrently without fighting over the same files. You decide which changes are worth merging.\n\n### A layout for operating, not chatting\n\nSupervising agents means moving between the conversation, terminal, file tree, current diff, and state of the repository. Poolside Assistant treats those as parts of the same workspace.\n\nYou can arrange tabs, splits, a secondary sidebar, and a bottom panel around the way you work. Keep conversations beside terminals, files, Git status, diffs, and GitHub status, then save the layout you prefer as your default.\n\nCmd+K moves between conversations and views without touching the mouse. File links can open inside Poolside Assistant or in your preferred editor.\n\n### Your history comes with you\n\nIf you already use Claude Code or Codex, you can import your existing sessions from **Settings → Archive**. The same conversations are ready to continue in Poolside Assistant.\n\n### Chat mode, for thinking\n\nNot everything starts as a task against a repository. Chat mode gives a conversation a scratch directory of its own, with space to ask questions, explore ideas, and do research before any of it deserves a branch.\n\n### Connectors out of the box\n\nPoolside Assistant includes built-in connectors for [ Exa](https://exa.ai/?utm_source=chatgpt.com) and [ Parallel](https://parallel.ai/?utm_source=chatgpt.com) web search, [ GitHub](https://github.com/?utm_source=chatgpt.com), [ Linear](https://linear.app/?utm_source=chatgpt.com), [ Notion](https://www.notion.com/), [ Coda](https://coda.io/?utm_source=chatgpt.com), [ Granola](https://www.granola.ai/?utm_source=chatgpt.com), [ Sentry](https://sentry.io/?utm_source=chatgpt.com), [ New Relic](https://newrelic.com/?utm_source=chatgpt.com), [ Vercel](https://vercel.com/?utm_source=chatgpt.com), [ Supabase](https://supabase.com/?utm_source=chatgpt.com), [ Hugging Face](https://huggingface.co/?utm_source=chatgpt.com), and more.\n\nWe do not yet have every connector developers will want. Tell us what is missing.\n\n### Fully offline, if your Mac can take it\n\nLocal model support is built in through MLX.\n\nYou can download Laguna XS 2.1 for a completely offline coding setup, or search for other MLX-compatible models directly from Hugging Face. Poolside Assistant estimates how well a model should fit on your Mac before you download it.\n\nFair warning: local coding models still want a lot of unified memory. “The model loaded” and “I would choose to work with it all day” are different standards.\n\nThe fit estimate makes that tradeoff visible before you download tens of gigabytes. On capable hardware, you get a coding agent that can work without sending your code or prompts to a cloud service.\n\n## Get started\n\nBuilding the best interface for coding agents still involves open questions: how their work should be reviewed, how much autonomy they should have, and what the developer’s role becomes when several agents are working at once. Nobody has settled answers yet, including us.\n\nWe already rely on Poolside Assistants for our own work. Now we want to see how it holds up on yours.\n\nPoolside Assistant is available today for macOS, VS Code, and Visual Studio. You can also install pool to work from the terminal or connect Poolside agents to Zed and JetBrains through ACP.\n\nTry it and tell us where it gets in your way, what is missing, and what you want it to do next. We’ve created a dedicated Discord channel for bugs, feedback, and feature requests.", "url": "https://wpnews.pro/news/poolside-desktop-assistant-multi-harness-acp-app-for-macos", "canonical_source": "https://poolside.ai/blog/introducing-poolside-desktop-assistant", "published_at": "2026-07-28 22:09:47+00:00", "updated_at": "2026-07-28 22:22:22.532279+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools", "ai-agents", "large-language-models", "generative-ai"], "entities": ["Poolside", "Poolside Desktop Assistant", "Laguna S 2.1", "Agent Client Protocol", "Claude Code", "Codex", "Gemini", "VS Code"], "alternates": {"html": "https://wpnews.pro/news/poolside-desktop-assistant-multi-harness-acp-app-for-macos", "markdown": "https://wpnews.pro/news/poolside-desktop-assistant-multi-harness-acp-app-for-macos.md", "text": "https://wpnews.pro/news/poolside-desktop-assistant-multi-harness-acp-app-for-macos.txt", "jsonld": "https://wpnews.pro/news/poolside-desktop-assistant-multi-harness-acp-app-for-macos.jsonld"}}