Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. However, you might want to run Flatpak apps on Windows 10/11 for various reasons, including testing, development, or simply using your favorite Linux applications. This guide will show you how to do that.
Before you start, ensure you have the following:
Xming for Windows
https://sourceforge.net/projects/xming/
Actually. You can use other distros. I have bought that works on Ubuntu and Fedora (Microsoft Store
export DISPLAY=:0
If it does not work in the subsequent steps. Use your local ip address instead of 0.
sudo apt update
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Install app
sudo flatpak install flathub io.github.alainm23.planify
Run App
flatpak run io.github.alainm23.planify
If you encounter any issues, consider the following steps: