this post was submitted on 22 Nov 2025
130 points (100.0% liked)

Linux

10244 readers
416 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
 

Bottles, an open-source software tool built on top of Wine that helps users run Windows applications and games on Linux systems by providing a user-friendly GUI, has just released its latest version, 60.0.

The update introduces a native Wayland option directly in the bottle settings, giving users a more predictable experience on modern Linux desktops that have already shifted away from X11.

you are viewing a single comment's thread
view the rest of the comments
[–] Scolding7300@lemmy.world 3 points 3 days ago (1 children)
[–] JustEnoughDucks@feddit.nl 10 points 3 days ago (1 children)

Similar goal, different function.

There aren't install scripts like lutris, which makes it harder, once in a while, to install certain games that might need a modification.

What makes it special is that it puts each program in a "container" (hence the name) that is sandboxed from your system. E.g. if you were trying to run a program infected with malware, it would have a very hard time trying to infect the rest of your system, where with lutris and Heroic, that separation doesn't exist so it would have full access.

It is less targeted at games and more at general programs.

That is about it. The interface is much worse than lutris or heroic, but it is still a useful program.

[–] Scolding7300@lemmy.world 2 points 3 days ago

Container as in docker container? Sounds cool though. Not sure I have a non gaming related use case.

Thanks for explaining