Elixir

Getting Started

Elixir is easy to install across platforms. Choose your preferred option above to install using Homebrew, Linux, Windows, or via Elixir Archive (EXS).

All installers include Elixir v1.15

macOS

Using Homebrew (macOS)

                        brew install elixir
                    

Brew will install the latest Elixir release to /usr/local/Cellar/elixir on Intel chips.
M1 and arm64 architecture is fully supported.

Ensure you're using macOS 11 or later and Homebrew is installed

The installation will automatically set up Erlang and Elixir in your PATH. Verify with elixir -v
Elixir binary distributions for macOS are built using ASDF plugin
mix new blog

Create your first app now

✅ Elixir 1.15 is now installed

Linux

Debian, Ubuntu, and derivatives support apt

$sudo apt update apt update
$sudo apt install erlang elixir

Linux users on RPM-based systems may install Elixir via EPEL or Elixir's binary repo


        sudo apt install -y erlang-26 elixir
                

Other Installation Methods

Install Options

Option 1

1.653% of builds fail on CI

Windows Installers

Install from source

Use the source code to build from the source git.