2 Repos
Frameworks that use manifest-driven architectures to automate software installation and environment management.
Distinct from PowerShell: Distinct from generic PowerShell: focuses on the package management framework layer built on top of PowerShell.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Package Management Frameworks. Refine with filters or upvote what's useful.
The Windows Package Manager is a command line tool for discovering, installing, upgrading, and configuring software packages on Windows operating systems. It functions as a CLI software installer for automating the deployment and update of applications across individual or machine-wide user profiles. The project extends its functionality through a component object model interface for integration into other Windows applications and a set of native cmdlets that allow system administrators to manage software installation via PowerShell scripts. The tool covers a broad range of package lifecycle
Ships native cmdlets that provide a package management framework built on top of PowerShell.
Scoop is a command-line package manager for Windows designed to automate the installation, configuration, and lifecycle management of software. It utilizes a manifest-driven architecture where applications are defined in structured text files, allowing for consistent and repeatable deployments. By leveraging shim-based path management and symlink-based version switching, it enables users to install and toggle between multiple software versions without cluttering the global system environment. The project distinguishes itself through its focus on portability and clean system integration. It su
Implements a PowerShell-based framework for managing portable software installations via JSON manifests.