Show HN: Tinysandbox – An ultra-minimal sandbox with QuickJS WASM isolates

dangoodmanUT2 pts0 comments

We needed hyper-lightweight sandboxes for massively parallel agent fanout that could be recycled in milliseconds, take only KBs of memory when not actively running a command, and can work with bottomless filesystems.Tinysandbox is like just-bash, but supports a minimal secure JS runtime via QuickJS WASM, random file IO, VFS checkpoint and restore, and streaming IO for working with large files.It s designed for super-lightweight agents that don t need full linux, but still need the emergent behavior of shell commands and script writing to complete their task.

tinysandbox minimal quickjs wasm lightweight show

Related Articles