Just wondering, are there any projects like WINE, but for Mac software? That is, can we use a program that acts like a compatibility layer to run Mac apps?
|
|
Sadly not. There are various projects that attempt PowerPC emulation, but none that would allow you run your standard Mac OS X application. |
|||||
|
|
GNUstep as an equalivelent API to Cocoa, the NeXTstep based Mac API, but it's not complete, needs recompilation, and then your Mac app looks like it went back in time. |
|||
|
|
|
There was a project attempting to do this for very old Mac Software (68k) called Executor: http://en.wikipedia.org/wiki/Executor_%28software%29 -- it is, of course, defunct. There is no modern equivalent as far as I can tell, and making such a thing would be almost as big a task as Wine itself. |
|||
|
|
|
While the other answers are correct (no, you cannot), there is a way to install OSX on Virtualisation software such as VirtualBox. This is not what you asked for, so be careful, but it may get you the results you need. |
|||
No.There is no way(without emulating/virtualizing Mac OSX itself) to run mac programs, sadly. Unlike Windows, whose libraries have been legally replicated for WINE, there is no such replication for Cocoa, except Gnustep, which is very incomplete. |
|||
|
|
|
Hmm , you cant run OSX apps in Ubuntu. Although both OS are based on Unix , but Mac OS X apps are designed to run on its Mac OS X platform and coding , while Ubuntu is based on Debian , there are relatively no common factors except that they are both based on Unix . |
|||
|
Your best bet now is running Mac OS X in virtualbox and using seamless mode. I have tried seamless mode with Winxp and it works great. I haven't really tried this with Mac OS X but I guess it's never too late! |
|||||
|
|
Recently featured on Slashdot was the Darling project, which aims to provide Darwin / OS X emulation and can already run some Mac OS X applications on Linux. It appears to be developed for academic purposes and is still in its early stages, but it looks promising. It is based on the aforementioned GNUstep. |
|||
|
|