Mostly Right CLI
mostlyright-data is the command-line client for Mostly Right hosted builds.
Requirements
Section titled “Requirements”Use CPython 3.13.
Install
Section titled “Install”python -m pip install mostlyright-dataThe default install uses the hosted service. It works on Linux, macOS, and Windows.
Sign in
Section titled “Sign in”mr-data loginmr-data whoamilogin stores a device key on this machine. whoami checks the stored key.
Check the command
Section titled “Check the command”mr-data --helpmr-data --versionUse 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.
Local tools
Section titled “Local tools”The optional local tools require Linux:
python -m pip install "mostlyright-data[local]"They are for building and checking worker inputs. They are not required to use the hosted CLI.