Hello, anons. I'm trying to run UWP applications on Linux, specifically, the WhatsApp app. What I discovered in a deep search:
>A person that works on Microsoft told me there is a new program called Dev Home, that you can Download on Windows 10. You can find It searching on Google. That person also told me that you can run UWP on Windows 7/8 too using this. How? I don't know, because I don't found anything useful on it.
>There is something called "UnoLinux" (https://ian.bebbs.co.uk/posts/UnoLinux) that can run UWP Windows applications on Linux, but I didn't figured it out how it works. Appears to be some module to use in VScode, but I really don't know how it works because I'm a beginner programmer.
>There is some way to decompile UWP. Some people on leddit said that, but I don't found anything relevant.
WELL, what I'm thinking that is possible to do:
>decompile the UWP package to .NET
>put it on VScode
>add the UnoLinux module
>fork if it's needed to
>compile again
>profit
I need some help from you guys to make It happen.