Hacker News new | ask | show | jobs
by Tajnymag 282 days ago
It should as it isn't running Windows app through wine but via a dedicated VM (managed by a docker container). Anything that can be ran in a qemu vm, should work fine.
2 comments

I wonder what is the license of the windows in the dedicated vm?
Seems to be an evaluation license... that said, you can run recent versions of windows unregistered for pretty much as long as you want... they disable some UI enhancements, like changing the desktop, but it tends to function.

Not sure on older versions... MS used to generate new evaluation ISOs every few months with a hard fuse in them... Can't speak for recently since it's been years since I've needed to test for old IE versions. If you choose to customise, I'd suggest going with one of the "lite" modified versions of Windows 10... since this will reduce the default surface a lot without the bridge to some of what Win11 added while jumping the shark.

Forcing people to use a Windows License defeats FOSS projects.
Fairly sure it requires you to have your own copy of Windows; it doesn’t provide one for you. Otherwise it would be a massive licensing violation / piracy. If you look at similar projects like WinApps, that’s how they work.
the requirement to have a windows license would be pretty important and should be mentioned on their GitHub page
What is the difference between me using VirtualBox in Linux for a guest Windows 11, and this dedicated VM?