Skip to content

Commit 0dc7df6

Browse files
authored
Update README to clarify VM type and add SDK info
Removed reference to microVM and added information about Claude agent SDK.
1 parent 71549bf commit 0dc7df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Long-running cloud infrastructure for AI agents. Real computers, not sandboxes.
44

5-
Every OpenComputer is a real VM - a real computer with a real filesystem, full OS access, and persistent state. Not a microVM, not a container. A full Linux machine with root access.
5+
Every OpenComputer is a real VM - a real computer with a real filesystem, full OS access, and persistent state. Not a container. A full Linux machine with root access.
66

77
Think of it as the compute equivalent of a laptop that sleeps when you close the lid and is right where you left off when you open it. Except it's in the cloud, it scales to thousands, and you're not paying for it while it's asleep.
88

@@ -12,6 +12,7 @@ Think of it as the compute equivalent of a laptop that sleeps when you close the
1212
- **Checkpoints** - Instant snapshots. Fork or restore to any point. Break something, roll back in a second.
1313
- **Preview URLs** - Expose ports externally with auth (Clerk) and custom domains. Give every environment a live URL.
1414
- **Per-tenant package control** - Manage and hot-swap software versions inside running VMs. Every tenant gets exactly the stack they need.
15+
- **Claude agent SDK** - optimised for claude agent sdk workloads, higher level primitives available to achieve streaming.
1516

1617
## Quick start
1718

0 commit comments

Comments
 (0)