Subject
4 entries
Sandbox
Bookmarks
Shuru: local-first microVM sandbox for AI agents
Shuru is a local-first microVM sandbox for AI agents on macOS — gives agents an isolated environment to execute code without touching the host system. Addresses the core risk of agents with shell access running on your actual machine.
vmux: sandbox runtime for AI agents
vmux is a sandbox runtime for AI agents — preview URLs, log tailing, and tmux attach, running on Cloudflare CPU with Modal GPU backends. Gives agents a managed execution environment rather than direct host access.
sandbox-agent: universal sandbox API for coding agents
sandbox-agent is a universal API for running coding agents in sandboxes — works with Claude Code, Codex, OpenCode, and Amp with a single interface. Rivet's contribution to the fragmented coding agent sandbox space.
amla-sandbox: WASM capability sandbox for AI agents
amla-sandbox is a WASM sandbox with capability enforcement for AI coding agents — no Docker, no VM, one binary. Agents can only call explicitly provided tools. Addresses the arbitrary code execution risk in most agent frameworks.
