Windows x64 fork of 7-Zip 26.01 with bzip3
integrated as a first-class archive format.
- Adds native
.bz3,.bzip3, and.tbz3support to7z.dll,7z.exe,7zG.exe, and7zFM.exe. - Makes
bzip3the default GUI compression choice for single-file compression. - Adds Explorer quick actions for stock
.7zarchives and for BZip3 archives. - Uses
.bz3for single-file quick compression and.tar.bz3for folders or multi-select, while keeping the normal 7z/zip/xz/bzip2 choices available. - Ships a GitHub Actions release pipeline that builds a portable package and an MSI installer with shell integration.
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && nmake'Run that from CPP\7zip.
.\scripts\Package-Release.ps1 -Version 26.0.1.\scripts\Smoke-Test.ps1Push a tag such as v26.0.1. The workflow in
.github/workflows/release.yml builds:
7zip-bzip3-x64-<version>-portable.zip7zip-bzip3-x64-<version>.msiSHA256SUMS.txt
- BZip3 is a single-stream format. For folders or multi-file shell quick
actions, this fork creates a
.tar.bz3archive. - The installer registers the standard 7-Zip shell extension hooks so Windows Explorer gets pack and unpack context-menu entries.
- The release package includes both the 64-bit shell extension and the 32-bit companion DLL used by 32-bit shell hosts on x64 Windows.
- 7-Zip source remains under the licenses described in
DOC\License.txt. - The integrated BZip3 code is LGPL v3; see
BZip3-LICENSE.txt.