RepoPilot

d12frosted/homebrew-emacs-plus

Emacs Plus formulae for the Homebrew package manager

Mixed

Single-maintainer risk — review before adopting

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Small team — 4 contributors active in recent commits
  • Single-maintainer risk — top contributor 86% of recent commits
  • Last commit 3d ago
  • 4 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: d12frosted/homebrew-emacs-plus

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T11:33:44.429Z · commit 6fee6493231f

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 3d ago
  • 4 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Emacs Plus is a Homebrew tap that provides GNU Emacs formulae and pre-built casks for macOS with curated defaults and optional native compilation support. It packages Emacs 26–31 with sensible '+' features enabled by default (like multi-threaded rendering, dynamic modules, native compilation on newer versions) while leaving controversial options as opt-in, eliminating the need for users to compile Emacs with custom flags. Hub-and-spoke architecture: Library/ contains shared Ruby modules (BuildConfig.rb, EmacsBase.rb, IconApplier.rb, UrlResolver.rb) used by both Formula/ (source build recipes for emacs-plus@26..@31) and Casks/ (pre-built app packages). Aliases/ symlink to default versions.…

Start here

Open these first:

  • Library/EmacsBase.rb — Core base class for all Emacs formulae; defines shared build configuration, options, and lifecycle—every formula inherits…
  • Formula/emacs-plus@31.rb — Reference implementation of the latest Emacs formula; shows how to use EmacsBase, define patches, and configure build…
  • Library/BuildConfig.rb — Centralized build configuration and option flags; controls how Emacs is compiled across all formula versions.
  • Library/IconApplier.rb — Applies custom icons to the Emacs app bundle; critical for cask builds and visual branding.
  • .github/workflows/build.yml — Primary CI/CD workflow that tests, builds, and validates all formula versions on macOS.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and explore locally:

git clone https://github.com/d12frosted/homebrew-emacs-plus.git
cd homebrew-emacs-plus
# To install via Homebrew (after tapping):
brew tap d12frosted/emacs-plus
brew install emacs-plus@31          # source build, ~30 min
brew install --cask emacs-plus-app  # pre-built, ~1 min

Development: uses Ruby (204KB codebase), Makefile orchestration, and Shell scripting for CI.

Daily commands:

Not a runnable app repo in traditional sense. To trigger local builds:

make          # runs Makefile (inspect for exact targets)
brew install ./Formula/emacs-plus@31.rb --build-from-source  # local formula install

CI is automated via GitHub Actions—see .github/workflows/build.yml for the canonical build command sequence (uses brew build with version/options matrix).

Key cautions & unknowns

  • Small team — 4 contributors active in recent commits
  • Single-maintainer risk — top contributor 86% of recent commits
    1. Emacs source dependency: Each formula version pins to a specific Emacs release; upstream Emacs 31+ may have breaking build flags or macOS SDK incompatibilities (especially native compilation with libgccjit). 2.…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/d12frosted/homebrew-emacs-plus?axis=fork)](https://repopilot.app/r/d12frosted/homebrew-emacs-plus)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/d12frosted/homebrew-emacs-plus on X, Slack, or LinkedIn.

Ask AI about d12frosted/homebrew-emacs-plus

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/d12frosted/homebrew-emacs-plus"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>