From 2c693ae7d59feac6900d1187974f40b642bc9e34 Mon Sep 17 00:00:00 2001 From: Avi Fenesh Date: Wed, 27 May 2026 08:03:53 +0300 Subject: [PATCH] Cross-reference the sibling agent-workspace-linux in the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agent-workspace-linux gives an agent its own isolated Linux desktop — the inverse of this project, which drives the user's real desktop. Link the two as complements. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 76062ce..6f1f90d 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,10 @@ If you're running this on a shared workstation, set `ydotoold`'s socket permissi If `doctor` is green and a specific tool still misbehaves, file an issue with the JSON output of `doctor` and the failing tool's request payload. +## Related + +- [agent-workspace-linux](https://github.com/agent-sh/agent-workspace-linux) — the sibling MCP that gives an agent its **own** isolated Linux desktop (a hidden Xvfb display with its own apps and browser) instead of driving yours. It is the inverse of this project: `computer-use-linux` automates the desktop you are already on; `agent-workspace-linux` sandboxes the agent in a separate one. Use them together. + ## Contributing Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for the local development workflow, CI gates, and PR expectations. Report security vulnerabilities through [SECURITY.md](SECURITY.md), not public issues.