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.
New features
Block-backed OCI rootfs Image rootfs now ships as a packed VMDK with EROFS metadata and copy-on-write overlays instead of an extracted directory, cutting boot time and host disk usage. See the images overview. Other features- Sandbox-wide guest rlimits. Apply default
RLIMIT_*values to every process inside the guest. execStreamWithConfigin the TypeScript SDK. Stream stdout/stderr while passing the same per-exec options asexecWithConfig.- Run microsandbox via cargo, npx, and pipx.
cargo install microsandbox,npx microsandbox, andpipx run microsandboxall bring up a working CLI.
Bug fixes
- The SDK now self-heals when the bundled
msbbinary is missing, re-downloading it on demand.