upvote
I've been developing my own sandboxing environment using Nvidia's Openshell.

Works like Claude code but with stronger guarantees for me on file system and network access. Still playing around with it, but so far I've been liking the setup.

I still run the sandbox inside a VM for now, but I feel far more comfortable in running Claude Code in unsupervised mode because I restrict the outbound network access and secrets never hit inside the sandbox.

reply
Why not a virtual machine or container? I'm playing around myself with some but can't shake that a VM is the right shape for it. That's my infra brain though.
reply
Is that mainly an EC2/shell problem for you or does the same session end up touching things like GitHub, AWS, MCP or other systems too?
reply