No description
Find a file
2025-12-20 23:58:14 +00:00
.github/workflows fix(workflows/update-casks): take two on trying to prevent non-JSON output from brew livecheck 2025-11-09 01:06:31 +00:00
Casks feat(cask): update emacs-app-nightly to version 2025-12-20.bc30310.master 2025-12-20 23:58:14 +00:00
templates fix(conflicts_with): remove deprecated :formula key 2025-08-27 22:43:43 +01:00
README.md docs(readme): update readme 2025-09-09 02:18:24 +01:00

Homebrew Tap: emacs-builds

Build status GitHub issues GitHub pull requests

Homebrew tap for binary builds of Emacs provided by jimeh/emacs-builds.

Install Tap

brew tap jimeh/emacs-builds

Casks

The following Homebrew Casks are provided by this Homebrew Tap:

  • emacs-app — Latest official release of Emacs:
    brew install jimeh/emacs-builds/emacs-app
    
  • emacs-app-pretest — Latest pretest build of Emacs based on pretest git tags:
    brew install jimeh/emacs-builds/emacs-app-pretest
    
  • emacs-app-monthly — Build of master branch updated 1st of each month:
    brew install jimeh/emacs-builds/emacs-app-monthly
    
  • emacs-app-nightly — Latest nightly build of Emacs' master branch:
    brew install jimeh/emacs-builds/emacs-app-nightly
    
  • emacs-app-good — Latest "known good" nightly build of Emacs, as tracked by jimeh/emacs-builds#7:
    brew install jimeh/emacs-builds/emacs-app-good
    

Deprecated

The following Casks are deprecated, and no longer updated:

  • emacs-app-nightly-28 — Nightly builds of Emacs' emacs-28 branch.
  • emacs-app-nightly-29 — Nightly builds of Emacs' emacs-29 branch.

Apple Silicon

As of 2024-11-30, all builds include both Apple Silicon (arm64) and Intel (x86_64) artifacts.