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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesPackage Integrity Verifications

Systems that use cryptographic checksums to ensure downloaded packages match their declared versions and have not been tampered with.

Distinct from Data Integrity Checksums: None of the candidates cover software package integrity; they focus on documentation, system managers, or database migrations.

Explore 8 awesome GitHub repositories matching security & cryptography · Package Integrity Verifications. Refine with filters or upvote what's useful.

Awesome Package Integrity Verifications GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • homebrew/legacy-homebrewAvatar de Homebrew

    Homebrew/legacy-homebrew

    26,849Ver en GitHub↗

    This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and

    Validates the authenticity of packages using cryptographic checksums to block corrupted files.

    Ver en GitHub↗26,849
  • homebrew/homebrew-coreAvatar de Homebrew

    Homebrew/homebrew-core

    15,383Ver en GitHub↗

    This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi

    Validates the authenticity of source packages and binaries using checksums to prevent corrupted installations.

    Rubycoreformulaehacktoberfest
    Ver en GitHub↗15,383
  • yarnpkg/berryAvatar de yarnpkg

    yarnpkg/berry

    8,052Ver en GitHub↗

    Berry is a Node.js package manager, dependency resolution engine, and monorepo workspace manager. It provides the tools necessary for resolving, downloading, and managing dependencies to ensure consistent environments across different development machines, while also serving as a publishing tool for uploading versioned package tarballs to registries. The project is distinguished by its implementation of Plug'n'Play, which resolves dependencies without creating a physical node_modules directory by mapping dependencies directly to the file system. This enables a zero-install development workflo

    A system to check package checksums against the lockfile and manage checksum mismatches.

    TypeScriptjavascriptnodejspackage-manager
    Ver en GitHub↗8,052
  • conda/condaAvatar de conda

    conda/conda

    7,444Ver en GitHub↗

    Conda is a binary package manager, cross-platform environment manager, and dependency resolution engine. It serves as a software repository manager that enables the installation and update of pre-compiled binaries and their dependencies across different operating systems. The system creates isolated execution spaces to prevent dependency conflicts between projects and uses a solver to calculate compatible package versions based on constraints from available repositories. It supports the creation of custom software packages from recipes, which can be hosted in public or private channels for di

    Verifies environment health by comparing installed package checksums against expected values.

    Python
    Ver en GitHub↗7,444
  • rainxchzed/github-storeAvatar de rainxchzed

    rainxchzed/Github-Store

    6,852Ver en GitHub↗

    Github-Store is an open source software store and release manager designed to discover, install, and update binaries directly from GitHub repository releases. It functions as a centralized catalog for browsing open source projects that provide pre-compiled binaries compatible with the user's current operating system. The system automates the downloading and installation of platform-specific assets and includes a version tracker to notify users when new releases are available. It utilizes a security layer to validate downloaded assets through checksum-based integrity verification and cryptogra

    Validates downloaded assets through checksum-based integrity verification to ensure binaries have not been tampered with.

    Kotlinandroiddesktopgithub-app
    Ver en GitHub↗6,852
  • neoapplications/neo-storeAvatar de NeoApplications

    NeoApplications/Neo-Store

    4,345Ver en GitHub↗

    Neo-Store is a privacy-focused open-source software manager that provides a centralized interface for discovering, installing, and updating applications with built-in security and privacy verification. It functions as an application privacy monitor, displaying tracker information, anti-features, and security vulnerabilities through dedicated visualization panels to support informed decision-making before installation. The project distinguishes itself through its repository client with mirror rotation, which synchronizes metadata from remote repositories by cycling through multiple mirrors to

    Check the cryptographic signature of downloaded packages to confirm they have not been tampered with.

    Kotlinandroidf-droidfoss
    Ver en GitHub↗4,345
  • ruby/rubygemsAvatar de ruby

    ruby/rubygems

    3,936Ver en GitHub↗

    RubyGems is a package manager for the Ruby language, serving as a tool for packaging, distributing, and installing libraries and software extensions. It functions as a dependency resolver and registry client, managing the installation of required libraries and their recursive dependencies to ensure consistent environments across development and production. The system handles the complete package lifecycle, including the building of distributable archives, the compilation of native C extensions for high-performance system integration, and the publishing of stable or prerelease versions to regi

    Validates cryptographic signatures and checksums during installation to ensure packages have not been tampered with.

    Rubypackage-managerrubyrubygems
    Ver en GitHub↗3,936
  • jspm/jspm-cliAvatar de jspm

    jspm/jspm-cli

    3,872Ver en GitHub↗

    jspm-cli is a Deno-based command-line tool and import map package manager that resolves JavaScript dependencies to URLs for native ES module loading in the browser. It functions as an ESM dependency resolver and frontend build pipeline, mapping bare module specifiers to remote CDN URLs or local paths. The tool acts as an environment-aware module manager, allowing developers to define conditional resolution rules to switch module implementations between development and production contexts. It manages the generation of browser-native import maps, which include cryptographic subresource integrit

    Generates and injects cryptographic subresource integrity hashes to ensure remote modules are not tampered with.

    TypeScript
    Ver en GitHub↗3,872
  1. Home
  2. Security & Cryptography
  3. Package Integrity Verifications