2/27/2026 at 8:01:15 PM
I think this is pretty standard and similar to approaches that are evolving naturally (I've certainly used very similar patterns).I'd be pretty keen to actually hear more about the Unikraft setup and other deeper details about the agent sandboxes regarding the tradeoffs and optimizations made. All the components are there but has someone open-sourced a more plug-and-play setup like this?
by yakkomajuri
2/28/2026 at 2:58:16 AM
Agreed, the pattern is converging across the industry. The Unikraft setup is where it gets interesting for us with sub-second boots (or sub 100ms even), scale-to-zero that suspends the VM after a few seconds of idle (frees resources), and dedicated bare metal in AWS so we're not sharing hardware.We haven't open-sourced the control plane glue yet but it's something we're thinking about. browser-use itself is open source. The sandbox infra on top is the proprietary part for now.
by LarsenCC
2/28/2026 at 7:42:36 PM
Exactly, this is the very stuff I'd be interested to hear more about. Great work on all this btw and best of luck going forward!by yakkomajuri
2/28/2026 at 5:56:36 PM
I’m building a self-hostable, open source agent sandbox orchestrator here: https://github.com/ash-ai-org/ash-aiby nicklo