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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to fritx/win-7zip

Open-source alternatives to Win 7zip

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

  • ouch-org/ouchAvatar von ouch-org

    ouch-org/ouch

    3,391Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,391
  • chinabugotech/hutoolAvatar von chinabugotech

    chinabugotech/hutool

    30,282Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗30,282
  • facebook/zstdAvatar von facebook

    facebook/zstd

    27,259Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗27,259

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • pbatard/fidoAvatar von pbatard

    pbatard/Fido

    2,773Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,773
  • kohler/gifsicleAvatar von kohler

    kohler/gifsicle

    4,255Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,255
  • ldqk/masuit.toolsAvatar von ldqk

    ldqk/Masuit.Tools

    6,182Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,182
  • npm/node-tarAvatar von npm

    npm/node-tar

    918Auf GitHub ansehen↗

    Fast and full-featured Tar for Node.js

    JavaScript
    Auf GitHub ansehen↗918
  • zjonsson/node-unzipperAvatar von ZJONSSON

    ZJONSSON/node-unzipper

    473Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗473
  • cthackers/adm-zipAvatar von cthackers

    cthackers/adm-zip

    2,170Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗2,170
  • mafintosh/tar-fsAvatar von mafintosh

    mafintosh/tar-fs

    382Auf GitHub ansehen↗

    Filesystem bindings for tar-stream.

    JavaScript
    Auf GitHub ansehen↗382
  • maxogden/extract-zipAvatar von maxogden

    maxogden/extract-zip

    399Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗399
  • node-modules/compressingAvatar von node-modules

    node-modules/compressing

    457Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗457
  • nodeca/pakoAvatar von nodeca

    nodeca/pako

    6,081Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,081
  • stuk/jszipAvatar von Stuk

    Stuk/jszip

    10,300Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,300
  • thejoshwolfe/yauzlAvatar von thejoshwolfe

    thejoshwolfe/yauzl

    812Auf GitHub ansehen↗

    yet another unzip library for node

    JavaScript
    Auf GitHub ansehen↗812
  • thejoshwolfe/yazlAvatar von thejoshwolfe

    thejoshwolfe/yazl

    378Auf GitHub ansehen↗

    yet another zip library for node

    JavaScript
    Auf GitHub ansehen↗378
  • jindrapetrik/jpexs-decompilerAvatar von jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,404
  • dotnet/corefxAvatar von dotnet

    dotnet/corefx

    17,491Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,491
  • lmms/lmmsAvatar von LMMS

    LMMS/lmms

    10,005Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,005