sxyazi/winget-pkgs — explained in plain English
Analysis updated 2026-07-14 · repo last pushed 2026-05-06
Submit a manifest so your desktop app can be installed via a single Windows command.
Add a favorite missing tool to the catalog so others can install it easily.
Look up where the package manager finds installers and what versions are current.
| sxyazi/winget-pkgs | 0marildo/imago | abdurrafey237/rag-chatbot | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | — | Python | Jupyter Notebook |
| Last pushed | 2026-05-06 | — | — |
| Maintenance | Maintained | — | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Contributing requires signing a Contributor License Agreement (CLA) before pull requests are accepted.
This repository is the community catalog behind the Windows Package Manager, a tool that lets people install software on Windows from the command line. Instead of hunting down download links and running installers by hand, a user can type a simple command and have an app installed automatically. The repository holds the "manifest" files that tell the package manager where to find each app, what version is current, and how to install it. At a high level, a manifest is essentially a structured description of an application. It points to the installer file, specifies the version number, and includes metadata like the publisher and app name. When someone runs an install command, the package manager checks these manifests to locate and retrieve the correct installer. The repository is community-driven, meaning anyone can submit a manifest for an app they want to see included, as long as it meets the project's guidelines. The people who would use and contribute to this repository are developers, IT professionals, or enthusiastic users who want to make software easier to install on Windows. For example, if you build a desktop app and want users to install it via a single command, you would submit a manifest here. Similarly, if a user notices their favorite tool is missing, they can create and submit a manifest for it so others benefit too. The README notes that only certain installer types are supported, including MSIX, MSI, APPX, EXE, and various font file formats. Script-based installers are not allowed, which keeps installations more predictable and secure. The project also requires contributors to agree to a Contributor License Agreement, standard practice for Microsoft open-source projects, ensuring Microsoft has the rights to use submitted contributions.
A community-driven catalog of app installation files for the Windows Package Manager, letting users install Windows software from the command line. Anyone can submit manifests to add new apps.
Maintained — commit in last 6 months (last push 2026-05-06).
Open-source under MIT license, but contributors must sign a Contributor License Agreement giving Microsoft rights to use submitted contributions.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.