AI agents need to run code. But letting them loose on your machine? That's a hard no.
So I built Shuru, a local-first microVM sandbox for macOS, written in Rust π¦. It boots a lightweight Linux VM using Apple's Virtualization.framework, runs your agent's commands in isolation, and throws everything away when it's done.
Need to reuse an environment? Checkpoints save disk state so agents can pick up where they left off without rebuilding from scratch every time.
No Docker daemon. No cloud dependency. Just native hardware virtualization on Apple Silicon.
It's open source and a single curl install away.
Replies
SuperHQ
Style
Interesting