mb pull

Pull a stereOS mixtape image from the Paper Compute registry.

Downloads an OCI artifact containing the VM disk image (zstd-compressed), kernel artifacts (bzImage, initrd, cmdline, init), and mixtape manifest, then stores them locally in ~/.config/mb/mixtapes/<name>/<tag>/.

The registry hosts an OCI index with both raw and qcow2 format manifests. The raw format is preferred (for Apple Virtualization.framework); qcow2 is used as a fallback (for QEMU).

The argument is a mixtape reference in the form name[:tag]. Short names are resolved against the default registry (download.stereos.ai/mixtapes/). Full OCI references are also accepted.

Usage

mb pull <name[:tag]> [flags]

Examples

mb pull coder
mb pull coder:0.1.0
mb pull download.stereos.ai/mixtapes/coder:latest

Flags

FlagDescription
-h, --helpHelp for pull