/winstall

An intuitive interface for browsing and installing Windows Package Manager apps.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

winstall

Node.js CI

A web app for browsing Windows Package Manager apps, and create a batch-installation command using an intuitive interface.

What's new

  • You can now view apps without having to individually load them.
  • Apps now display icons where possible.
  • You can now share an app directly (https://winstall.app/apps/Microsoft.VisualStudioCode)
  • Search now lets you search by app name, publisher, tags, or description.
    • Bonus! You can add a search prefix to target a specific field. Try it out: add "publisher:" before the search query to search for apps by a specific publisher.
  • The homepage now shows a list of recently updated apps.
  • You can now select different versions of an app to install, and even download the installer for the different versions.
  • You can now sort apps by name or last update time on the all apps page.
  • Navigating between different parts of the app is significantly improved, and is almost instantaneous.

How does it work?

winstall is powered by Windows Package Manager (aka "winget"), Microsoft's new package manager for Windows 10. Windows Package Manager is currently in preview, and it is not available by default in Windows 10.

Installing Windows Package Manager

If you don't already have Windows Package Manager, you can install it by downloading and installing the latest .appxbundle file from here.

Using winstall

To use winstall, you can search for apps on the homepage. Additionally, you can also view all the apps available via Windows Package Manager on this page.

Simply select the apps you want to download and click on the "Generate Script" button at the bottom of the screen. You will then be presented with a command that you can copy and paste into any Windows command-line. Input that into a command line app of your choice, and hit enter to start installing the apps one-by-one using Windows Package Manager. You can also generate a PowerShell script by toggling the "Show Powershell scirpt" option.

Alternatively, you can click on the "Download .bat/.ps1" button which will download a batch file. However, you will likely get a security warning from your browser. In that case, ignore the warning as the batch file is completely secure. Once downloaded, you can double-click the .bat/ file to install the apps using the Windows Package Manager.

How is the data obtained?

winstall is powered by an API that I have built. The API regularly checks Microsoft's official repository for Windows Package Manager apps. This means it always provides the latest data.

The API updates its data every 15 minutes on weekdays, and every 3 hours on weekends. I will be making the API open-source in the near-future.

Popular apps

The list of popular apps are fetched from a .json file with a pre-populated set of data. On the front-end, a random selection of 6 apps from the list is displayed. If you would like to add an app to the list of popular apps, you can do so by adding an app here and creating a pull request. You will also have to provide a logo for that app, which needs to have a transparent image, be 80x80px, and in the .webp format. The logo must be added in this folder.. And because Safari does not like .webp, you need to also add a .png version of the same image under /apps/fallback.