Win-KeX is a graphical desktop environment for Kali Linux running in Windows Subsystem for Linux
When Microsoft updated Windows Subsystem for Linux to version 2, there was a lot for developers to take advantage of.
Among those making good use of the fact that a genuine Linux kernel is now virtualized in WLS 2 is the team behind Kali Linux. They have created a new package called Win-KeX that gives the distro a graphic desktop environment, and it comes alongside the release of Kali Linux 2020.3.
See also:
- Microsoft teases a stunning new Windows 10 Start menu
- How to remove Edge tabs from the Alt-Tab switcher in Windows 10
- Microsoft is finally ditching Internet Explorer and legacy Edge
Writing about the release, the Kali Linux team says: "Having Kali Linux on Windows Subsystem for Linux (WSL) is something we have been taking advantage of since it came out. With the release of WSLv2, the overall functionality and user experience improved dramatically.
The team goes on to say:
Today, the experience is improving once more with the introduction of Win-KeX (Windows + Kali Desktop EXperience). After installing it, typing in
kex
, or clicking on the button, Win-KeX will give you a persistent-session GUI.
It's easy to get started; just grab Kali Linux from the Microsoft Store and then grab the necessary updates with the following commands:
sudo apt update
sudo apt dist-upgrade
You can then use the following command to install Win-KeX:
sudo apt update && sudo apt install -y kali-win-kex
Type kex
to launch the desktop environment.