awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to node-modules/compressing

Open-source alternatives to Compressing

19 open-source projects similar to node-modules/compressing, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Compressing alternative.

  • ouch-org/ouchouch-org 的头像

    ouch-org/ouch

    3,391在 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
    在 GitHub 上查看↗3,391
  • ldqk/masuit.toolsldqk 的头像

    ldqk/Masuit.Tools

    6,182在 GitHub 上查看↗

    Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad collection of reusable helper methods and infrastructure components that cover common programming tasks without requiring dependency injection or instance management. The library is organized as flat utility classes, making its functionality directly accessible from anywhere in a project. The toolkit distinguishes itself through a wide range of integrated capabilities that go beyond typical utility libraries. It includes a multithreaded range-request file downloader with pause and

    C#datetimeencryptionexcel
    在 GitHub 上查看↗6,182
  • facebook/zstdfacebook 的头像

    facebook/zstd

    27,259在 GitHub 上查看↗

    Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast real-time processing. It functions as a real-time data compressor and multi-threaded compression engine capable of distributing workloads across multiple CPU cores to increase throughput. The system features a dictionary-based compressor that trains on sample data to improve the compression ratio and speed of small files. It also provides long distance pattern matching to identify repeated sequences across large files. The library covers a broad range of capabilities including st

    C
    在 GitHub 上查看↗27,259

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • chinabugotech/hutoolchinabugotech 的头像

    chinabugotech/hutool

    30,282在 GitHub 上查看↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    在 GitHub 上查看↗30,282
  • pbatard/fidopbatard 的头像

    pbatard/Fido

    2,773在 GitHub 上查看↗

    Fido is a command-line tool for automating the retrieval of official Windows installation images and UEFI shell files. It provides a script-driven interface to download these system images directly from remote servers without the use of a web browser. The project utilizes LZMA compression to embed scripts within executable binaries for smaller distribution sizes. It incorporates security utilities for generating and verifying cryptographic digital signatures, ensuring the integrity and authenticity of downloaded files via public-key verification. The tool covers automated file deployment and

    PowerShelledk2isopowershell-script
    在 GitHub 上查看↗2,773
  • kohler/gifsiclekohler 的头像

    kohler/gifsicle

    4,255在 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
    在 GitHub 上查看↗4,255
  • npm/node-tarnpm 的头像

    npm/node-tar

    918在 GitHub 上查看↗

    Fast and full-featured Tar for Node.js

    JavaScript
    在 GitHub 上查看↗918
  • zjonsson/node-unzipperZJONSSON 的头像

    ZJONSSON/node-unzipper

    473在 GitHub 上查看↗

    npm-image: https://img.shields.io/npm/v/unzipper.svg npm-url: https://npmjs.org/package/unzipper travis-image: https://api.travis-ci.org/ZJONSSON/node-unzipper.png?branch=master travis-url: https://travis-ci.org/ZJONSSON/node-unzipper?branch=master downloads-image:…

    JavaScript
    在 GitHub 上查看↗473
  • cthackers/adm-zipcthackers 的头像

    cthackers/adm-zip

    2,170在 GitHub 上查看↗

    ADM-ZIP is a pure JavaScript implementation for zip data compression for NodeJS.

    JavaScript
    在 GitHub 上查看↗2,170
  • fritx/win-7zipfritx 的头像

    fritx/win-7zip

    11在 GitHub 上查看↗

    This npm package contains a lite-version of 7zip, ≈2.4MB.

    JavaScript
    在 GitHub 上查看↗11
  • mafintosh/tar-fsmafintosh 的头像

    mafintosh/tar-fs

    382在 GitHub 上查看↗

    Filesystem bindings for tar-stream.

    JavaScript
    在 GitHub 上查看↗382
  • maxogden/extract-zipmaxogden 的头像

    maxogden/extract-zip

    399在 GitHub 上查看↗

    Unzip written in pure JavaScript. Extracts a zip into a directory. Available as a library or a command line program.

    JavaScript
    在 GitHub 上查看↗399
  • nodeca/pakonodeca 的头像

    nodeca/pako

    6,081在 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
    在 GitHub 上查看↗6,081
  • stuk/jszipStuk 的头像

    Stuk/jszip

    10,300在 GitHub 上查看↗

    jsZip is a JavaScript library for creating, reading, editing, and extracting ZIP archives within the browser or Node.js. It functions as an in-memory ZIP compressor and archive manager that generates compressed data streams and blobs from file collections without requiring a local filesystem. The library provides specific support for the ZIP64 extension, allowing it to handle archives and individual files that exceed the four gigabyte limit. It enables the dynamic modification of existing ZIP files to add, remove, or update internal folder structures and metadata. The project covers a broad

    JavaScriptjavascriptzip
    在 GitHub 上查看↗10,300
  • thejoshwolfe/yauzlthejoshwolfe 的头像

    thejoshwolfe/yauzl

    812在 GitHub 上查看↗

    yet another unzip library for node

    JavaScript
    在 GitHub 上查看↗812
  • thejoshwolfe/yazlthejoshwolfe 的头像

    thejoshwolfe/yazl

    378在 GitHub 上查看↗

    yet another zip library for node

    JavaScript
    在 GitHub 上查看↗378
  • jindrapetrik/jpexs-decompilerjindrapetrik 的头像

    jindrapetrik/jpexs-decompiler

    5,404在 GitHub 上查看↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    在 GitHub 上查看↗5,404
  • dotnet/corefxdotnet 的头像

    dotnet/corefx

    17,491在 GitHub 上查看↗

    This project is the .NET Base Class Library, providing the foundational types and APIs required for .NET applications. It serves as a cross-platform runtime library and a standardized managed API framework, acting as the primary set of namespaces for memory management, collections, and asynchronous programming. The library enables the development of enterprise backend infrastructure and the execution of managed code consistently across different operating systems and hardware architectures. It includes capabilities for cross-platform application deployment using self-contained binaries, frame

    coreclrcorefxcsharp
    在 GitHub 上查看↗17,491
  • lmms/lmmsLMMS 的头像

    LMMS/lmms

    10,005在 GitHub 上查看↗

    LMMS is a digital audio workstation and MIDI sequencer designed for composing, arranging, and mixing music. It functions as a comprehensive production environment that integrates a MIDI sequencer, a sample-based synthesizer, and an audio mixing console. The project distinguishes itself through a versatile synthesis engine that includes additive synthesis, wavetable generation, and emulations of vintage hardware such as NES audio and FM chips. It also serves as a VST plugin host, allowing for the integration of third-party virtual instruments and audio effects via a standardized interface. Be

    C++dawhacktoberfestmidi
    在 GitHub 上查看↗10,005