Docs

Browse, bundle, install - the short guide.

Wingetly is a fast, independent index of every package in microsoft/winget-pkgs. Search, build install commands, share packs.

What is winget?

Windows Package Manager (winget) ships with Windows 10/11 and installs apps from the public community repository. Wingetly mirrors that repository so you can browse and search it from the web.

Every package page gives you a one-line install command plus a silent variant suitable for scripted deployments.

Install a single app

On any package page, copy the command and paste it into Command Prompt, PowerShell, or Windows Terminal:

$ winget install --id Mozilla.Firefox --exact

Add --silent for unattended installs and --accept-package-agreements --accept-source-agreements when scripting.

Install packs

Packs let you bundle multiple apps into one install command. Click Add to pack on any app, then open Packs to:

  • Copy a one-line winget command (pipe-separated installs).
  • Download a silent .ps1 deploy script.
  • Share a link that pre-loads the same pack for someone else.

Packs are stored in your browser. We don't have accounts and we don't store packs server-side.

How fresh is the catalog?

An indexer runs against microsoft/winget-pkgs roughly every hour on weekdays and every six hours on weekends. Only changed manifests are re-parsed, so updates show up shortly after they're merged upstream.

Something missing or wrong?

Wingetly is a mirror - package contents, names, and versions come from the upstream manifests. If a package is missing or has incorrect data, it usually means the manifest needs updating in microsoft/winget-pkgs.