Skip to content

Mostly Right CLI

mostlyright-data is the command-line client for Mostly Right hosted builds.

Use CPython 3.13.

Terminal window
python -m pip install mostlyright-data

The default install uses the hosted service. It works on Linux, macOS, and Windows.

Terminal window
mr-data login
mr-data whoami

login stores a device key on this machine. whoami checks the stored key.

Terminal window
mr-data --help
mr-data --version

Use mr-data research-open, mr-data research-status, and mr-data research-close to work with a hosted research session. research-status shows its current state.

The optional local tools require Linux:

Terminal window
python -m pip install "mostlyright-data[local]"

They are for building and checking worker inputs. They are not required to use the hosted CLI.