Skip to main content

In one sentence

Open Computer Use is a self-hosted MCP server that gives any LLM a full Ubuntu sandbox — one isolated Docker container per chat session — with a live browser, an interactive terminal, code execution in bash/Python/Node/Java, and 13+ document skills. Yambr runs a managed instance you reach as an MCP tool server at https://api.yambr.com/mcp/computer_use; artifacts are served from cu.yambr.com. You bring your own model provider — Yambr doesn’t resell inference.

What you can do with it

CapabilityExample prompt
Create a polished document”Write me a 5-page technical RFC in .docx with headings, tables, and tracked changes.”
Analyse a spreadsheet”Open this .xlsx, pivot by region, and chart monthly revenue.”
Build a landing page”Make a one-page site for a coffee shop. Use Tailwind. Show me the live preview.”
Drive a real browser”Log in to our staging site, click through the onboarding flow, and screenshot each step.”
Delegate to Claude Code”Clone this repo, run the tests, and open a PR with the fix.” — the sub-agent takes over with an interactive terminal
Every file the model creates gets a public URL that you can preview inline or download.

Key differentiators

FeatureOpen Computer UseClaude.ai (Claude Code web)open-terminalOpenAI Operator
Self-hostedYesNoYesNo
Any LLMYes (OpenAI-compatible)Claude onlyAny (via Open WebUI)GPT only
Code executionFull Linux sandboxSandbox (Claude Code web)Sandbox / bare metalNo
Live browserCDP streaming (shared, interactive)Screenshot-basedNoScreenshot-based
Terminal + Claude Codettyd + tmux + Claude Code CLIBuilt-in (Claude Code web)PTY + WebSocketN/A
Skills system13 built-in (auto-injected) + customBuilt-in skills + custom instructionsOpen WebUI native (text-only)N/A
Container isolationDocker (runc), per chatDocker (gVisor)Shared container (OS-level users)N/A
See the full comparison for caveats.

What’s inside the sandbox

CategoryTools
LanguagesPython 3.12, Node.js 22, Java 21, Bun
DocumentsLibreOffice, Pandoc, python-docx, python-pptx, openpyxl
PDFpypdf, pdf-lib, reportlab, tabula-py, ghostscript
ImagesPillow, OpenCV, ImageMagick, sharp, librsvg
WebPlaywright (Chromium), Mermaid CLI
AIClaude Code CLI, Playwright MCP
OCRTesseract (configurable languages)
MediaFFmpeg
DiagramsGraphviz, Mermaid
DevTypeScript, tsx, git
Skills are model-agnostic. Write a skill once with Claude Code in the terminal and then use it with any model in the chat — the auto-injected system prompt exposes every enabled skill to every model.

Next

Architecture

How a request flows from the chat through the MCP server into the sandbox.

Yambr Platform

The four services that make up Yambr and what each is for.