Skip to content

Commit fb91cc6

Browse files
authored
Update README.md
1 parent 1ee584a commit fb91cc6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<p align="center">
2-
<img src=".github/media/banner.png" alt="agentOS" width="600" />
2+
<img src=".github/media/banner.png" alt="agentOS" />
33
</p>
44

55
<p align="center">
6-
<b><a href="https://rivet.dev/docs/agent-os">Documentation</a></b> | <b><a href="https://rivet.dev/docs/agent-os/quickstart">Quickstart</a></b> | <b><a href="https://rivet.dev/docs/agent-os/versus-sandbox">agentOS vs Sandbox</a></b>
6+
A portable open-source operating system for AI agents.<br/>Near-zero cold starts (~6 ms), up to 32x cheaper than sandboxes.<br/>Powered by WebAssembly and V8 isolates.
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://rivet.dev/docs/agent-os">Documentation</a> | <a href="https://rivet.dev/docs/agent-os/quickstart">Quickstart</a> | <a href="https://rivet.dev/docs/agent-os/versus-sandbox">agentOS vs Sandbox</a>
711
</p>
812

9-
A portable open-source operating system for AI agents. Near-zero cold starts (~6 ms), up to 32x cheaper than sandboxes. Powered by WebAssembly and V8 isolates.
1013

1114
## Why agentOS
1215

@@ -82,7 +85,6 @@ agentOS is built on an in-process operating system kernel written in JavaScript.
8285

8386
- **WebAssembly**: POSIX utilities (coreutils, grep, sed, etc.) compiled to WASM
8487
- **V8 isolates**: JavaScript/TypeScript agent code runs in sandboxed V8 contexts
85-
- **Pyodide**: Python workloads via CPython compiled to WASM
8688

8789
The kernel manages a virtual filesystem, process table, pipes, PTYs, and a virtual network stack. Everything runs inside the kernel -- nothing executes on the host.
8890

0 commit comments

Comments
 (0)