this post was submitted on 07 Sep 2025
67 points (97.2% liked)
Linux
58988 readers
781 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
WinBoat or WinApps might work for you. They're very similar in function afaik, they both run a windows vm hidden in the background and integrate the windows apps alongside your Linux programs. It's supposed to be fully compatible with all windows program except kernel anti-cheat.
WinBoat is newer and I think offers a nicer interface and a lot easier setup, WinApps is older so may be easier to find support/documentation on. I'd probably recommend starting with WinBoat first.
I haven't tried those but I'm curious, how do you get the image of the app inside the VM ?
Does it get windows' window decoration or your window manager's decoration ?
Is it possible to display this application window to another computer, standalone, not as a whole desktop shared window ?
If it is possible to display such an application over the network, would it be possible to display this application to an android phone ?
thanks
Unfortunately I haven't used it either, so I can't answer your questions on this. I don't have a personal need for any windows apps on my machines, outside of steam games.
are WinBoat and WinApps comparable with WINE?
Wine is a compatibility layer, it works as a translator to let windows programs run on linux. You can think of it like having a translator who allows two people with different languages to talk to each other and work together.
WinBoat is completely different, this is actually running full windows in the background, and then only displaying the apps you want from it. There will be significantly more system resources used, and you won't be able to run windows apps until the windows VM has started in the background, adding a startup delay. However the advantage is that it will support more software than wine does, with fewer issues.
Wine will always be the better option when it works, but for stuff that doesn't work this is a decent option.
Cool!