Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Everything You Need To Build A WSL GUI Tool Today

The Windows Subsystem for Linux allows developers to run a GNU/Linux environment including command-line tools, most of the utilities, and applications directly on their Windows computers. It has become extremely popular and an IDE Software like RAD Studio Delphi is able to create Linux applications which run directly on both WSL and full Linux computers.

In the recent WSL2 updates, we can see there is a huge increase in file system performance and full system call compatibility for a better experience. You can find how to install WSL on Windows in this official documentation.

How can I manage WSL (Windows Subsystem for Linux) with a graphical application?

WSL GUI Tool – is an open-source tool built with Object Pascal, Delphi, that manages installed Linux distributions easily with a user interface.

The WSL GUI Tool allows you to manage WSL features with GUI & offers these functions:

Moreover, you can explore the source code and learn about how to do these all stuff with Delphi which is great!

Where can I download the WSL GUI tool?

If you would like to just try out the portable executable select the Release section in GitHub and download it.

Where can I learn more about using RAD Studio Delphi with Window’s WSL and Linux?

The best place is the Windows 10 Modernize Webinar Series. You can learn how to target Windows 10’s Windows Subsystem for Linux with RAD Studio Delphi in this great video from Jim McKeeth:

Where can I download the Delphi Object Pascal source code for the WSL GUI Tool?

You can go to the following link for the official WSL GUI tool here: https://github.com/emeric-martineau/wsl-gui-tool

Learn more about application development in this article about Windows Linux Subsystem.


Why not download a free trial of RAD Studio today and try the code out for yourself?

Exit mobile version