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
thejoshwolfe avatar

thejoshwolfe/yazl

0
View on GitHub↗
378 stars·50 forks·JavaScript·MIT·11 views

Yazl

yet another zip library for node

Features

  • Compression Utilities - Zip file creation.
  • File Compression - Stream-based ZIP compression library.

Star history

Star history chart for thejoshwolfe/yazlStar history chart for thejoshwolfe/yazl

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 Yazl

Similar open-source projects, ranked by how many features they share with Yazl.
  • 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
  • thejoshwolfe/yauzlthejoshwolfe avatar

    thejoshwolfe/yauzl

    812View on GitHub↗

    yet another unzip library for node

    JavaScript
    View on GitHub↗812
  • ouch-org/ouchouch-org avatar

    ouch-org/ouch

    3,391View on GitHub↗

    Ouch is a command-line archive utility designed for compressing and decompressing files across multiple formats, including zip, tar, 7z, and zstd. It functions as a secure archive processor that sanitizes metadata to prevent path traversal attacks and terminal injection during extraction. The tool features a chain compression pipeline that allows for the sequential application of multiple compression algorithms by parsing chains of file extensions in a filename. It also includes a dedicated accessibility mode that optimizes terminal output for screen readers and text-to-speech technologies by

    Rustclicompressiondecompression
    View on GitHub↗3,391
  • kohler/gifsiclekohler avatar

    kohler/gifsicle

    4,255View on GitHub↗

    Gifsicle is a command-line image processor and animation editor used for creating, editing, and optimizing GIF images. It functions as a utility for assembling static images into animations, extracting individual frames from existing sequences, and manipulating GIF metadata. The tool distinguishes itself through specialized optimization capabilities that reduce file sizes by removing redundant pixels and employing lossy compression. It manages color palettes through quantization and colormap conversion to ensure display compatibility and reduce bit-depth. Broad capabilities include image tra

    C
    View on GitHub↗4,255
See all 23 alternatives to Yazl→

Frequently asked questions

What does thejoshwolfe/yazl do?

yet another zip library for node

What are the main features of thejoshwolfe/yazl?

The main features of thejoshwolfe/yazl are: Compression Utilities, File Compression.

What are some open-source alternatives to thejoshwolfe/yazl?

Open-source alternatives to thejoshwolfe/yazl include: 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. ouch-org/ouch — Ouch is a command-line archive utility designed for compressing and decompressing files across multiple formats,… ldqk/masuit.tools — Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad… facebook/zstd — Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast… chinabugotech/hutool — Hutool is a standard utility library for Java application development designed to simplify common programming tasks…