Developing in Windows 11 is Better Than You Think

The new Windows 11, released a couple of weeks ago, is actually a really great tool for developers. We’ll walk you through it, so you don’t have to blindly take our word for it.

These days, it seems like we can create programs to run on as many platforms as there are flavored seltzer brands. Windows 11 saw this window of opportunity (punny, we know) to make it even easier to develop and test across these various platforms.

Where it Started

In 2015, Windows 10 introduced the Windows Subsystem for Linux (WSL), allowing you to run the Linux command line inside Windows.

Where it's going

Microsoft improved this system over time, and eventually, the compatibility became high enough to support Docker containers running directly into this subsystem. Now you can run Docker in Windows without needing a virtual box or Hyper-V.

Windows 11 also introduces support for graphical apps, so you can install programs inside Linux (which is inside Windows) then run them. For instance, you can run Gimp (on Linux) and edit images, along with other programs like Chrome.

Source: Scott Hanselman’s video

So, what’s the big deal?

The big deal is that now you can do all of these things inside Windows:

  • test a website running on Chrome on Linux
  • test a desktop app on Linux
  • run a project from Terminator (terminal app for Linux)
  • run shell scripts

Basically, you can develop for Windows and Linux without switching machines or using virtual boxes. If you prefer using Linux to develop, you can switch to Linux in a terminal and use all the bash scripts you want.

Cool! How do I install it?

It’s easy like Sunday morning. The command to install is wsl --install. Check out the video for more.

A ‘Lil Something Extra

If you’re a PowerToys user (a set of utilities for customizing Windows 10), you might’ve seen this:

Those of you who are particularly neurotic about maximizing the precious real estate on your screen (guilty) will have more options for how to snap windows. The options will be built in for any application, letting you snap windows using a few different templates—so you can organize things just how you like them.


Watch Scott Hanselman talk about Windows 11 and demonstrate its features

No one works with an agency just because they have a clever blog. To work with my colleagues, who spend their days developing software that turns your MVP into an IPO, rather than writing blog posts, click here (Then you can spend your time reading our content from your yacht / pied-a-terre). If you can’t afford to build an app, you can always learn how to succeed in tech by reading other essays.