Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.microsandbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

Released this week: v0.3.11 · v0.3.12

New features

  • File-level volume mounts. Mounts now target individual files, not just directories. See Sandbox volumes.
  • fs.readStream in the TypeScript SDK. Async-iterable file reads instead of buffering whole files in memory.
  • sandbox.metricsStream() in the TypeScript SDK. Async iterable of CPU, memory, and I/O samples, mirroring the Rust SDK.
  • msb shell removed. Use msb exec --tty <sandbox> -- bash instead.

Bug fixes

  • The network proxy now recomputes Content-Length after substituting secrets into request bodies.
  • msb run execution options (env, cwd, signal handling) only apply when --tty is set.
  • Extended attributes on symlinks and listxattr initialization now match the underlying VFS.