There’s now a new #elm binary for macOS ARM (Apple Silicon) available, with a segfault issue fixed!
https://discourse.elm-lang.org/t/new-macos-arm-binary-available-no-more-segfaults/9362
New macOS ARM binary available! No more segfaults
Those of you who use the @lydell/elm npm package or install Elm via the elm-tooling CLI might have noticed Elm erroring with a segfault recently when installing Elm packages. This only happened on macOS ARM (Apple Silicon) when using the unofficial macOS ARM binary compiled by @supermario (which is what @lydell/elm and elm-tooling ships). (Those who used the official x86 macOS binary via Rosetta were not affected.) This turned out to be because of the Elm compiler using an old version of GHC (t...

