This Magisk module contains some compression tools for arm64 CPUs


Contents

gnuzip 1.13 (https://ftp.gnu.org/gnu/gzip/)
	gzip 
	gunzip 
	gzexe 
	zcat (shell script)
	zcmp  (shell script)
	zdiff (shell script) 
	zegrep (shell script) 
	zfgrep (shell script) 
	zforce (shell script) 
	zgrep (shell script) 
	zmore (shell script) 
	znew (shell script)

xz 5.8.1 (https://github.com/tukaani-project/xz/)
	xz

7-Zip (z) 25.00 (https://www.7-zip.org)
	7zz

bzip2 1.08 (https://sourceware.org/bzip2)
	bzip2recover
	bzip2
	bzgrep (shell script)
	bzdiff (shell script)

zip 3.0 (https://infozip.sourceforge.net/Zip.html)

	zipcloak
	zipnote
	zipsplit
	zip

unzip 6.0 (https://infozip.sourceforge.net/UnZip.html)
	unzip
	unzipsfx

lz4 1.10.0 (https://github.com/lz4/lz4)
        lz4 

zstd 1.5.6 (https://github.com/facebook/zstd)
        zstd
        zstdcat
        zstdgrep
        zstdless
        zstdmt

lzop 1.04 (https://www.lzop.org/, http://www.oberhumer.com/opensource/lzo/)
        lzop

compress 5.0 (https://vapier.github.io/ncompress/)
        compress
        uncompress

lzip 1.25 (https://www.nongnu.org/lzip/lzip.html)
        lzip


History

01.10.2024 v1.0.0
  initial release

31.10.2024 v1.0.1
  removed the not necessary service.sh script

15.12.2024 v1.1.1
  zstd now only needs the standard libraries from the Android OS
  removed the library libuv.so from the Magisk Module
  added unrar

07.04.2025 v1.2.0
  updated xz to version 5.8.1

07.07.2025 v1.3.0
  added lzip 1.25
  updated 7zz to version 25.00
  pigz now only needs the standard Android OS libraries
  the customize script now detects a module update

12.10.2025 v1.3.1
  updated 7zz to version 25.01
