Lowlander wrote: ↑Sat Apr 18, 2026 12:18 pm
MediaMonkey 5 was the complete rewrite for cross-platform compatibility. MediaMonkey 2027 for MAC will be the first cross-platform release.
Doesn't this mean that MM 2027 for MAC,
will also be functional on Windows ánd
Linux ???
EDIT: I asked ChatGPT
Your reasoning is understandable, but there’s a subtle distinction between “cross-platform architecture” and “actually shipping on all platforms.”
1) What “cross-platform rewrite” really means
When the developers of MediaMonkey say version 5 was rewritten for cross-platform compatibility, they mean:
The internal codebase is designed so it can be adapted to multiple operating systems
It reduces Windows-specific dependencies (e.g., UI frameworks, APIs)
It makes future ports (Mac, Linux) feasible, not automatic
This is a software engineering decision, not a release guarantee.
2) Current reality (important context)
As of now:
MediaMonkey 5 / 2024 is Windows-only
There is no native Mac or Linux version yet
Cross-platform support is still described as “preparation” rather than delivery
3) What “MediaMonkey 2027 for Mac” implies
If a Mac version is released, it means:
They successfully ported the app to macOS
The cross-platform groundwork paid off
But it does NOT automatically imply:
A Linux version exists
A unified binary runs everywhere
Or that all platforms are released simultaneously
Each platform still requires:
Testing
UI adjustments
Packaging and distribution
Ongoing maintenance
4) Why Mac ≠ Linux (even in “cross-platform” apps)
Even with a shared core:
macOS uses Cocoa / Swift / Metal APIs
Linux uses GTK / Qt / Wayland/X11
Hardware access, drivers, and packaging differ significantly
So supporting Mac does not automatically translate to Linux support.
5) Practical interpretation
Your statement: “First cross-platform release”
Most likely means: First time the same core application exists on multiple OSes (e.g., Windows + Mac)
It does not mean:
“Write once, runs everywhere instantly”
Bottom line
Cross-platform rewrite = technical capability
Mac release = one realized platform
Windows support = already exists
Linux support = still optional, not guaranteed