Summary
Submit patchloom to the winget package repository (microsoft/winget-pkgs) so Windows users can install via winget install patchloom.
Motivation
winget ships with Windows 11 and Windows 10 (via App Installer update). It is Microsoft's official package manager and is the fastest-growing Windows install channel. AI coding tools (VS Code, Cursor, Windsurf) are heavily used on Windows, and winget is the most natural install method for those users.
Acceptance criteria
Implementation notes
winget manifests live in the microsoft/winget-pkgs community repo. Each version gets a YAML manifest under manifests/p/patchloom/patchloom/<version>/. The manifest points to the installer URL (GitHub Releases .msi or .exe or .zip).
For automation, use wingetcreate in a release workflow:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: patchloom.patchloom
installers-regex: patchloom-.*\\.zip
token: $\{{ secrets.WINGET_TOKEN }}
patchloom currently ships .zip archives for Windows. winget can install from zip if configured correctly, or we may need to add an MSI/MSIX installer via cargo-dist.
Priority
High. Official Microsoft channel with the broadest Windows reach.
Summary
Submit patchloom to the winget package repository (microsoft/winget-pkgs) so Windows users can install via
winget install patchloom.Motivation
winget ships with Windows 11 and Windows 10 (via App Installer update). It is Microsoft's official package manager and is the fastest-growing Windows install channel. AI coding tools (VS Code, Cursor, Windsurf) are heavily used on Windows, and winget is the most natural install method for those users.
Acceptance criteria
winget install patchloominstalls the latest release on Windows x64Implementation notes
winget manifests live in the microsoft/winget-pkgs community repo. Each version gets a YAML manifest under
manifests/p/patchloom/patchloom/<version>/. The manifest points to the installer URL (GitHub Releases.msior.exeor.zip).For automation, use wingetcreate in a release workflow:
patchloom currently ships
.ziparchives for Windows. winget can install from zip if configured correctly, or we may need to add an MSI/MSIX installer via cargo-dist.Priority
High. Official Microsoft channel with the broadest Windows reach.