Skip to main content

Requirements

  • PyPI wheel: Python 3.10 through 3.14. The wheel bundles the compiled binary; no Rust toolchain is needed.
  • crates.io / pre-built binaries: no runtime dependencies at all.

Install

Python via uv (recommended for a global CLI tool):
Python via pip:
Python as a project dependency:
Rust via cargo:
Installation script (latest version):
Installation script (specific version):
Pre-built binaries are also available on the releases page.

Verify the install

Use from Python

The PyPI wheel also exposes a Python binding:
Every CLI option from zerv version maps to a keyword argument.

Uninstall