How to install Linux GUI apps on Windows 10

Microsoft brings support to run Linux GUI apps on Windows 10 through WSL, and here's how.

LInux GUI app on Windows 10
LInux GUI app on Windows 10
  • Linux GUI apps are installed using the sudo apt-get install command inside the WSL distro.
  • Once the GUI app is installed, you can launch it from the Start menu or use a command.
  • The feature requires installing WSL2 with the wsl --install command on build 21364 or higher.

On Windows 10, you can now install Linux GUI apps (almost natively) through Windows Subsystem for Linux (WSL), and these instructions will show you how.

Although you could run Linux apps on Windows 10 with WSL for a long time, the system was limited to command-line tools and applications. However, starting with build 21364 and higher releases (with a special update to the WSL integration), Microsoft is finally bringing GUI (graphical user interface) support to run your favorite Linux applications with the mouse and keyboard.

The new feature is to develop and test your applications on Linux without needing a virtual machine, but you can use it for anything. The implementation even includes support for speakers and microphones, so if you install a media app, the peripherals will pass through and appear in the app. GPU accelerated 3D graphics are also supported to run any app that needs to do complex 3D rendering leveraging OpenGL.

When using this feature, there is no need to start an X server manually since WSL automatically starts a “companion system distro,” which includes a Wayland, X server, pulse audio server, and all the required components. Then after you close the app and the WSL session, the system distro will end automatically.

This guide will teach you the steps to download and install graphical Linux applications on Windows 10. You can also watch this video tutorial with the step-by-step to complete this process.

Install Linux GUI apps via WSL on Windows 10

To install a Linux GUI app on Windows 10, use these steps:

  1. Open Start on Windows 10.

  2. Search for Ubuntu (or another distro) and click the top result to open the Linux distro.

  3. Type the following command to update the package distribution and press Enter:

    sudo apt-get update
  4. Type the following command to install a Linux GUI app on Windows 10 and press Enter:

    sudo apt-get install APP-NAME -y

    In the command, replace APP-NAME with the graphical app you want to install. 

    This example installs the gedit text editor app:

    sudo apt-get install gedit -y

    Install Linux GUI apps on Windows 10

  5. Confirm your Linux account password and press Enter (if applicable).

Once you complete the steps, the app will install and register in the Start menu, which means that you can launch the app by running the app’s name in the Windows Subsystem for Linux (WSL) console or from the Start menu.

The above instructions outline the steps to install a simple app from known repositories, but depending on the app, the instructions may differ. The good news is that the installation process is the same as any other Linux application. You can follow the developer steps to install virtually any application, such as VLC, Audacity, web admin, etc.

If you launch the Linux GUI app from the Windows 10 Start menu, you will find the entries in the “Recently added” list, or you can also find them inside the (distro name) folder below the Linux distro entry.

Start menu with Linux GUI apps
Start menu with Linux GUI apps

As you launch the app, the virtual machine will spin, and it will run (in a few seconds) without needing to open the WSL console. You will also notice that the taskbar will show the icon with a Linux logo, indicating that you are not running a Windows 10 application.

The experience of using a graphical Linux app on Windows 10 feels native, but it’s not. The app renders with all the Linux visual styles for the frame, menus, and other elements, and there is even a shadow around the edge, and every window works independently.

Gedit on Windows 10
Gedit on Windows 10

However, it is a remote desktop connection, which Microsoft is leveraging with the RemoteApp feature built into the operating system.

Install or update WSL on Windows 10

The ability to run Linux GUI apps requires the Windows Subsystem for Linux 2 integration, which means you must have the latest feature and distribution version to install and run your applications.

If you have WSL2 already installed, then you will need to update the feature.

Before installing or updating WSL2, the device must have the Windows 10 build 21364 or higher release.

Also, as a prerequisite, you must install the driver to enable a virtual GPU (vGPU) to use hardware-accelerated OpenGL rendering before installing applications. Here are the download links:

Install WSL2 on Windows 10

These instructions will show you how to install WSL2 and the Ubuntu Linux distribution to get started running GUI apps.

To install WSL2 components to run Linux GUI apps, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to install the WSL 2 and press Enter:

    wsl --install

    WSL 2 and Ubuntu install command

Once you complete the steps, the required Linux components will install automatically, and the command will also download the latest version of the Ubuntu Linux distro.

After the installation, you only need to open the distro from the Start menu and continue with the on-screen directions to complete the setup.

You can use these instructions if you want to install a different distro to run apps instead of Ubuntu.

Update WSL2 on Windows 10

If you already have the Windows Subsystem for Linux 2 installed, confirm the system has the latest updates to run GUI apps.

To update WSL2 to download the GUI support for Linux apps, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to update the Windows Subsystem for Linux 2 and press Enter:

    wsl --update

    WSL 2 update command

  4. Type the following command to force restart WSL2 and press Enter:

    wsl --shutdown

After you complete the steps, the latest version of WSL will download automatically. Then you can use the above instructions to install Linux GUI apps.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].