Skip to content

Installation

deputy requires Python 3.12+ and works best with the uv package manager.

pip

pip install deputy-cli

uv tool install

uv tool install deputy-cli

This installs deputy globally as a standalone CLI tool, isolated from your project dependencies.

Development

For contributing to deputy itself:

git clone https://github.com/gurveervirk/deputy
cd deputy
uv sync

Verify

deputy --help

Note

deputy needs a local SQLite database to operate. Run deputy init in your project root before using any other command.