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
·

5 Repos

Awesome GitHub RepositoriesBinary Delta Generators

Utilities for calculating and creating byte-level difference packages between software releases.

Distinct from Remote Binary Updaters: Focuses on the generation of the delta package itself, whereas Remote Binary Updaters focus on the fetching/installing process.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Binary Delta Generators. Refine with filters or upvote what's useful.

Awesome Binary Delta Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sparkle-project/sparkleAvatar von sparkle-project

    sparkle-project/Sparkle

    9,224Auf GitHub ansehen↗

    Sparkle is a software update framework for macOS applications. It provides a system for delivering automatic updates using signed archives and RSS-based feeds to notify clients of new software versions. The framework ensures software integrity and authenticity through public-key cryptography, requiring digital signatures for both update archives and release feeds. It includes mechanisms for signing key rotation to maintain the security chain if a private key is lost. To optimize delivery, the project includes tools for generating binary delta updates that ship only the byte-level differences

    Ships a utility for generating incremental updates that contain only the differences between releases.

    Objective-Cframeworkmacossoftware-update
    Auf GitHub ansehen↗9,224
  • squirrel/squirrel.windowsAvatar von squirrel

    squirrel/squirrel.windows

    7,968Auf GitHub ansehen↗

    Squirrel.Windows is a framework for installing and updating Windows desktop applications via HTTP. It functions as an application installer, background software updater, and distribution system that operates without the use of traditional installation wizards. The framework uses NuGet packages to distribute software and reduce download sizes through delta updates. It manages software releases by organizing updates into distinct HTTP channels to control how different user groups receive new versions. The system handles deployment through user-mode directory installation to avoid administrativ

    Calculates byte-level differences between software releases to create delta update packages that reduce download sizes.

    C++
    Auf GitHub ansehen↗7,968
  • alibaba/andfixAvatar von alibaba

    alibaba/AndFix

    6,998Auf GitHub ansehen↗

    AndFix is a binary patching framework and update system for Android applications. It provides tools for generating binary diffs and applying runtime method replacements to fix bugs without requiring a full application update. The system utilizes a binary diff generator to isolate minimal code changes between package versions. It supports the consolidation of multiple incremental patches into a single update file and employs native hooks to replace specific method implementations in memory during the application initialization phase. The framework covers capabilities for binary patch generati

    Calculates and creates byte-level difference packages between two software releases.

    C++androidhotfix
    Auf GitHub ansehen↗6,998
  • blackboardsh/electrobunAvatar von blackboardsh

    blackboardsh/electrobun

    5,534Auf GitHub ansehen↗

    Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend

    Calculates and applies byte-level differences between software versions to deliver incremental binary updates.

    C++
    Auf GitHub ansehen↗5,534
  • sisong/hdiffpatchAvatar von sisong

    sisong/HDiffPatch

    2,042Auf GitHub ansehen↗

    HDiffPatch is a cross-platform library and command-line utility designed for generating and applying binary differential updates. It enables the creation of compact patch files by calculating the differences between binary files or entire directory structures, facilitating efficient data synchronization and software distribution. The project distinguishes itself through a low-memory patching engine specifically engineered for hardware with restricted resources. By utilizing streaming buffer techniques and suffix-sorting algorithms, it maintains a constant memory footprint during operations, m

    Generates compact binary patch files by calculating differences between binary files or directory structures.

    C++androidbinarybsdiff
    Auf GitHub ansehen↗2,042
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Management
  4. Installation and Package Management
  5. Binary and Source Installation
  6. Remote Binary Updaters
  7. Binary Delta Generators