Hacker News new | ask | show | jobs
by apitman 4 days ago
One area this is desirable is AI agents. Often you just need to spin them up for quick ephemeral tasks, but you want more isolation than containers give you. I'm still looking for a good solution here. A cool one I've been playing with recently is https://smolmachines.com/
1 comments

I can recommend microsandbox. More mature than smolmachines. I have tried both.

https://github.com/superradcompany/microsandbox

I actually just found microsandbox this morning and it looks really solid. One thing it's lacking is GPU support. With smolmachines you can use Vulkan through virtio-gpu/Venus which is quite nice. Can you give more details on what you prefer about microsandbox?