macOS
brew install elixirlocal Homebrew formula metadata
sudo port install elixirMacPorts ports tree · lang/elixir/Portfile · source: api.github.com
brew
Functional metaprogramming aware language built on Erlang VM. Version 1.20.2 via Homebrew; verified 2026-06-26.
install
brew install elixirlocal Homebrew formula metadata
sudo port install elixirMacPorts ports tree · lang/elixir/Portfile · source: api.github.com
sudo apk add elixirAlpine Linux edge package indexes · elixir · source: dl-cdn.alpinelinux.org
sudo apt install elixirDebian stable package indexes · elixir · source: deb.debian.org
sudo dnf install elixirFedora Rawhide package metadata · elixir · source: dl.fedoraproject.org
sudo pacman -S elixirArch Linux sync databases · elixir · source: geo.mirror.pkgbuild.com
sudo zypper install elixiropenSUSE Tumbleweed package metadata · elixir · source: download.opensuse.org
choco install ElixirChocolatey community package catalog · Elixir · source: community.chocolatey.org
scoop install main/elixirScoop official bucket manifest trees · bucket/elixir.json · source: api.github.com
overview
Functional metaprogramming aware language built on Erlang VM
history
Elixir is a functional, metaprogramming-aware language and toolchain built on the Erlang VM. Its package-manager identity is broader than a compiler: a Homebrew install gives developers the elixir and elixirc commands, the IEx shell, and Mix, the build/test/dependency/release tool that anchors normal Elixir project workflows.
Jose Valim created Elixir as a Plataformatec research-and-development project with the goal of making a productive and extensible language for maintainable, reliable software. The official development page emphasizes that Elixir runs on the Erlang VM, using its scalable and fault-tolerant foundation while staying interoperable with the wider Erlang ecosystem.
The pre-1.0 years were strongly shaped by tooling. Elixir v0.6 introduced Mix as a build tool, while v0.13 announced both hex.pm and ElixirConf and framed those as milestones on the road to v1.0. When v1.0 shipped on September 18, 2014, the project reported 8005 commits by 189 contributors and described the release as a stable platform for community growth.
Elixir's later history is a steady expansion of its standard tooling and production story: releases support in v1.9, runtime configuration via config/runtime.exs in v1.11, formatter and developer-experience work, improved compiler diagnostics, language-server work, and, by v1.20 in June 2026, the project described Elixir as a gradually typed language after several years of type-system research and implementation.
Elixir adoption is tied to developers wanting Erlang VM concurrency and fault tolerance with a more approachable, extensible language and modern tooling. The official blog's production case studies document use across real-time communication, platform-as-a-service, embedded systems, streaming, collaboration, and business applications, with examples including Discord, Heroku, FarmBot, Mozilla, PepsiCo, Remote, Veeps, and Cyanview.
The ecosystem also grew through package and community infrastructure. The v0.13 announcement introduced hex.pm as the package manager and announced ElixirConf, while the v1.0 release explicitly pointed to Hex as the expected home for community projects and reminded users that the Erlang ecosystem was available to Elixir developers.
The core command-line workflow is to create and manage projects with Mix, compile and run code with elixir/elixirc, and use IEx for interactive development. A typical project is described by mix.exs, while application configuration commonly lives in config/config.exs for build-time configuration and config/runtime.exs for runtime configuration.
For package-manager users, Elixir is usually installed as a language runtime plus tools, then paired with Erlang/OTP from the same system package set. Developers use Mix to fetch Hex dependencies, run tests, format code, build releases, and launch project-aware shells with iex -S mix.
Elixir is package-nerd-interesting because it packages a high-level language on top of another runtime, so version compatibility among Elixir, Erlang/OTP, Hex packages, Mix projects, and language-server tools matters. A formula or distro package is not just delivering a compiler; it is delivering the entry point to BEAM-based application builds, dependency resolution, releases, and editor tooling.
It also represents the modern language-runtime packaging pattern where the build tool, test tool, interactive shell, documentation conventions, formatter, dependency manager, and release builder are expected to arrive together. That all-in-one toolchain shape is why small version shifts can matter to CI, developer machines, and release artifacts.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
mix.exsconfig/config.exsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
elixir | cli | global executable | |
elixirc | cli | global executable | |
iex | cli | global executable | |
mix | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/elixir-lang/elixir
install metadata
| Package key | brew:elixir |
|---|---|
| Version | 1.20.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/elixir |
| Homepage | https://elixir-lang.org/ |
| Repository | https://github.com/elixir-lang/elixir |
| Upstream docs | https://elixir-lang.org/docs.html |
| License | Apache-2.0 |
| Source archive | https://github.com/elixir-lang/elixir/archive/refs/tags/v1.20.2.tar.gz |
| Last updated | 2026-06-26T05:56:05Z |
| Pulse | updated |
| Dependencies | erlang |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | elixir |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
elixir 1.18.3.dfsg-1
functional meta-programming aware language
sudo apt install elixirelixir 1.14.0.dfsg-2
functional meta-programming aware language
sudo apt install elixirelixir 1.19.5-r1
Elixir is a dynamic, functional language designed for building scalable and maintainable applications
sudo apk add elixirelixir-doc 1.19.5-r1
Elixir is a dynamic, functional language designed for building scalable and maintainable applications (documentation)
sudo apk add elixir-docelixir 1.19.5-4.fc44
A modern approach to programming for the Erlang VM
sudo dnf install elixirelixir-doc 1.19.5-4.fc44
Documentation for the elixir language and tools
sudo dnf install elixir-docelixir 1.20.0-1
A dynamic, functional language for building scalable and maintainable applications
sudo pacman -S elixirelixir 1.20.0-1.1
Functional meta-programming aware language built atop Erlang
sudo zypper install elixirelixir-doc 1.20.0-1.1
Documentation for elixir
sudo zypper install elixir-docelixir
sudo port install elixirElixir
choco install Elixirmain/elixir
scoop install main/elixirsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.