20

I wonder why there isn't any equivalent of Wine for running Mac software on Ubuntu. Thoughts?

Jorge Castro
  • 71,754
Jorge Pinho
  • 1,228

3 Answers3

31

The best we got was an attempt in 2007-ish called mac on linux as a virtualization tool to run Mac OS.

If there was ever a need to built a wine version for Mac (would that be called mine?) it probably would have been created by someone already. I doubt someone could not make it but I guess that

  • there is not enough software that is Mac-only to make it worth while.
  • too few Linux users care for Mac software.

Basically there seems no need for it.

1 more issue: you are not allowed to run Mac OS software legally on non Apple hardware. Someone who creates it will get sued in an instant and no one will be able to ship it with their OS.

Edit: http://opensource.apple.com/ provides the iOS and Mac OS kernels, which are licensed under free software licenses (it is legal to run on your non-Apple, since otherwise it would be non-free). Basically it is illegal to run the Mac OS itself on non-Apple hardware, but legal to run software based on Mac OS on non-Apple hardware.

Rinzwind
  • 299,756
  • In contrast, there are lots of Windows-only or Windows and Mac software, and most Linux users want to use Windows software. – ThePiercingPrince Jun 20 '12 at 07:46
  • In some fields (e.g. graphics, advertising, authors) domain experts insist that the single best tool are (only) available on Mac. So while it's probably true that most techie types (who would go ahead and build an emulator) won't care for Mac software in the same way they do for Windows (let's face it: it's mostly about the games!), there is a need. – Raphael Jan 19 '17 at 07:20
  • "there is not enough software that is Mac-only to make it worth while", there may not be many, but some of those few are highly desirable,. Example: Sequel Pro. – Majid Fouladpour Apr 13 '18 at 04:34
11

Now, there's 'Darling':

In it's early stages, but it works.

blade19899
  • 26,704
Bob
  • 111
0

There is a translation layer of OS X in linux:

https://www.darlinghq.org/

Unfortunately it can only run terminal programs at the moment and maybe GUI will be in the future.

Mike
  • 51