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
Microsandbox rewrite Rewritten around an embeddable SDK, smoltcp-based networking, and a composable filesystem:- First-class Rust SDK that the CLI is built on.
- User-space network stack (smoltcp) with an in-sandbox DNS resolver and TLS proxy.
- Composable filesystem layering OCI images, host volumes, and writable overlays through one VFS.
- Redesigned policy and config model shared across CLI, SDK, and
Sandboxfile.
- Per-command exec flags for
msb run. Pass--env,--workdir,--tty,--timeout, etc. directly without aSandboxfile.
Bug fixes
- VM logs split into
guest.logandhost.loginstead of interleaving. - Reopening inodes via
/.volon macOS no longer fails underO_RESOLVE_BENEATH. - Overlay
readdirresolves real inode numbers instead of surfacing0. ExecTimeoutis returned consistently when an exec call hits its timeout.- Sandbox creation validates
workdirup front and defaultscwdto/when unset. msb self updateresolves the latest version before downloading the bundle.