Thirdpass Docs

Installation

Install the Thirdpass CLI and ecosystem extensions.

Thirdpass is used from the terminal. The CLI handles review commands, while extensions add package support for each ecosystem.

CLI

Install the Thirdpass CLI with Cargo:

cargo install thirdpass

Extensions

Install extensions with Cargo as well. For example, the Ansible ecosystem extension is installed as:

cargo install thirdpass-ansible

The CLI discovers supported extension binaries from PATH. Local development builds can also use the configured extension directory.

On this page