Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supermodeltools.com/llms.txt

Use this file to discover all available pages before exploring further.

A single Go binary, no runtime dependencies.

curl

curl -fsSL https://supermodeltools.com/install.sh | sh

npm

npm install -g @supermodeltools/cli

From source

git clone https://github.com/supermodeltools/cli
cd cli
go build -o supermodel .

Update

supermodel update            # install latest release
supermodel update --check    # check without installing

Uninstall

supermodel logout
rm -rf ~/.supermodel
rm "$(command -v supermodel)"    # or remove the binary from your PATH manually