New features
Python SDK PyO3 bindings exposing the same sandbox, exec, networking, and filesystem APIs as the Rust and TypeScript SDKs.pip install microsandbox. See the Python SDK reference.
Other features
- Docker image publishing. Releases now publish a
microsandboxDocker image alongside the binary artifacts. - Interactive
msb self uninstallwith a multi-select prompt over CLI, SDK shims, cached images, and state directory. - Interactive
msb exec. Running without a command opens a picker over registered scripts and recent exec history. - Upstream CA trust config. Point the TLS proxy at a custom upstream CA bundle; the old
--tls-caflag names are deprecated but still resolve. --allow-private-ipsopts permissive policies into RFC1918 ranges without disabling policy entirely.
Bug fixes
- Concurrent TLS connections through the in-sandbox MITM proxy no longer interleave plaintext between sessions.
- TLS 1.3 connections no longer drop bytes that arrived in the same TCP segment as the final handshake message.
- Sandboxes that boot faster than host clock convergence no longer reject internal TLS traffic with
CERT_NOT_YET_VALID.