Installation

devqubit is designed to run locally (local-first) and to be easy to adopt in existing experiments.

Install the core

pip install devqubit

If you prefer uv:

uv pip install devqubit

Verify:

devqubit --version

Where data is stored

By default devqubit stores all runs in ~/.devqubit. You can override it using DEVQUBIT_HOME.

See Workspace and Storage and Configuration.