<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Executor_%28software%29</id>
	<title>Executor (software) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Executor_%28software%29"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Executor_(software)&amp;action=history"/>
	<updated>2026-06-10T00:13:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Executor_(software)&amp;diff=2907964&amp;oldid=prev</id>
		<title>imported&gt;Hawkrives: fix strange grammar</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Executor_(software)&amp;diff=2907964&amp;oldid=prev"/>
		<updated>2025-06-27T01:37:47Z</updated>

		<summary type="html">&lt;p&gt;fix strange grammar&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Program used to emulate Motorola 68000-based Macintosh programs}}&lt;br /&gt;
{{Use mdy dates|date=August 2023}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| screenshot             = Executorbrowser.jpg&lt;br /&gt;
| caption                = Executor&amp;#039;s &amp;quot;browser&amp;quot; Interface&lt;br /&gt;
| developer              = Clifford Matthews&lt;br /&gt;
| released               = 1990&lt;br /&gt;
| latest_release_version = 2.1&lt;br /&gt;
| latest_release_date    =&lt;br /&gt;
| operating_system       = [[Microsoft Windows|Windows]], [[Linux]], [[Mac OS X]] ([[x86]])&lt;br /&gt;
| discontinued           = yes&lt;br /&gt;
| programming language   = [[C (programming language)|C]]&lt;br /&gt;
| genre                  = [[emulator|Emulation]]/[[Compatibility layer]]&lt;br /&gt;
| license                = [[MIT license]]&lt;br /&gt;
| website                =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Executor&amp;#039;&amp;#039;&amp;#039; is a software application that allows [[Motorola 68000]]-based [[classic Mac OS]] programs to be run on various [[x86]]-based [[operating system]]s. Executor was created by ARDI (Abacus Research and Development, Inc.). Executor development was indefinitely postponed in 2005, and it was published as [[open source software]] in 2008.&amp;lt;ref&amp;gt;{{cite web|title=ARDI website|url=http://www.ardi.com/ardi.php|accessdate=February 24, 2009|url-status=dead|archiveurl=https://web.archive.org/web/20090401132132/http://www.ardi.com/ardi.php|archivedate=April 1, 2009}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Executor was originally developed to run Mac programs on the NextStep platform.&amp;lt;ref&amp;gt;Dan Lavin, &amp;quot;Macintosh emulation nears&amp;quot;, Nextworld EXTRA, September 1991&amp;lt;/ref&amp;gt; and other MC680x0-based Unix systems like SunStation.&amp;lt;ref&amp;gt;&amp;quot;Cloning The Mac&amp;quot;, Macworld, January 1992, page 107&amp;lt;/ref&amp;gt; During that time, two other similar products also existed for Unix systems: Liken from Xcelerated Systems Inc, and Equal from Quorum Inc.&amp;lt;ref&amp;gt;&amp;quot;Mac Software Invades Alien Computer&amp;quot;, Macworld, July 1993, page 87&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unlike true Macintosh emulators, Executor requires no startup [[Read-only memory|ROM]] images or other Apple intellectual property.&amp;lt;ref&amp;gt;{{cite web|title=Setting up Executor For Windows|url=http://emaculation.com/doku.php/executor_setup|publisher=E-Maculation |accessdate=August 30, 2010 |date=January 2009}}&amp;lt;/ref&amp;gt; Executor, much like [[Wine (software)|Wine]] for running Windows applications on Unix-like platforms, translates [[Macintosh Toolbox]] API calls and [[QuickDraw]] routines into equivalent Win32 or [[POSIX]] API calls. The MS-DOS version of Executor runs using the [[CWSDPMI]] [[protected mode]] [[DOS extender]].&lt;br /&gt;
&lt;br /&gt;
Executor translates 68k [[Endianness|big-endian]] binary code into x86 little-endian binary code.&amp;lt;ref name=&amp;quot;Emulate Mac OS on your Linux box&amp;quot;&amp;gt;{{cite news|title=Emulate Mac OS on your Linux box|url=https://www.cnn.com/2000/TECH/computing/05/05/emulate.mac.idg/index.html |publisher=[[Cable News Network|CNN.com]]|accessdate=February 24, 2009 | first=Pawel | last=Leszek | date=May 4, 2000}}&amp;lt;/ref&amp;gt; Executor can only run Macintosh programs designed to run on [[Motorola 68000|68000]]-based Macintosh hardware. Executor can mimic either Macintosh [[System 7|System 7.0.0]], or [[System 6|System 6.0.7]] for older applications that are incompatible with System 7.0.0.&lt;br /&gt;
&lt;br /&gt;
Due to the [[graphical user interface|GUI]]-oriented nature of classic Mac OS applications, Executor has its own GUI environment known as Browser. It mimics the classic Mac OS desktop and the [[Finder (software)|Finder]] application without having features such as the trash can or Control Panels.&amp;lt;ref name=&amp;quot;Emulate Mac OS on your Linux box&amp;quot;/&amp;gt; The default Apple menu also does not exist in Browser but is replaced with a rough equivalent; running Mac applications will have Apple menu functions available. Executor does not have support for [[computer network|networking]] of any type, including [[AppleTalk]] support. Executor also lacks the ability to run components (such as extensions or control panels) that are highly integrated with classic Mac OS versions.&amp;lt;ref name=&amp;quot;Emulate Mac OS on your Linux box&amp;quot;/&amp;gt; Due to the differences between the actual MacOS ROM and the emulation provided by Executor, other compatibility issues exist.&amp;lt;ref&amp;gt;{{cite web|title=Open source ROM replacement? in Mini vMac FAQ|url=http://minivmac.sourceforge.net/faq.html|accessdate=August 30, 2010}}&amp;lt;/ref&amp;gt; For example, &amp;#039;&amp;#039;[[Heinz Heise|heise Magazine]]&amp;#039;&amp;#039; reported issues with installation of many programs, and running early versions of [[StarOffice Writer|StarWriter]] and [[Adobe PageMill]]. However, once installed, [[Microsoft Word]], [[Microsoft Excel|Excel]] and [[BBEdit|BBEdit Lite]] are usable.&amp;lt;ref&amp;gt;{{cite web|title=Executor - using Mac applications under Linux (The Executor)|publisher=[[Heinz Heise|heise Magazine]]|url=http://www.heise.de/ix/artikel/The-Executor-505290.html|first=Stefan|last=Kühnel|accessdate=August 30, 2010}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Unofficial Macintosh Emulation Pages reports successfully running Executor with 24MB of RAM on Windows 95.&amp;lt;ref&amp;gt;{{cite web|title=Executor/DOS under Win32|publisher=Unofficial Macintosh Emulation Pages|url=http://www.reocities.com/SiliconValley/Lakes/9359/w95.htm|accessdate=August 30, 2010}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After considering an [[Open-source software|open source]] release of the [[source code]] for some time, Matthews released the source code for the &amp;lt;code&amp;gt;executor&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;syn68k&amp;lt;/code&amp;gt; applications on October 5, 2008, under a very permissive MIT-style license.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://web.archive.org/web/20060315025329/http://www.ardi.com/executor.php ARDI - Executor website]&lt;br /&gt;
*[https://github.com/ctm/executor GitHub - Executor project site]&lt;br /&gt;
*[https://web.archive.org/web/20091026192959/http://geocities.com/SiliconValley/Lakes/9359/w95.htm Unofficial Mac Emulation: Executor/DOS under Win32]&lt;br /&gt;
*[http://emaculation.com/doku.php/executor_setup E-Maculation&amp;#039;s Executor setup guide]&lt;br /&gt;
*[https://github.com/autc04/executor Executor 2000 (actively maintained fork)]&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Executor (Software)}}&lt;br /&gt;
[[Category:Compatibility layers]]&lt;br /&gt;
[[Category:Classic Mac OS]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Hawkrives</name></author>
	</entry>
</feed>