This Magisk module contains some compression tools for arm64 CPUs


Contents

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

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

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

gnuzip 1.14 (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)


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

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

unrar 7.23 ( https://www.rarlab.com/rar_add.htm)
	unrar

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

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

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

	zipcloak
	zipnote
	zipsplit
	zip

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



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

18.12.2025 v1.3.2
  updated unrar to version 7.2 beta 2

02.03.2026 v1.3.3
  updated 7zz to version 26.00

27.05.2026 v1.3.4
  updated 7zz to version 26.01

19.07.2026 v1.3.5
  updated 7zz to version 26.02
  added the statically linked binary 7zz_26.02_static

04.08.2026 v1.3.6
  updated gzip to version 1.14  
  updated lzip to version 1.26  
  updated unrar to version 7.23  
  updated xz 5.8.3 
  updated zstd to version 1.5.7

