- Website
- opencomputer.dev
About OpenComputer
OpenComputer is the platform for long-running agents. It lets you define an agent as a serverless-style TypeScript function, pick a model, and have a real Linux runtime execute it with hardware-level isolation.

Key Features
When you deploy, you get a real computer for each session and a workflow that runs, streams, and resumes as needed:
Agent as TypeScript Function
Write a minimal TypeScript function that uses the OpenComputer agent hooks, then deploy it with one command and select the model and tools you want.
Real Linux Session per Session
Each session runs on a dedicated Linux machine with a shell, filesystem, package managers (apt, npm, pip), and full network egress.
Durable Sessions and Scheduling
Sessions stream output, can be steered mid-run, hibernate when idle, and resume where you left off; you can attach cron-like schedules to run tasks automatically.
Secret Isolation and Model Flexibility
Managed API keys stay outside the runtime and are origin-bound; you can bring your own model or use ours by specifying the model as a string.
Summary
Best for developers building long-running automation, data/ops teams scheduling recurring tasks, and GTM or market researchers drafting outreach.