Skip to content

Installation🔗

From package managers🔗

zizmor is available within several packaging ecosystems.

You can install zizmor from https://crates.io with cargo:

cargo install zizmor

zizmor is provided by Homebrew:

brew install zizmor

Tip

Despite being available on PyPI, zizmor is a compiled binary and has no Python or Python package dependencies.

zizmor is available on PyPI and can be installed with any Python package installer:

# with pip
pip install zizmor

# with pipx
pipx install zizmor

# with uv
uv tool install zizmor

# or, shortcut:
uvx zizmor --help

Note

This is a community-maintained package.

zizmor is available on Anaconda's conda-forge:

conda install conda-forge::zizmor

See conda-forge/zizmor for additional information.

Note

This is a community-maintained package.

# without flakes
nix-env -iA nixos.zizmor

# with flakes
nix profile install nixpkgs#zizmor

Info

Are you interested in packaging zizmor for another ecosystem? Let us know by filing an issue!

The badge below tracks zizmor's overall packaging status.

Packaging status

From source🔗

Warning

Most ordinary users should not install directly from zizmor's source repository. No stability or correctness guarantees are made about direct source installations.

You can install the latest unstable zizmor directly from GitHub with cargo:

cargo install --git https://github.com/woodruffw/zizmor