Similar projects exist for gaming for example Looking Glass, which also uses a Windows VM on KVM (the "Windows in Docker" thing is a bit of a lie, Windows doesn't run in the container, Windows runs on KVM on the host kernel).
UX wise, this is similar to RAIL.
That's not to say that this isn't neat, but it's also not something new (we still have two flavours: API simulation/re-implementation and running the OS [windows]). If this was a new, third flavour, that would be quite the news (in-place ABI translation?).
If you don't want the latter part, you'd be better served with the dockur/windows image + FreeRDP
This project looks like it does that, but I could be wrong.
It's reminiscent of rootless mode in Parallels, just as janky, too.
That's what "rootless" mode does.
I really didn't dig in any deeper than that... didn't match the use case my SO needed, so wound up having to revert back to Windows on her laptop.
I do hope it gets better... maybe with some more app/system integration on the Windows side of things.
Any similar work underway to get macOS apps running on Linux?
1. Apple makes running their software on non-Mac hardware illegal
2. For all the hate Windows gets, virtualizing it to run all over the place is normal and expected by industry at large… the same is only becoming recently true for macOS
3. There is a strong financial interest at Apple to get in the way of this as much as possible
4. Apple is trying to reinvent Docker so people stop using Docker on their Mac’s with their native “Apple Containers” implementation
Due to this… I foresee it taking a while for this to become common for mac apps + Linux
If you want a full macOS VM there's dockur's project: https://github.com/dockur/macos but no seamless mode support yet.
trying it out just now, seems like a great idea !
I am a game dev and avid gamer, so that was the only thing keeping me on Windows, but with stuff like Wine, Bottles, Proton, Lutris, + stuff like this coming out that reason is fading away.
I really hope this is correct. If there were any justice in the world....
But, oh my aching head, the IT industry seems to be fill of people barely holding on, hoping and preying nobody calls their bluff.
To these people, who hold a death grip on middle management, "nobody gets fired for buying microsoft" is a real thing
Quality be dammed, job security rules the roost
Vinegar wraps WINE in a Flatpak.
The vscode flatpak works with podman-remote packaged at a flatpak too; or you can call `host-spawn` or `flatpak-spawn` like there's no container/flatpak boundary there.
Nested rootless containers do work somehow; presumably with nested /etc/subuids for each container?
Distrobox passes a number of flags necessary to run GUI apps in rootless containers with Podman. Unfortunately the $XAUTHORITY path varies with each login on modern systemd distros.
There's also WinApps, which is the same thing but without the docker container, and it supports a remote VM as well: https://github.com/winapps-org/winapps
> Yes. :)
I mean, great. I've never actually tried since going all in on Linux. Figured I'd just abandon the Windows world. This would be useful though.
Does anyone here actually do this, with Winboat or any other tool? Every time I've tried it's been too flaky to be worthwhile, but it's been a good few years.
I'd chuffing love to have Affinity back.
I'm currently using a similar setup for Office. You lose drag and drop, and you will be restarting the RDP client over and over again.
It's a "solution" if you're willing to put up with jank.
I've always been fine with libre office/Google docs since moving to Linux, but I'm not a heavy office user.
Affinity is something I use occasionally enough to be able to put up with a bit of jank.
Appreciate the response, good to know what I'm getting into before diving into something.