see https://qiita.com/takaxp/items/e07bb286d80fa9dd8e05 and https://qiita.com/takaxp/items/6a7f9b26eb1b1a8237a0
Note
Version 30.1 has been released. The inline patch (emacs-29.1-inline.patch) is still applicable to Emacs 30.1. Installer packages for Intel-based Mac and Apple Silicon Mac are also available. You may install them in macOS Catalina or later.
- avoid “M-x あ”
- faces for composing text
- non ja locale
- directly change input source
- Emacs HEAD (emacs-head-inline.patch)
- Emacs 30.1 (emacs-29.1-inline.patch)
- Emacs 29.4, 29.3, 29.2, 29.1 (emacs-29.1-inline.patch)
- Emacs 28.2, 28.1 (emacs-28.1-inline.patch)
- Emacs 27.2, 27.1 (emacs-27.1-inline.patch)
- Emacs 26.3, 26.2, 26.1 (emacs-25.2-inline.patch)
- Emacs 25.3, 25.2 (emacs-25.2-inline.patch)
- M-x mac-build-info
- M-x mac-ime-input-source-list
- M-x mac-ime-activate
- M-x mac-ime-deactivate
- M-x mac-ime-toggle
- mac-ime-before-put-text-hook
- mac-ime-after-put-text-hook
Add the following code to your init.el.
(when (and (memq window-system '(ns nil))
(fboundp 'mac-get-current-input-source))
(when (version< "27.0" emacs-version)
;; Required for some cases when auto detection is failed or the locale is "en".
(custom-set-variables
'(mac-default-input-source "com.google.inputmethod.Japanese.base")))
(mac-input-method-mode 1))
Tip
You can find available input sources by M-x mac-ime-input-source-list. The available sources will be listed in the Message buffer.
For your convenience, some build scripts are provided. Before you run the script, please run setup.sh
first.
sh ./build/setup.sh
sh ./build/emacs-30.sh -n
Important
Please provide -n
option to enable NativComp if needed.
Tip
Specifying CC
may resolve your issue when you get an error on missing AppKit.h.
CC=/usr/bin/clang sh ./build/emacs-30.sh
If your environment for building Emacs is under PROXY, you can use emacs-mirror
to get Emacs source codes. Please change the URL of the git repository specified in emacs-head.sh
and emacs-30.sh
if needed.
You can download my pre-built Emacs 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, 30.1
and HEAD with ns-inline patch. Emacs.app
will be installed under /Applications/Emacs-takaxp
in your macOS. The pkg contains GnuTLS
and jansson
. These packages are signed and notarized with my Apple developer ID: H2PH8KNN3H
.
Warning
These packages are built based on the current development source code. So it may be unstable or broken.
Chip | Version | Download | macOS | md5 |
---|---|---|---|---|
Apple | 31.0.50 | ⬇pkg(NC) (30MAR2025) | Sonoma | 22925e45316edc6ea285c3296818c07f |
Intel | 31.0.50 | ⬇pkg(NC) (30MAR2025) | Ventura | 458c557dabaf783aa4fed2393b0c51e8 |
Important
Please read Using NativeComp section if you have any troubles.
Following packages are built without NativeComp option.
Chip | Version | Download | macOS | md5 |
---|---|---|---|---|
Apple | 31.0.50 | ⬇pkg (30MAR2025) | Sonoma | 01626a790c5c8b042dab157239831222 |
Intel | 31.0.50 | ⬇pkg (30MAR2025) | Ventura | 8b607eb79000e8a6f1c1cc81511b6b17 |
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 30.1 | ⬇pkg(NC) (2025-03-04) | Sonoma | 129.1 | df64216ee5de0753f66cddd8be379d4c |
Intel | 30.1 | ⬇pkg(NC) (2025-03-04) | Ventura | 131.8 | a08f6e92b918e4d190a03249dc5058c5 |
Important
Please read Using NativeComp section if you have any troubles.
Following packages are built without NativeComp option.
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 30.1 | ⬇pkg (2025-03-04) | Sonoma | 61.4 | 73ad729391e90cf24e59b3bcc32005bf |
Intel | 30.1 | ⬇pkg (2025-03-04) | Ventura | 61.7 | 8572a3eef3ea7242a5aeb213b1f3b892 |
Note
Not tested in previous versions, but it probably be installed.
Warning
Before installing the pre-built package, please remove previous Emacs.app from the installed directory if you have installed Emacs 29x. If the previously installed Emacs.app is not removed, the installation may fail.
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 29.4 | ⬇pkg (2024-08-13) | Sonoma | 59.3 | 122378bfe6c89eb8e29d292e6d982758 |
Intel | 29.4 | ⬇pkg (2024-08-13) | Ventura | 59.6 | 4871fb28c204254733de5f92fb2b2609 |
Apple | 29.3 | ⬇pkg (2024-03-26) | Sonoma | 59.3 | 00e6c45e8ca4701a2c14c68fcee3ac63 |
Intel | 29.3 | ⬇pkg (2024-03-26) | Ventura | 59.7 | 309c842fa1b4f9be822e2fb20433716b |
Apple | 29.2 | ⬇pkg (2024-01-21) | Sonoma | 59.6 | 45db9d15059eec40a32a6570aae79200 |
Intel | 29.2 | ⬇pkg (2024-01-21) | Sonoma | 59.7 | 8b7bbe04fe87b586bc6848eb588bb005 |
Apple | 29.1 | ⬇pkg (2023-08-05) | Ventura | 59.5 | d90aef769e18390247aa715bef781677 |
Intel | 29.1 | ⬇pkg (2023-08-05) | Ventura | 59.6 | c47cf4e373d97e6ccbbe0775aa007a2c |
Note
Not tested in previous versions, but it probably be installed.
Following packages are built with NativeComp option.
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 29.4 | ⬇pkg(NC) (13AUG2024) | Sonoma | 125.5 | 909bca461aab416c4ed8a3971531685c |
Intel | 29.4 | ⬇pkg(NC) (13AUG2024) | Ventura | 128.1 | ede9e15e84926b4d834dd21029fde595 |
Important
Please read Using NativeComp section if you have any troubles.
Warning
Before installing the pre-built package, please remove previous Emacs.app from the installed directory if you have installed Emacs 29x. If the previously installed Emacs.app is not removed, the installation may fail.
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 28.2 | ⬇pkg (2022-09-13) | Big Sur[*1] | 55.1 | ea4f7556fbbd971af50b1671e1daf586 |
Intel | 28.2 | ⬇pkg (2022-09-13) | Monterey | 55.5 | 8e7ed5945fcdb2c8cad2e663e96c569b |
Apple | 28.1 | ⬇pkg (2022-05-09) | Big Sur[*1] | 55.0 | 29589057e1911dfec50b7a6c8fae890f |
Intel | 28.1 | ⬇pkg (2022-05-09) | Big Sur, Monterey | 55.4 | a2823a3e929bcf90e67b144dd1db220d |
[*1] Not tested in Monterey but it probably be installed.
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 27.2 | ⬇pkg (2022-05-09) | Big Sur[*1] | 51.4 | 52fda7e597430ae86997555317ff11b2 |
Intel | 27.2 | ⬇pkg (2022-05-09) | Big Sur, Monterey | 51.8 | 58f315e392a9fa893d3260eaf7424fe1 |
Intel | 27.1 | ⬇pkg | Catalina | 51.3 | 0c7048d147dea6fcdda638a25b161af8 |
[*1] Not tested in Monterey but it probably be installed.
(previous built)
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Apple | 27.2 | ⬇pkg (old) | Big Sur | 51.2 | 2cc963b00c0d41c038941ebb35e18446 |
Intel | 27.2 | ⬇pkg (old) | [*2] | 51.8 | 74e06cb24c8898a261d5778892355d3a |
[*2] Mojave / Catalina / Big Sur
Chip | Version | Download | macOS | [MB] | md5 |
---|---|---|---|---|---|
Intel | 26.3 | ⬇pkg | Catalina | 52.9 | 1868c787177f515f18f500ce6b898b05 |
Additionally, the following package is “WITHOUT” inline-patch NS build. In this case, Emacs.app
will be installed under /Applications/Emacs-takaxp/pure
.
[*1] Not tested in previous versions, but it probably be installed. [*2] Mojave / Catalina / Big Sur
For Emacs 31.x
, 30.1
, and 29.4
users, you can try to use an Emacs supporting NativeComp
by downloading pkg from the links in above sections. Integrated lisp code are natively compiled so the pkg size is increased compared to that of the normal pkg file.
Currently, installing gcc
by brew is required to compile additional lisp code by the installed Emacs. And adding the following configuration will be needed to your early-init.el
or beginning of init.el
when you face a warning like Warning (comp): libgccjit.so: error: error invoking gcc driver.
(setenv "LIBRARY_PATH"
(string-join
'("/opt/homebrew/opt/gcc/lib/gcc/14"
"/opt/homebrew/opt/libgccjit/lib/gcc/14"
"/opt/homebrew/opt/gcc/lib/gcc/14/gcc/aarch64-apple-darwin24/14")
":"))
Note
14
specified in the above paths may have to be aligned to your environment.- For Intel mac user, please replace
aarch64
withx86_64
. darwin24
may also be changed, check the output of M-xemacs-version
.
Just run the following two commands.
# setup grew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# install gcc
brew install gcc
- libffi.7.dylib (or libffi.8.dylib), libffi is NOT contained in HEAD pkg.
- libgmp.10.dylib
- libgnutls.30.dylib
- libhogweed.6.dylib
- libidn2.0.dylib
- libintl.8.dylib
- libjansson.4.dylib
- libnettle.8.dylib
- libp11-kit.0.dylib
- libtasn1.6.dylib
- libunistring.5.dylib
The system-configuration-features
is:
NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS JSON PDUMPER
Enjoy!