magnitude CLI. Open the app once, then open a new terminal and run:
magnitude without a subcommand prints help. Setup and model browsing are available in the desktop app; no npm installation is required.
Find and download models
MODEL_ID below:
Prefix each command with
magnitude. Recommendation preferences are fastest, faster, balanced, smarter, and smartest; use --preference and --limit to choose.
Connections
connections add accepts --set-model <model-id> to select a model and --install-skill to install or refresh its Magnitude skill. Skill installation is automatic for Pi.
Harness IDs: pi, opencode, hermes, openclaw, codex, claude-code, oh-my-pi, and cline. See Integrations for agent-specific instructions.
App and background service
service uninstall does not uninstall the desktop app or delete your models. The CLI controls the desktop-owned service; it is not a separate server installation.
Updates
Downloading is asynchronous; check
magnitude update status for progress. Installing stops the current model and service. These commands update the desktop, bundled service, and CLI together.
Help
Use--help after any command to see its options. magnitude --version prints the installed CLI version. magnitude docs lists documentation bundled with the CLI, and magnitude docs cli prints its command guide.
Configuration
Settings are stored in~/.magnitude/config.json. See Configuration file.