awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Package Installers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesPackage Installers

Core utilities for installing software packages from various sources.

Distinguishing note: Focuses on the primary installation mechanism rather than advanced management features.

Explore 2 awesome GitHub repositories matching development tools & productivity · Package Installers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Package Installers

Awesome Package Installers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • Homebrew/brew

    Homebrew/brew

    46,664View on GitHub↗

    Homebrew is a command-line package management tool designed to automate the installation, configuration, and maintenance of software on local development environments. It functions as a cross-platform software distributor, enabling users to install tools from pre-compiled binary archives or source code without requiring administrative privileges. By managing complex dependency trees and versioning, it ensures that software remains consistent and compatible across different system architectures. The project distinguishes itself through a declarative approach to system configuration, allowing u

    Installs software from source or binaries without requiring administrative privileges.

    Rubybrewhomebrewmacos
    46,664View on GitHub↗
  • yarnpkg/yarn

    yarnpkg/yarn

    41,540View on GitHub↗

    Yarn is a command-line package manager for JavaScript projects that automates the installation, versioning, and configuration of external code dependencies. It functions as a deterministic build tool, utilizing a lockfile to calculate a fixed dependency graph that ensures identical package versions across development, testing, and production environments. The project distinguishes itself through a content-addressable storage system that indexes packages by hash to eliminate redundant downloads and enable instant linking. It incorporates a virtual file system mapping that presents a unified vi

    Installs external code using a specialized resolution strategy that creates a faster alternative to traditional folder structures.

    JavaScriptjavascriptnpmpackage-manager
    41,540View on GitHub↗