npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

7z-bin

v0.0.8

Published

7-Zip full feature precompiled binaries

Downloads

85

Readme

7z-bin NPM Version

7z-bin contains full featured 7-Zip precompiled binaries, which means 7z.exe and 7zz.

As this package will contain 7z.exe, 7z.dll and 7zz, it means its size is larger than any other packages containing 7za, please refer to the Defferences section below before using, to consider to choose this package or other packages like 7zip-bin within smaller size 7za binaries.

Environment Variables

  • USE_SYSTEM_7Z: set to use 7z from current system instead of the binaries in this packages.
  • SZ_COMPRESSION_LEVEL: set the compression level for 7z archive. The default value is 9.

Package Version

| 7z-bin package version | 7-Zip binaries veriosn | | :----------------------- | :----------------------- | | 7z-bin@0.0.8 | 7-Zip@24.09 (2024-11-29) | | 7z-bin@0.0.3 | 7-Zip@24.08 (2024-08-11) | | 7z-bin@0.0.2 | 7-Zip@24.05 (2024-05-14) |

The changelogs of 7-Zip, please refer to 7-Zip ChangeLog / History and also 7-Zip website.

Differences between 7zz and 7za

These information are based on 7-Zip website and readme.txt file in 7-Zip distribution files.

7z.exe / 7zz

7z.exe (with 7z.dll 7-Zip engine module) and 7zz are the command line version of 7-Zip, having full features of 7-Zip.

Supported formats:

  • Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM.
  • Unpacking only: APFS, AR, ARJ, Base64, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR, Z and ZSTD.

7za.exe / 7za

7za.exe and 7za (a = alone) are standalone version of 7-Zip, supporting only 7z, xz, lzma, cab, zip, gzip, bzip2 and tar formats, and it doesn't use external modules.

Supported formats:

  • Packing / unpacking: 7z, xz, ZIP, GZIP, BZIP2 and TAR
  • Unpacking only: lzma, CAB, ZSTD.

License

This repository is licensed under the MIT License.

This repository was forked from 7zip-bin, licensed under the MIT License.

This repository contains 7-Zip binaries from 7-Zip, licensed under 7-Zip License for use and distribution