top of page

Installing

Conda - Linux & Mac

conda config --add channels conda-forge
conda install genozip

Linux binaries (x86-64, works on most Linux systems)

Download: genozip-linux-x86_64.tar

Or:

wget http://raw.githubusercontent.com/divonlan/genozip/master/installers/genozip-linux-x86_64.tar -nv -O- | tar xvz

Windows Installer

Download: genozip-installer.exe

Compile it yourself from Github (Linux, Mac and Windows):

Download: latest release 

make -j

bottom of page