this post was submitted on 18 Feb 2026
380 points (90.9% liked)

memes

20203 readers
1207 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sp3ctr4l@lemmy.dbzer0.com 2 points 4 days ago* (last edited 4 days ago) (1 children)

No, you basically cannot use Proton on Mac to anywhere near the degree it currently supports games on Linux.

Long story short, they differ a lot.

Think of like... a bear, dog, and cat all have a single common ancestor if you go back far enough.

... But they are significantly different from each other in a wide variety of ways.


It seems that there are some semi-comparable ways to do more gaming on a Mac.

  1. Dual Boot Asahi Linux, then use Proton from Asahi, running Windows games via Proton on Linux, on Mac hardware.

https://blog.greggant.com/posts/2025/02/07/proton-asahi-linux-mac-gaming-tutorial.html

Seems to technically work, but basically to me it sounds like where Proton on non-Mac baremetal Linux was around 4-5 years ago, ie, theres a lot of work to be done, but, some things work reasonably well.

  1. Port the game to Mac yourself with the Mac game porting toolkit.

https://developer.apple.com/games/game-porting-toolkit/

Somewhat hilariously to me, many Mac/Tech media sites have described this as 'Basically Proton for Mac', which uh, no, its not, not even close.

Proton takes Windows hooks and calls and translates them in realtime to execute in realtime on a Linux system. Only non instant thing is building up a shader cache, but I'm pretty sure you do that on Windows too.

This... is porting a game.

Granted, it is impressive that any kind of automated tool/system like this even exists at all, but uh, this is more like a guided recompiling of the entire game binary to something that will run natively on a Mac.

So that is... not any kind of a realtime translation layer.

As best I can tell, results for how well it actually works are roughly:

Most of the time it does produce a valid, working game binary, but performance is often terrible for more graphically complex games.


I guess if any Mac users have more info or corrections to this, I'm all ears.

I know much more about linux and windows than Mac, so I may be missing something or innacurate.

[–] programmer_belch@lemmy.dbzer0.com 2 points 4 days ago (1 children)

Thanks for the information, I didn't know that much about the gaming scene in Mac. With the wine libraries being open source, I thought maybe Mac users would have a chance but the walled garden keeps stretching.

[–] sp3ctr4l@lemmy.dbzer0.com 2 points 4 days ago

I mean, Proton is also open source and... its basically a giant extension/revision of WINE.

So, my guess would be that MacOS (OSX?) is so significantly different than most Linux distros, that you'd pretty much have to develop it to work with Mac libraries, whereas its currently developed and tuned to work with Linux libraries.