You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenComputer gives each agent a full Linux VM (not a container). The agent loop runs *inside* the VM alongside the filesystem and preview server — no network hops between your agent and the code it's writing.
107
+
108
+
```
109
+
┌─────────────────────────────────┐
110
+
│ OpenComputer VM │
111
+
│ │
112
+
│ ┌───────────────────────────┐ │
113
+
│ │ Claude Agent SDK │ │
114
+
│ │ (agent loop + tools) │ │
115
+
│ └─────────┬─────────────────┘ │
116
+
│ │ │
117
+
│ ┌─────────▼──┐ ┌───────────┐ │
118
+
│ │ Filesystem │ │ Preview │ │
119
+
│ │ /workspace │ │ Server │ │
120
+
│ └────────────┘ └───────────┘ │
121
+
│ │
122
+
│ Hibernates when idle │
123
+
│ Wakes in seconds │
124
+
└─────────────────────────────────┘
125
+
```
126
+
127
+
VMs hibernate instead of dying. State survives across sessions without manual snapshot/restore. No more re-installing node_modules because the container timed out.
| State | Lost on timeout | Survives across sessions |
138
+
139
+
## Guides
62
140
63
-
https://docs.opencomputer.dev/
141
+
-[Building an Open Lovable - part 1](https://opencomputer.dev/guides/building-open-lovable-part-1) — Build a Lovable clone using Claude Agent SDK and OpenComputer
64
142
65
-
## Website
143
+
## Links
66
144
67
-
https://opencomputer.dev/
145
+
-[Documentation](https://docs.opencomputer.dev/)
146
+
-[Website](https://opencomputer.dev/)
147
+
-[Guides](https://opencomputer.dev/guides)
148
+
-[Talk to founders](https://cal.com/team/digger/opencomputer-founder-chat)
0 commit comments