Wingetlywingetly

Compare

Where should you search for winget packages?

Five ways to find a Windows Package Manager app, side by side: Wingetly, winstall.app, winget.run, winget-search, and the winget CLI itself. All of them read the same public repository, microsoft/winget-pkgs. They differ in freshness, filters, and what they show you once you have found the app.

Yes, we run Wingetly. Every cell below comes from each site's own pages or documentation as reviewed on 28 August 2026, and we say where the others are stronger. Tell us if a row is out of date.

FeatureWingetly
Pckgr Pty Ltd
winstall.app
Splashtop Inc.
winget.run
Feinwaru Software
winget-search
solrevdev (open source)
winget CLI
Microsoft
Packages indexed14,821 (live)14,300+ (stated on site)4,315 (stated on site)30,000+ (stated in README)Whole repository
Catalog refreshHourly on weekdays, every 6 hours on weekendsEvery 15 minutes on weekdays (third-party report)Not statedDaily (GitHub Actions)Live from the source
Search filters (publisher, tag, installer type, architecture)Yes, plus publisher:, tags:, desc: query prefixesNot documentedNot documentedText search across id, name, description, publisher, tags--id, --name, --tag, --moniker
Per-app page with copy-paste install commandYes, with the exact package idYesYesSingle-page results listwinget show <id>
Silent install flags per appYes, a dedicated silent-install page for every appNot documentedNot documentedNo (listed as future work)Manual: --silent plus agreement flags
Install several apps at onceYes: one-line command, .ps1 download, shareable linkYes: shareable collections and generated scriptsYes: multi-select with batch scriptNowinget import with a JSON file
Known vulnerabilities (CVEs) per appYes: NVD-mapped, refreshed every 6 hoursNot documentedNot documentedNot documentedNo
New and updated packages feedYes: weekly changelog with archiveNot documentedYes: recently updated listNoNo
Browse by publisher, tag, installer typeYesNot documentedNot documentedNoNo
Community contributor leaderboardYesNot documentedNot documentedNoNo
Machine-readable accessOpenSearch for the address bar, llms.txt; no public REST APINot documented (source on GitHub)Yes: documented REST APIYes: packages.json and llms.txtCLI output, winget export
Open sourceNoYesYes (GitHub)Yes (MIT)Yes (microsoft/winget-cli)
CostFreeFreeFreeFreeFree

"Not documented" means the feature is not mentioned on that site or in its public docs as of 28 August 2026; it is not a claim that the feature is missing. Package counts are each site's own published figure and are counted differently, so treat them as approximate.

Where each one is stronger

Wingetly

The only site in this comparison that pairs the catalog with known CVEs, a silent-install page per app, and a pack builder that outputs a one-line command or a .ps1. Built for admins deploying through Intune, Configuration Manager, or PowerShell.

winstall.app

Reported to refresh fastest (every 15 minutes on weekdays), fully open source, and backed by Splashtop. A good pick if you want a polished collection builder and do not need security or silent-install data.

winget.run

The longest-running of the web front-ends and the only one with a documented public REST API. Its stated package count is well below the others, so check that the app you need is there.

winget-search

A single static page, MIT-licensed, with instant client-side search and a published packages.json plus llms.txt. Ideal if you want something you can self-host or query from a script.

winget CLI

Always authoritative and always current, because it reads Microsoft's own source index. Discovery is weak (substring matching, no browsing), which is the gap every site above exists to fill.

Which one should you use?

If you just need a package id for a one-off install, any of these will get you there in seconds. Pick the interface you like.

If you manage Windows devices for a living, the question is what happens after the search. Wingetly is the only site here that tells you whether the app you are about to deploy ships with a known CVE, gives you the exact silent-install flags for it, and turns a list of apps into a pack you can hand to a fleet as one command or a .ps1. That is the job it was built for, by a team that packages apps for Intune all day.

If you want an API, use winget.run. If you want to self-host or script against a static JSON index, use winget-search. If you want the fastest possible refresh and an open-source codebase, winstall.app is a strong choice.

Frequently asked questions

What is the best website to search winget packages?
For finding a package id, any of Wingetly, winstall.app, winget.run or winget-search will do the job. If you deploy apps with Intune, Configuration Manager or PowerShell, Wingetly is the only one of the four that also shows known CVEs, a silent-install page for every app, and a pack builder that outputs a one-line command or a .ps1. If you want a public REST API, winget.run documents one; if you want an open-source static index you can self-host, winget-search is MIT-licensed.
Is there an official winget website from Microsoft?
No. Microsoft publishes the winget CLI and the microsoft/winget-pkgs repository on GitHub, but does not run a web search for it. Wingetly, winstall.app, winget.run and winget-search are all independent, community-run front-ends to that same repository.
Why do the package counts differ between winget search sites?
Each site counts differently. Wingetly counts active packages with a current manifest (14,821 at the last sync). Some sites count every manifest ever published, including removed packages and old versions, and some lag the upstream repository by days. The underlying source is the same for all of them.
Does any winget search site show security vulnerabilities?
Wingetly maps winget packages to NVD CPE identities and lists known CVEs on its Security pages and on each affected app's page, refreshed every six hours. Coverage is best-effort and limited to packages with a confirmed CPE match. None of the other sites compared here document CVE data.
Do I need to install anything to use these sites?
No. They are ordinary websites. To actually install an app you paste the generated command into Windows Terminal or PowerShell; winget itself ships with Windows 10 (1809 and later) and Windows 11.