Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ModelStudio CLI

The single-machine launcher for ModelStudio — bring the whole stack up on one box, Ollama-style.

Install

curl -fsSL https://raw.githubusercontent.com/manufactai/modelstudio-cli/main/install.sh | sh

This 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.

Use

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.

Verify

Each release lists SHA-256 checksums. The binaries are statically linked (no dependencies).

About

ModelStudio single-machine launcher — install with: curl -fsSL https://raw.githubusercontent.com/manufactai/modelstudio-cli/main/install.sh | sh

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages