This is just upstream fork of https://formulae.brew.sh/formula/emacs#default with native compilation turned on.
See upstream Homebrew/homebrew-core#98548 (comment)
Verification of the compilation can be done using doom doctor or M-: -> native-comp-available-p -> it should be t, not nil.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Native_002dCompilation-Functions.html#index-native_002dcomp_002davailable_002dp
- https://emacs.stackexchange.com/questions/71282/is-there-a-way-to-determine-if-emacs-uses-the-byte-compiled-or-the-natively-comp
brew install z-aki/tap/emacs
Or brew tap z-aki/tap and then brew install z-aki/tap/emacs.
Or, in a brew bundle Brewfile:
tap "z-aki/tap"
brew "emacs"brew help, man brew or check Homebrew's documentation.
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash