Winget is the app installer Microsoft already built into Windows. winstall is the browser UI on top of it: find apps, pick several at once, and generate an install script you can paste into Terminal. Here's everything you need, in under 5 minutes.
Winget (Windows Package Manager) is Microsoft's official command-line tool for installing, updating, and removing software on Windows. It's shipped inside Windows 11 and modern Windows 10 updates since 2020, so there's a good chance you already have it.
Open Terminal, PowerShell, or Command Prompt and paste this in:
See a version number? You're ready to go. See an error instead? Install or update App Installer from the Microsoft Store, then open a new terminal and try again.
Get App Installer from Microsoft Store ›Find the exact package for any app by name.
Installs it. The -e flag means exact match, so you always get the right package.
Updates every app winget manages, all in one line.
Short answers to the things people usually ask before they try winget.
Yes. Winget is an official Microsoft tool built into Windows. Packages come from sources Microsoft ships by default—mainly the open-source winget Community Repository and the Microsoft Store—so you're not downloading random installers from unknown websites.
Only sometimes. Some apps install machine-wide and need admin rights; others install just for your user account. Winget prompts you for permission automatically when it's needed.
A package ID like VideoLAN.VLC uniquely identifies one app in Publisher.AppName format. On winstall you don't look it up yourself—select apps and Generate Script, or copy the command from any app page.
Yes, on Windows 10 version 1809 and later, as long as App Installer is up to date via the Microsoft Store. It ships by default on Windows 11.
winget uninstall --id Publisher.AppName removes it just as easily as winget install added it.
Winget is powerful, but remembering exact package IDs is painful. winstall runs in your browser: pick the apps you want, then generate one install script that installs them all with Winget. No extra software to install.