7-Zip 26.01 was released.
Download
7-Zip for 64-bit Windows x64:
https://7-zip.org/a/7z2601-x64.exe
7-Zip for 32-bit Windows x86:
https://7-zip.org/a/7z2601.exe
7-Zip for 64-bit Windows ARM64:
https://7-zip.org/a/7z2601-arm64.exe
7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager:
https://7-zip.org/a/7z2601-extra.7z
7-Zip (console version) for 64-bit Linux x86-64 (AMD64):
https://7-zip.org/a/7z2601-linux-x64.tar.xz
7-Zip (console version) for 32-bit Linux x86:
https://7-zip.org/a/7z2601-linux-x86.tar.xz
7-Zip (console version) for 64-bit Linux ARM64:
https://7-zip.org/a/7z2601-linux-arm64.tar.xz
7-Zip (console version) for 32-bit Linux ARM:
https://7-zip.org/a/7z2601-linux-arm.tar.xz
7-Zip (console version) for macOS (ARM64 and x86-64):
https://7-zip.org/a/7z2601-mac.tar.xz
What's new in 7-Zip 26.01:
- linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression speed for 10% for 7z/xz/LZMA/LZMA2 compression.
- new
-spo[d|c|r]switch specifies the path generation mode for the output directory for archive extraction. The output directory path is generated from the path specified in the-o{dir_path}switch and the name of the archive being unpacked.
-spod: for Linux/Posix/macOS:-o{dir_path}specifies the direct path to the output directory. The asterisk (*) character in {dir_path} will not be replaced by the archive name.
-spoc: 7-Zip will concatenate the path specified in-o{dir_path}with the archive name to form the final path to the output directory.
-spor: 7-Zip will replace asterisk (*) character in the path specified in the-o{dir_path}with the archive name. This is the default option. - some bugs were fixed.