GitHub - instavm/tarit: A hypervisor and sandbox cloud for self-hosted AI agents and RL
The fastest hypervisor and sandbox cloud for AI agents and RL environments.
Tarit is a microVM platform for secure, fast, ephemeral
sandboxes, built for AI agent workloads. It boots a real hardware-virtualized VM
in milliseconds, runs a task inside it, and tears it down, giving each sandbox
kernel-level isolation instead of a shared-kernel container boundary.
It has two parts, developed together in this monorepo:
vmm/ - the Tarit VMM, a minimal rust-vmm
based microVM monitor (the hypervisor laye...
Read more at github.com