Is it possible to run software that works on RavynOS on a desktop environment other than the one that comes with RavynOS? #549
-
Beta Was this translation helpful? Give feedback.
Answered by
mszoek
Feb 9, 2026
Replies: 1 comment
-
|
No, it isn't. The apps need a DE and OS that provides Quartz, Cocoa, Duplicate of #548 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mszoek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it isn't. The apps need a DE and OS that provides Quartz, Cocoa,
System(including Mach, Grand Central Dispatch, launchd, XPC), and other parts of the Apple stack. They won't run on X or wayland without additional layers. Two attempts to emulate those layers on a more typical Unix/Linux tech stack are Gnustep and Darling.Duplicate of #548 ?