Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run Mac OS applications on Windows? [closed]

I love some Mac OSX developer applications such as Coda. But I run Windows on my desktop, and Mac OS X on my laptop. My question is simple, can I run Mac OS X applications individually on the Windows platform - without having to run a whole virtual Mac OS X machine?

like image 670
Henrik Skogmo Avatar asked Dec 12 '22 15:12

Henrik Skogmo


1 Answers

It is more than possible. OSx86 documents it pretty well, but then you need to dual boot to get into OSX and that is lees than ideal. I don't know what Goz means by flakey, OSX on a PC is identical to Mac, better sometimes (you have proper control of the underlying hardware, and are able to use BIOS to tailor it to your needs)

Natively? Like Wine? Unfortunately no, mainly because 99% of Mac apps aren't built againsy Mach-O only, they are built against Cocoa and all the other higher level code that Apple works very hard to protect. There are even device drivers built into every install of OSX that decrypt encrypted parts of Finder, iWork and various other 1st party Apps incase anyone was ever successful in natively emulating OSX and its frame works (see DontStealMacOSX.kext)

like image 114
Andrew Avatar answered Dec 22 '22 17:12

Andrew