Mostly Right CLI
Browse datasets built by the community, or create your own with agents that find sources and
configure the pipeline. Use mostlyright-data to work with hosted research and dataset runs.
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 execution
Section titled “Local execution”The local execution lane runs only on Linux:
python -m pip install "mostlyright-data[local]"It builds and checks worker inputs. It is not required to use the hosted CLI.