GNU Emacs For Mac OS X Pure builds of Emacs for Mac OS X. Download Emacs Version 26.3 Universal Binary (63.494 MB) Released 2019-09-02 Usually there's a nifty page here with a big download button. But you are using a browser which doesn't support SVG and so you get the boring looking page.
What is this?
Official repository: https://bitbucket.org/mituharu/emacs-mac/overview
This is 'Mac port' addition to GNU Emacs 26. This provides a nativeGUI support for Mac OS X 10.6 - macOS 10.14. Note that Emacs 23 andlater already contain the official GUI support via the NS (Cocoa)port. So if it is good enough for you, then you don't need to trythis.
IMPORTANT NOTE
If you find a bug, then please try to reproduce it with someofficial builds such as X11 or NS (Cocoa). If it turns out to bespecific to the Mac port, then please report it tomituharu+bug-gnu-emacs-mac@math.s.chiba-u.ac.jp. Otherwise (i.e.,it is also reproducible with official ones), report it using M-xreport-emacs-bug USING THE OFFICIAL BUILD as such.
Features
This build has many features, a great number of which are particularly helpful for Mac users. You can see the full list here.
Installation options
Emacs For Mac Osx
Homebrew
If you'd like to install with Homebrew, please
$ brew tap railwaycat/emacsmacport
and then
$ brew install emacs-mac
if you using cask
brew cask install emacs-mac
or brew cask install emacs-mac-spacemacs-icon
To disable this tap, please:
$ brew untap railwaycat/emacsmacport
Pre-built Download
Pre-built for macOS 10.12(Sierra), 10.13(High Sierra) and 10.14(Mojave), pleasedownload based on your macOS version. Due to the limitation of Travis-CI,pre-built for macOS before 10.12 is not supported, please install by homebrew(not brew cask) in case you are using an older version macOS.
Emacs For Mac Os Download
Useful links
Switch meta and option key - https://gist.github.com/3498096
An Emacs.app CLI starter, modified from Aquamacs - https://gist.github.com/4043945
Emacs For Mac Os X
Included Patches Information
Emacs For Macros
No title bar
--with-no-title-bars
Enabled by default when build with this patch. This feature can been controled bymac-use-title-bar
, a boolean with default valuefalse
. Value settings will been used in new frame after Emacs started. (<- yes this is a bug).Natural title bar
--with-natural-title-bar
Disabled by default when build with this patch, more information see this wiki page