awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
archiverjs avatar

archiverjs/node-archiver

0
View on GitHub↗
2,961 stars·247 forks·JavaScript·MIT·8 viewswww.archiverjs.com↗

Node Archiver

a streaming interface for archive generation

Features

  • Compression Utilities - Streaming archive generation for ZIP and TAR.

Star history

Star history chart for archiverjs/node-archiverStar history chart for archiverjs/node-archiver

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Node Archiver

Similar open-source projects, ranked by how many features they share with Node Archiver.
  • mafintosh/tar-streammafintosh avatar

    mafintosh/tar-stream

    435View on GitHub↗

    tar-stream is a streaming tar parser and generator.

    JavaScript
    View on GitHub↗435
  • mapbox/gzip-hppmapbox avatar

    mapbox/gzip-hpp

    356View on GitHub↗

    Gzip header-only C++ library

    C++
    View on GitHub↗356
  • mateidavid/zstrmateidavid avatar

    mateidavid/zstr

    341View on GitHub↗

    A C++ header-only ZLib wrapper

    C++
    View on GitHub↗341
  • nodeca/pakonodeca avatar

    nodeca/pako

    6,081View on GitHub↗

    Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip compression and decompression capabilities. It runs in both browser and Node.js environments by using typed arrays and universal JavaScript, avoiding platform-specific APIs for cross-platform compatibility. The library handles data through bitwise operations for Huffman coding and LZ77 matching, and automatically encodes string inputs to UTF-8 before compression while decoding them back on decompression. It supports streaming chunk-based processing, allowing incremental data h

    JavaScript
    View on GitHub↗6,081
See all 6 alternatives to Node Archiver→

Frequently asked questions

What does archiverjs/node-archiver do?

a streaming interface for archive generation

What are the main features of archiverjs/node-archiver?

The main features of archiverjs/node-archiver are: Compression Utilities.

What are some open-source alternatives to archiverjs/node-archiver?

Open-source alternatives to archiverjs/node-archiver include: mafintosh/tar-stream — tar-stream is a streaming tar parser and generator. mapbox/gzip-hpp — Gzip header-only C++ library. mateidavid/zstr — A C++ header-only ZLib wrapper. nodeca/pako — Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip… thejoshwolfe/yauzl — yet another unzip library for node. thejoshwolfe/yazl — yet another zip library for node.