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
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.
| 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 |
| 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 |
hello@computeruse.run