this post was submitted on 02 Sep 2025
66 points (93.4% liked)

Linux

9406 readers
270 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
all 21 comments
sorted by: hot top controversial new old
[–] aislopmukbang@sh.itjust.works 26 points 2 weeks ago (2 children)

it runs a real copy of Windows using Docker and KVM under the hood

🫀

[–] boredsquirrel@slrpnk.net 13 points 2 weeks ago (1 children)
[–] towerful@programming.dev 10 points 2 weeks ago

Containerise your Virtual Machines!
Or... Virtual Machinerise your Containers?

[–] maxwells_daemon@lemmy.world 5 points 2 weeks ago

Yeah, if I wanted a VM, I'd be running a VM...

[–] tyler@programming.dev 6 points 2 weeks ago (1 children)

If this is just winapps with a different coat of paint then it’s still not gonna work for me. I haven’t managed to get several apps requiring a gpu running through WinApps properly.

  • Meshmixer
  • RealityCapture/RealityScan

And posting about them in the forums and discord has gotten me no help.

[–] Jode@midwest.social 5 points 2 weeks ago (1 children)

So I assume solidworks ain't gonna work on this.

[–] TurkeyDurkey@piefed.world 2 points 1 week ago

If anyone gets updates on Solidworks on Linux, get back to us. One of my managers is so upset about having to use Windows.

[–] unskilled5117@feddit.org 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Has anyone tried this on bazzite? Mind sharing if it works? Are there any steps necessary to make it work?

[–] Neptr@lemmy.blahaj.zone 6 points 2 weeks ago

It requires rootful Docker, KVM, and AppImage (FUSE2). As long as those requirements are met, it should work. Should be as simple as using ujust or rpm-ostree to install the necessary packages.

[–] Ulrich@feddit.org 1 points 1 week ago

Looks like Parallels for MacOS? I'll have to give it a go.

[–] x00z@lemmy.world 1 points 1 week ago

I guess this looks like WSL on Windows, except the other way around?

[–] clot27@lemmy.zip 0 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

How about just using virtualbox.. Or maybe wine and stuff

[–] F04118F@feddit.nl 3 points 2 weeks ago (2 children)

Virtualbox is VMs. This is containers.

Containers are better, especially for a desktop: they are smaller, faster in every sense, and don't permanently hog a fixed part of the resources, instead scaling dynamically, just like any other process on the host.

[–] boredsquirrel@slrpnk.net 17 points 2 weeks ago (1 children)

A VM in a container actually

[–] Ulrich@feddit.org 1 points 1 week ago (1 children)

What will they thing of next? A container in a VM?

[–] boredsquirrel@slrpnk.net 2 points 1 week ago

Actually that is how ChromeOS does the Linux environment. They run a container image in a small performant VM and passthrough the windows with some fancy Wayland tool.

[–] Jenseitsjens@lemmy.world 4 points 2 weeks ago (1 children)

Nowadays you can also assign a dynamic amount of memory. I've only ever used this with Linux VMs on Proxmox though, but I'm pretty sure it works with Windows as well

[–] Jakeroxs@sh.itjust.works 2 points 2 weeks ago (1 children)

You're probably thinking of LXCs, which are containers not virtual machines

[–] Jenseitsjens@lemmy.world 8 points 2 weeks ago

No I'm talking about VMs. It's the baloon kernel driver which also works on Windows (though needs separate installation). It doesn't work quite like containers though. The hypervisor dynamically adds/removes memory to the VM depending on total memory usage of the hypervisor.

See https://pve02.northcode.ch:8006/pve-docs/chapter-qm.html#qm_memory

[–] 11111one11111@lemmy.world -3 points 2 weeks ago