Show HN: Winpodx – run Windows apps on Linux as native windows
1–10 of 54 posts
Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#2This looks great though. +1 choosing Qt instead of Electron. -1 for Python though. Otherwise, your approach ticks most of my boxes.
One feature I'd like to see though is reverse file associations - basically associate Linux filetypes inside the Windows VM so that any file you open in a Windows app would open the file in Linux, assuming Linux has a file association for it. Say I've installed Directory Opus in the VM and I want to use it as my primary file manager in Linux, and say I double-click on a .xml file, I would like to open it in the Linux app associated with that filetype (which would be Kate in my case).
Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#3Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#4WinApps doesn't use a Docker backend btw, you can use any Windows machine running anywhere - cloud, physical, container etc. All you need is the IP address of the box once it's set up. This looks great though. +1 choosing Qt instead of Electron. -1 for Python though. Otherwise, your approach ticks most of my boxes. One feature I'd like to see though is reverse file associations - basically associate Linux filetypes i…
On Python: fair pushback. Picked it for stdlib coverage (zero runtime deps on 3.11+, one tomli fallback for 3.9/3.10) and iteration speed. Heavy lifting is in the container and FreeRDP so perf hasn't been the bottleneck, but yeah the language choice is a tradeoff.
Reverse file association is interesting, hadn't thought about that direction. The v0.3.0 agent could probably handle it but I'd want to look at the security model first. Marking it TBD. If you open an issue with the use case that'd help me scope it.
Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#5Demo? Video? That's the first thing I want to see.
Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#6Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#7WinApps doesn't use a Docker backend btw, you can use any Windows machine running anywhere - cloud, physical, container etc. All you need is the IP address of the box once it's set up. This looks great though. +1 choosing Qt instead of Electron. -1 for Python though. Otherwise, your approach ticks most of my boxes. One feature I'd like to see though is reverse file associations - basically associate Linux filetypes i…
Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#8Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#9Re: Show HN: Winpodx – run Windows apps on Linux as native windows
#10Every reply by OP sounds like AI.