cd /news/developer-tools/introducing-agent-up-run-multiple-ag… · home topics developer-tools article
[ARTICLE · art-67388] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Introducing Agent-Up: run multiple agent-built versions of your web app at once

Agent-Up is an open-source desktop app that lets developers run and review multiple AI coding agent workspaces simultaneously on the same machine, each with its own isolated runtime environment. The tool ensures each agent gets separate processes, ports, Docker services, and browser sessions, preventing conflicts when agents work on different versions of the same web app. 'You always know which workspace you are reviewing,' the project states.

read2 min views1 publishedJul 21, 2026

Agent-Up is an open-source, cross-platform desktop app for running and reviewing multiple AI coding agent workspaces on the same machine. It is built specifically for web application development, where each agent needs more than just an isolated source tree — it needs an isolated runtime.

Every agent workspace in Agent-Up gets its own processes, stable ports, isolated Docker services, a dedicated browser session, grouped browser tabs, and its own logs and runtime state. Agents manage their environments through MCP. You review them all in one place.

Git worktrees solve source code isolation well. When you give each agent its own worktree, their changes stay separate and can be reviewed independently. But worktrees do not isolate running applications.

When several agents work on the same web app simultaneously, each may need to run a different version of the full stack at the same time. Without additional tooling, that quickly becomes unreliable:

The worst failure is the subtle one. An agent changes the code successfully and restarts its server — but your browser is still connected to a different agent's process. You are reviewing the wrong version and do not know it.

Agent-Up treats each workspace as a complete, isolated runtime environment rather than just a directory.

A workspace represents the entire monorepo: multiple web apps, APIs, workers, databases, queues, and Docker services. Each workspace gets stable, pre-allocated ports and its own browser session inside the desktop app. Its web applications appear as a dedicated group of browser tabs. Switching workspaces means switching the complete environment managed by that agent.

You always know which workspace you are reviewing, which frontend and backend versions are running, which browser tabs belong together, and which logs and processes belong to that workspace.

Multiple agents can therefore run different versions of the same full-stack web app simultaneously on one machine, without any of their environments interfering with each other.

An agent finishes its work and starts the new version through the Agent-Up MCP server. The server handles the rest: starting or restarting the required applications, spinning up declared Docker services, allocating conflict-free ports, injecting those ports into each process as environment variables, tracking logs and process state, and exposing the running web apps as browser tabs in the desktop app.

The entire stack does not need to be Dockerized. For many web applications, process and port isolation is already enough to run several versions concurrently without conflict.

Stop managing multiple terminals, port assignments, Docker stacks, browser windows, and browser profiles to keep parallel agent work straight.

Agent-Up gives each agent an isolated full-stack environment and puts the controls for all of them in a single desktop app. You can finally stop wondering whether you are looking at the correct version of your app.

Windows and macOS installers are available at [agent-up.themassiveone.net](https://agent-up.themassiveone.net/).

Agent-Up is open source — view the code, report issues, or contribute at [github.com/agent-up-oss/agent-up](https://github.com/agent-up-oss/agent-up/).
── more in #developer-tools 4 stories · sorted by recency
── more on @agent-up 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/introducing-agent-up…] indexed:0 read:2min 2026-07-21 ·