Settings

Theme

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

github.com

4 points by dangoodmanUT a month ago · 0 comments · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection