New features
Modify existing sandboxesmsb modify and the SDK modify APIs can update existing sandboxes without recreating them. Resize CPU and memory, update labels, set env vars or workdir for future execs, and preview the plan with --dry-run. Secret changes are available in the CLI and Rust SDK.
msb restart, msb touch, and msb ping.
Inspect allocation and metrics
msb ps now shows CPU and memory as effective / max. msb metrics adds sandbox state, per-second I/O rates, sorting, live watch/follow modes, and live-resize-aware CPU and memory readings.
exited instead of running. The Rust SDK exposes the same report through SandboxMetricsReport.
Host-scoped upstream TLS trust
Trust self-signed or private HTTPS upstreams without disabling secret substitution globally. Pin a CA bundle to specific hosts, or turn verification off for a bounded set of hosts. Available in the CLI and all four SDKs.
msb load and msb pull
Loading an image that is already on disk now takes under a second instead of around 20 seconds for a 1.3 GB image. msb load also shows progress while streaming from Docker.
msb-imago 0.1.1 also fixes OCI image corruption for layers over 2 GiB.
Other features
msb self downgrade. Move a local install back to version 0.6.0 or newer, with database backup and migration rollback.--no-tty. Force non-interactive captured execution inmsb runandmsb exec.
Bug fixes
msb execnow signals the full guest process group, so spawned background jobs do not survive as orphans.- Large and fragmented UDP packets now round-trip through the relay; IPv6 DNS answers, IPv4-mapped addresses, and generated network config files are also handled more reliably.
msb stopno longer reportssandbox not foundwhen an ephemeral sandbox is cleaned up during the stop wait.MSB_SHUTDOWN_FLUSH_TIMEOUT_MScan shorten shutdown waits for Windows WHP tests and short-lived sandboxes.- SSH
direct-tcpip, image prune behavior, and Rust default-backend helpers are restored after backend-routing regressions. msb doctornow uses the same runtime path resolution as sandbox launches, and top-levelmsb --helpno longer prints raw ANSI escapes on older Windows consoles.