Skip to content

Installation🔗

From package managers🔗

zizmor is available within several packaging ecosystems.

Crates.io Version

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

cargo install --locked zizmor

Homebrew Formula Version

zizmor is provided by Homebrew:

brew install zizmor

PyPI - Version

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

Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

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.

nixpkgs unstable package

Note

This is a community-maintained package.

# without flakes
nix-env -iA nixos.zizmor

# with flakes
nix profile install nixpkgs#zizmor

Arch Linux package

Note

This is a community-maintained package.

# zizmor-git is also available in the AUR
pacman -S 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