The single-machine launcher for ModelStudio — bring the whole stack up on one box, Ollama-style.
curl -fsSL https://raw.githubusercontent.com/manufactai/modelstudio-cli/main/install.sh | shThis downloads the right prebuilt binary for your OS/arch (Linux & macOS, amd64 & arm64) from
the latest release. Windows: download modelstudio-windows-amd64.exe from the
releases page.
modelstudio up # preflight, start the stack, open the UI
modelstudio doctor # check Docker + GPU are ready
modelstudio status # health table + GPU line
modelstudio down # stop (keeps your data)
modelstudio reset # wipe data (3 honest stages)The launcher is a thin, self-contained skin over docker compose. It needs only Docker; on a
GPU box (NVIDIA, Linux/WSL2) it also runs local inference and fine-tuning. Everything lives
under $MODELSTUDIO_HOME. On first run it logs you in to the image registry interactively if
needed — the launcher never stores a credential.
Each release lists SHA-256 checksums. The binaries are statically linked (no dependencies).