Harsh Singh

SHURU - Local-First Sandboxes for AI Agents on macOS.

by
Lightweight Linux VMs powered by Apple Virtualization.framework. Ephemeral by default. No Docker required.

Add a comment

Replies

Best
Harsh Singh
Maker
📌
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.
Tehleel Mir

Interesting