wojtekmach
New community-maintained OTP builds for macOS
Hey everyone, I’m happy to announce GitHub - erlef/otp_builds: Community-maintained pre-compiled Erlang/OTP for macOS · GitHub.
Example:
$ url=https://github.com/erlef/otp_builds/releases/download/OTP-27.1.2/otp-aarch64-apple-darwin.tar.gz
$ dir=/tmp/otp
$ mkdir $dir ; tar xzf <(curl -fL $url) -C $dir
$ $dir/bin/erl
Erlang/OTP 27 [erts-15.1.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
Eshell V15.1.2 (press Ctrl+G to abort, type help(). for help)
1>
The goal of the builds is to be as self-contained as possible, i.e. you don’t need to install homebrew, openssl, wxwidgets, etc, it should just work out of the box.
We even have builds for Erlang/OTP master: https://github.com/erlef/otp_builds/releases/download/master-latest/otp-aarch64-apple-darwin.tar.gz.
See GitHub - erlef/otp_builds: Community-maintained pre-compiled Erlang/OTP for macOS · GitHub for more information.
Happy downloading!
Most Liked
wojtekmach
No particular recommendation, I personally like to put stuff like that into ~/opt/thing that mirrors /opt/thing.
Btw and it is not publicized yet but there’s a new Elixir installation method using these precompiled macOS, check out Installing Elixir - The Elixir programming language. The directory it installs them to is ~/.elixir-install/installs.
wojtekmach
Yes, I plan to move Bob Ubuntu builds to that repository eventually.
zacky1972
Hi,
I created erl_install.sh to install community-maintained OTP builds for macOS with verification:
Popular in Discussions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








