docs/changelog/2026-04-17.mdx
Python SDK
PyO3 bindings exposing the same sandbox, exec, networking, and filesystem APIs as the Rust and TypeScript SDKs.
async with await Sandbox.create("my-sandbox", image="alpine") as sb:
out = await sb.shell("echo hello")
print(out.stdout_text)
Install with pip install microsandbox. See the Python SDK reference.
Other features
microsandbox Docker image alongside the binary artifacts.msb self uninstall with a multi-select prompt over CLI, SDK shims, cached images, and state directory.msb exec. Running without a command opens a picker over registered scripts and recent exec history.--tls-ca flag names are deprecated but still resolve.--allow-private-ips opts permissive policies into RFC1918 ranges without disabling policy entirely.CERT_NOT_YET_VALID.