Install pzip

Apache-2.0. No signup. No telemetry. Pick your platform.

Linux x86_64

Ubuntu 22.04+, Debian 11+, RHEL-family via tarball.

macOS arm64

Coming in v1.1. Apple Silicon (M1+) only initially.

Build from source

Windows x86_64

Coming in v1.1 — NSIS installer + zip.

Build from source

One-line install (Linux .deb)

curl -L -o pzip.deb https://github.com/phuctruong/pzip/releases/download/v1.0.0/pzip-1.0.0-linux-x86_64.deb
sudo dpkg -i pzip.deb
pzip --help

Build from source (all platforms)

git clone https://github.com/phuctruong/pzip.git
cd pzip
cmake -B build -DCMAKE_BUILD_TYPE=Release -DPZIP_PORTABLE_RELEASE=ON
cmake --build build -j
sudo cmake --install build

Requires CMake 3.16+, a C++20 compiler, and liblzma-dev.

All releases live on GitHub. Sha256 checksums are attached to every release; verify before you install.

View all releases