Skip to content
@computeruse-run

computeruse.run

Computer Use Cloud

Give your AI agent a computer.

A managed cloud sandbox with a browser and a desktop. One SDK. Claude, GPT, or Gemini.

computeruse.run · Join the waitlist · pip install computeruse-sdk


Three layers, one product

What AI teams normally glue together themselves — bundled, metered, and supported as one product.

What it is Like
browser-use the stateless the agent loop
browser-base the stateful a browser in the cloud
computer-use the full power cloud computer the desktop the browser runs on
from computeruse import Sandbox

with Sandbox(model="claude-sonnet-4-6") as s:
    s.browser.goto("https://google.com/flights")
    flight = s.browser.run("Cheapest SFO→LAX next Tuesday.")

    s.computer.run("Open Calendar, add flight on departure day.")

One class. Two surfaces — s.browser for the web, s.computer for the desktop. Model is a kwarg.

Repos

Repo What
site Marketing site for computeruse.run
sdk Python SDK — preview release on PyPI as computeruse-sdk (pip install computeruse-sdk, then from computeruse import Sandbox)
specs Engineering specs, information architecture, public roadmap
runtime Sandbox runtime — Apache-2.0 at milestone M5

Status

Component Status
Website Live · computeruse.run
Python SDK shape Published · v0.1.0 preview
Hosted API Private preview · join the waitlist
Apache-2.0 runtime Planned · M5

Contact

hello@computeruse.run

Popular repositories Loading

  1. sdk sdk Public

    Computer Use Cloud — pre-configured cloud sandboxes for Claude, GPT, and Gemini Computer Use agents. Preview.

    Python

  2. site site Public

    Marketing site for computeruse.run — the cloud browser for AI agents.

    HTML

  3. runtime runtime Public

    Computer Use Cloud — open-source sandbox runtime (Chromium + screenshot pipeline + per-provider model loops). Apache-2.0. Coming M5.

  4. specs specs Public

    Strategy, information architecture, pricing, and roadmap docs for Computer Use Cloud.

  5. .github .github Public

    Organization profile · Computer Use Cloud

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…