Remix.run Logo
sanju3026 a day ago

I believe you're looking for Era. It uses libkrun for local microVM isolation and was built specifically to solve the "LLM hallucinated a destructive bash command" problem without the overhead of a massive VM.

Another one that handles this gracefully is Yolobox, which uses rootless Podman. Both are actively maintained and cut through the noise of the thousands of generic wrapper repos out there right now.

rjzzleep a day ago | parent | next [-]

Era is a bit of a generic name. Just found another podman one with https://github.com/thomaspeklak/agent-sandbox

just found era it's deprecated, so it wasn't that.

femboyvtuber a day ago | parent | prev [-]

Era links to https://github.com/smol-machines/smolvm now

binsquare 5 hours ago | parent [-]

Yep, I needed to go deeper down the stack in order to get to the lightweight optimizations I needed.