How to install Elixir on Linux, Mac, and Windows

Elixir is a dynamic, functional language used for creating applications that are scalable and maintainable. The Erlang virtual machine, which powers Elixir, is known for building distributed, fault-tolerant systems with low latency.

Linux installation

Elixir is supported in different distributions of Linux. Here, we consider the “Ubuntu” distribution of Linux.

Elixir can be installed in Ubuntu using the advanced package tool (or apt).

sudo apt-get install elixir

Windows installation

Elixir can be installed in Windows using the windows installer.

MacOS installation

Elixir can be installed in macOS using the homebrew package manager.

brew install elixir
New on Educative
Learn to Code
Learn any Language as a beginner
Develop a human edge in an AI powered world and learn to code with AI from our beginner friendly catalog
🏆 Leaderboard
Daily Coding Challenge
Solve a new coding challenge every day and climb the leaderboard

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved