AI Agent Runtime / Operating System
2.7k 2026-04-15

rivet-dev/agent-os

A portable, open-source operating system for AI agents, offering near-zero cold starts and significantly lower costs compared to traditional sandboxes, powered by WebAssembly and V8 isolates.

Core Features

Near-zero cold starts (~6 ms) and high performance.
Significantly lower cost and memory footprint than traditional sandboxes.
Granular security with V8 isolates and deny-by-default permissions.
Embeddable in backend processes, enabling direct function calls without network overhead.
Supports multiple AI agents (Pi, Claude Code, etc.) with unified API and automatic persistence.

Quick Start

npm install @rivet-dev/agent-os @rivet-dev/agent-os-common @rivet-dev/agent-os-pi

Detailed Introduction

agentOS is an innovative open-source operating system specifically designed for AI agents, leveraging WebAssembly and V8 isolates to deliver unparalleled performance and cost efficiency. Unlike traditional heavy sandboxes, agentOS runs directly within your process, eliminating cold start delays (as low as ~6 ms) and drastically reducing memory consumption by up to 47x. It provides a secure, isolated environment with granular, deny-by-default permissions, allowing agents to interact with your backend functions directly without network hops. This portability and efficiency make it ideal for deploying AI agents across various platforms, from local development to cloud environments, offering a significantly faster and cheaper alternative for agent execution.

OSS Alternative

Explore the best open source alternatives to commercial software.

© 2026 OSS Alternative. hotgithub.com - All rights reserved.