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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to maxogden/extract-zip

Open-source alternatives to Extract Zip

19 open-source projects similar to maxogden/extract-zip, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Extract Zip alternative.

  • ouch-org/ouchAvatar ouch-org

    ouch-org/ouch

    3,391Vezi pe 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
    Vezi pe GitHub↗3,391
  • ldqk/masuit.toolsAvatar ldqk

    ldqk/Masuit.Tools

    6,182Vezi pe 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
    Vezi pe GitHub↗6,182
  • facebook/zstdAvatar facebook

    facebook/zstd

    27,259Vezi pe 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
    Vezi pe GitHub↗27,259

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • chinabugotech/hutoolAvatar chinabugotech

    chinabugotech/hutool

    30,282Vezi pe 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
    Vezi pe GitHub↗30,282
  • pbatard/fidoAvatar pbatard

    pbatard/Fido

    2,773Vezi pe 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
    Vezi pe GitHub↗2,773
  • kohler/gifsicleAvatar kohler

    kohler/gifsicle

    4,255Vezi pe 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
    Vezi pe GitHub↗4,255
  • npm/node-tarAvatar npm

    npm/node-tar

    918Vezi pe GitHub↗

    Fast and full-featured Tar for Node.js

    JavaScript
    Vezi pe GitHub↗918
  • zjonsson/node-unzipperAvatar ZJONSSON

    ZJONSSON/node-unzipper

    473Vezi pe 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
    Vezi pe GitHub↗473
  • cthackers/adm-zipAvatar cthackers

    cthackers/adm-zip

    2,170Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗2,170
  • fritx/win-7zipAvatar fritx

    fritx/win-7zip

    11Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗11
  • mafintosh/tar-fsAvatar mafintosh

    mafintosh/tar-fs

    382Vezi pe GitHub↗

    Filesystem bindings for tar-stream.

    JavaScript
    Vezi pe GitHub↗382
  • node-modules/compressingAvatar node-modules

    node-modules/compressing

    457Vezi pe GitHub↗

    npm-image: https://img.shields.io/npm/v/compressing.svg?style=flat-square npm-url: https://npmx.dev/package/compressing codecov-image: https://codecov.io/gh/node-modules/compressing/branch/master/graph/badge.svg codecov-url: https://codecov.io/gh/node-modules/compressing…

    JavaScript
    Vezi pe GitHub↗457
  • nodeca/pakoAvatar nodeca

    nodeca/pako

    6,081Vezi pe 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
    Vezi pe GitHub↗6,081
  • stuk/jszipAvatar Stuk

    Stuk/jszip

    10,300Vezi pe 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
    Vezi pe GitHub↗10,300
  • thejoshwolfe/yauzlAvatar thejoshwolfe

    thejoshwolfe/yauzl

    812Vezi pe GitHub↗

    yet another unzip library for node

    JavaScript
    Vezi pe GitHub↗812
  • thejoshwolfe/yazlAvatar thejoshwolfe

    thejoshwolfe/yazl

    378Vezi pe GitHub↗

    yet another zip library for node

    JavaScript
    Vezi pe GitHub↗378
  • jindrapetrik/jpexs-decompilerAvatar jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Vezi pe 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
    Vezi pe GitHub↗5,404
  • dotnet/corefxAvatar dotnet

    dotnet/corefx

    17,491Vezi pe 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
    Vezi pe GitHub↗17,491
  • lmms/lmmsAvatar LMMS

    LMMS/lmms

    10,005Vezi pe 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
    Vezi pe GitHub↗10,005