Best Package Managers for GitHub

Find and compare the best Package Managers for GitHub in 2025

Use the comparison tool below to compare the top Package Managers for GitHub on the market. You can filter results by user reviews, pricing, features, platform, region, support options, integrations, and more.

  • 1
    npm Reviews

    npm

    npm

    $7 per month
    At npm, Inc., we are the driving force behind the Node package manager, the npm Registry, and the npm CLI, which we provide to the community at no cost. While our primary objective is to support developers by creating and marketing valuable tools, users can start for free or upgrade to npm Pro for an enhanced JavaScript development experience that includes features such as private packages. We aim to bring the best of open-source solutions to individuals, teams, and organizations, and our services are trusted by over 11 million developers globally, underscoring our commitment to making JavaScript development both elegant and secure. The npm Registry has emerged as a pivotal hub for JavaScript code sharing, boasting over one million packages, thus becoming the largest software registry available. Our additional tools and services elevate the use of the Registry and enhance your development efforts. At npm, Inc., we take pride in having dedicated teams of full-time professionals focused on maintaining the npm Registry, refining the CLI, bolstering JavaScript security, and pursuing various innovative projects to further support our user community. This commitment ensures that we continually meet the evolving needs of developers around the world.
  • 2
    Snapcraft Reviews
    This repository contains the code for snapd, which is the background service responsible for managing and maintaining the installed snap packages. Snaps are versatile application packages designed for desktop, cloud, and IoT environments, featuring automatic updates. They are user-friendly, secure, compatible across different platforms, and do not require additional dependencies, making them popular on millions of Linux systems daily. In addition to various service and management capabilities, snapd offers the snap command for installing and removing snaps while facilitating interaction with the broader snap ecosystem. It also enforces confinement policies that keep snaps isolated from the base system and from each other, and it manages the interfaces that allow snaps to utilize specific system resources beyond their confinement. For those interested in installing applications like Spotify or Visual Studio Code, the Snap Store is a great place to explore. Furthermore, if you're keen on creating your own snaps, we recommend starting with our comprehensive documentation on how to build a snap. This documentation will guide you through the essential steps for developing and packaging your apps effectively.
  • 3
    Scoop Reviews
    Scoop allows you to effortlessly install your favorite programs directly from the command line with minimal hassle. For terminal applications, it generates shims—essentially shortcuts for command-line use—stored in the ~\scoop\shims directory, which is included in your PATH. In contrast, when it comes to graphical applications, Scoop places shortcuts in a specific Start menu folder named 'Scoop Apps'. This organized approach ensures that packages are uninstalled cleanly, providing clarity on which tools are available in your PATH and Start menu. Moreover, this system helps maintain a tidy environment, making it easier for users to manage their applications effectively.
  • 4
    Rudix Reviews
    Rudix serves as a build system specifically designed for macOS, previously known as Mac OS X, while offering limited compatibility with OpenBSD, FreeBSD, NetBSD, and Linux. This build system, often referred to as "ports," supplies detailed guidance for compiling third-party software directly from the source code. Beyond merely functioning as a ports framework, Rudix includes a variety of packages and precompiled software packaged neatly in *.pkg files for straightforward installation on your Mac. Those interested in contributing to the project can find it on GitHub at rudix-mac or its mirrored version on GitLab at rudix. Users are encouraged to utilize the GitHub issue tracker for reporting bugs or suggesting new features. Alternatives to Rudix include similar projects like Fink, MacPorts, pkgsrc, and Homebrew, which also aim to simplify software installation on macOS. Packages are meticulously compiled and verified on macOS Big Sur (Version 11, Intel only!), Catalina (Version 10.15), and OS X El Capitan (Version 10.11). Each package is designed to be self-sufficient, containing all necessary components to function properly, with binaries, libraries, and documentation installed in the /usr/local/ directory. Furthermore, Rudix aims to enhance the user experience by providing a cohesive platform for software development and installation on macOS.
  • 5
    PackageManagement (OneGet) Reviews

    PackageManagement (OneGet)

    PackageManagement (OneGet)

    Free
    This module is not undergoing any active development at the moment. We have ceased the acceptance of pull requests for this repository. OneGet has reached a stable condition and will only be provided with critical bug fixes from Microsoft going forward. Should you have any inquiries or encounter any unforeseen issues with this module, we encourage you to create an issue in the repository. Currently, PackageManagement is compatible with Windows, Linux, and MacOS. Additionally, we regularly release binary updates to PowerShellCore, ensuring that PackageManagement is included in the PowerShell Core distributions. It is important to stay updated on these developments for optimal functionality.
  • 6
    AppGet Reviews
    AppGet is an open-source package manager moderated by GitHub that emphasizes security, automation, and user-friendliness. All moderation processes are conducted through GitHub, allowing anyone to submit a pull request that is subsequently reviewed and approved by our dedicated team. Users can install, update, and remove any application found in our library, even those not initially installed via AppGet. Both our client code and application library are fully open-source and accessible on GitHub. Our AppGet bots tirelessly operate around the clock to ensure our application library remains current with the latest software versions. Applications listed in AppGet's library are always sourced directly from the original authors, eliminating the hassle of searching the internet for download links. Furthermore, AppGet employs metadata-only manifest files, streamlining the review process for manifests and enhancing overall security. This approach not only simplifies the workflow for users but also fosters a trustworthy environment for software management.
  • 7
    Npackd Reviews
    Npackd, which is pronounced as "unpacked," serves as a GPLv3 licensed application store and package manager designed specifically for Windows users. This platform simplifies the process of discovering and installing software, ensuring that your system remains current while also providing the option to remove applications that are no longer needed. The installation and uninstallation procedures are fully automated, allowing for silent or unattended operations without user intervention. To gain a clearer insight into its functionalities, you can view a brief video that explains how Npackd operates. With its user-friendly interface and automation capabilities, Npackd enhances the overall software management experience on Windows systems.
  • 8
    Fortran Package Manager Reviews
    The Fortran Package Manager (fpm) serves as both a package manager and a build system specifically designed for Fortran. It boasts a wide array of available packages, contributing to a vibrant ecosystem of both general-purpose and high-performance code, enhancing accessibility for users. Aimed at improving the overall experience for Fortran developers, fpm simplifies the process of building Fortran programs or libraries, executing tests, running examples, and managing dependencies for other Fortran projects. Its design draws inspiration from Rust’s Cargo, creating an intuitive user interface. Additionally, fpm has a long-term vision focused on fostering the growth of modern Fortran applications and libraries. One notable feature of fpm is its plugin system, which facilitates the extension of its capabilities. Among these plugins is the fpm-search project, which enables users to query the package registry effortlessly, and because it is built with fpm, installation on any system is straightforward. This synergy not only streamlines the development process but also encourages collaboration among developers within the Fortran community.
  • 9
    Cargo Reviews
    Cargo serves as the package manager for Rust, handling tasks such as downloading dependencies, compiling packages, creating distributable versions, and uploading them to crates.io, which is the Rust community's designated package registry. Contributions to this book can be made through GitHub. To begin using Cargo, you need to install both Cargo and Rust, then create your first crate. Through the command-line interface, you will be able to interact with Cargo easily. A Rust crate can be classified as either a library or an executable, known respectively as a library crate or a binary crate. Generally speaking, the term crate can denote the source code of the project or the compiled output it generates. Additionally, it may also refer to a compressed package obtained from a registry. You can create crates that depend on external libraries available on crates.io, other registries, git repositories, or even local subdirectories. Moreover, there is an option to temporarily change the location of a dependency, providing flexibility in your project management. This versatility makes Cargo an essential tool for Rust developers.
  • 10
    Novus Reviews
    Introducing a remarkably rapid and advanced package manager for Windows, Novus stands out from its competitors through its innovative use of multithreaded downloads that enhance download speeds by up to eight times. In addition to its incredible speed, Novus excels at installing and uninstalling packages simultaneously, ensuring maximum efficiency. Furthermore, every package within Novus is consistently monitored, guaranteeing that they remain up to date and are trusted by the user community. With its cutting-edge approach and commitment to reliability, Novus is set to revolutionize the way users manage software on their Windows systems. This blend of speed and trustworthiness makes Novus a standout choice for anyone looking to streamline their package management experience.
  • 11
    just-install Reviews

    just-install

    just-install

    Free
    just-install is a straightforward package installer designed for the Windows operating system. It allows users to effortlessly install various packages, select a specific architecture for installation, view an extensive list of available packages, and access helpful support, all through easy-to-use command-line instructions. This simplicity makes it an excellent choice for both novice and experienced users alike.
  • Previous
  • You're on page 1
  • Next