Automic VaultAutomic Vault

brew

elixir を Homebrew, apk, apt, dnf, MacPorts, pacman, zypper, chocolatey, scoop でインストール

elixir のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install elixir

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install elixir

MacPorts ports tree · lang/elixir/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add elixir

Alpine Linux edge package indexes · elixir · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install elixir

Debian stable package indexes · elixir · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install elixir

Fedora Rawhide package metadata · elixir · ソース: dl.fedoraproject.org

Arch Linux pacman確認済み · 92%
sudo pacman -S elixir

Arch Linux sync databases · elixir · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install elixir

openSUSE Tumbleweed package metadata · elixir · ソース: download.opensuse.org

概要

パッケージ概要

Functional metaprogramming aware language built on Erlang VM

コマンドとエイリアス

  • elixir
  • elixirc
  • iex
  • mix

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2011: Initial commit existed by January 9, according to the v1.0 release post.
  • 2012: Elixir was created by Jose Valim as a Plataformatec R&D project.
  • 2012: Elixir v0.6 introduced Mix as a build tool.
  • 2014: Elixir v0.13 announced hex.pm and ElixirConf on the road to v1.0.
  • 2014: Elixir v1.0 shipped on September 18 as the stable 1.x platform.
  • 2019: Elixir v1.9 added releases support and improved configuration workflows.
  • 2020: Elixir v1.11 introduced config/runtime.exs for unified runtime configuration.
  • 2024: Elixir v1.18 added language-server listeners, built-in JSON, and type-checking work.
  • 2026: Elixir v1.20 was released and described by the project as making Elixir a gradually typed language.

Related projects

  • Erlang/OTP and the BEAM virtual machine are Elixir's runtime foundation.
  • Mix is Elixir's project, build, dependency, test, and release tool.
  • Hex is the package manager and package registry used by the Elixir ecosystem.
  • IEx, ExUnit, Logger, and EEx are core applications shipped with the language toolchain.
  • ElixirLS, Expert, Lexical, and Next LS are related editor-code-intelligence projects in the Elixir tooling ecosystem.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
mix.exsconfig/config.exs

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
elixircliグローバル実行可能ファイル
elixirccliグローバル実行可能ファイル
iexcliグローバル実行可能ファイル
mixcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.20.2
マネージャ更新日2026-06-26
ローカルデータOK
上流最新
検出された最新v1.20.2

https://github.com/elixir-lang/elixir

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:elixir
バージョン1.20.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/elixir
ホームページhttps://elixir-lang.org/
リポジトリhttps://github.com/elixir-lang/elixir
上流ドキュメントhttps://elixir-lang.org/docs.html
ライセンスApache-2.0
ソースアーカイブhttps://github.com/elixir-lang/elixir/archive/refs/tags/v1.20.2.tar.gz
最終更新2026-06-26T05:56:05Z
Pulseupdated
依存関係erlang
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameelixir
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

elixir 1.18.3.dfsg-1

functional meta-programming aware language

http://elixir-lang.org/

sudo apt install elixir
  • Section: interpreters
  • Architecture: amd64
  • Source Package: elixir-lang
  • 6 依存関係
  • normalized package name match
  • 一致条件: Elixir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: elixir from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

elixir 1.14.0.dfsg-2

functional meta-programming aware language

http://elixir-lang.org/

sudo apt install elixir
  • Section: universe/interpreters
  • Architecture: amd64
  • Source Package: elixir-lang
  • 6 依存関係
  • normalized package name match
  • 一致条件: Elixir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: elixir from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

elixir 1.19.5-r1

Elixir is a dynamic, functional language designed for building scalable and maintainable applications

https://elixir-lang.org/

sudo apk add elixir
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: elixir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Elixir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: elixir from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

elixir-doc 1.19.5-r1

Elixir is a dynamic, functional language designed for building scalable and maintainable applications (documentation)

https://elixir-lang.org/

sudo apk add elixir-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: elixir
  • normalized package name match
  • 一致条件: Elixir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: elixir-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

elixir 1.19.5-4.fc44

A modern approach to programming for the Erlang VM

https://elixir-lang.org/

sudo dnf install elixir
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: elixir
  • 14 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Elixir
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: elixir from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

elixir-doc 1.19.5-4.fc44

Documentation for the elixir language and tools

https://elixir-lang.org/

sudo dnf install elixir-doc
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: elixir
  • 1 提供
  • normalized package name match
  • 一致条件: Elixir
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: elixir-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

elixir 1.20.0-1

A dynamic, functional language for building scalable and maintainable applications

https://elixir-lang.org

sudo pacman -S elixir
  • License: Apache-2.0
  • Architecture: any
  • 1 依存関係
  • normalized package name match
  • 一致条件: Elixir
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: elixir from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

elixir 1.20.0-1.1

Functional meta-programming aware language built atop Erlang

https://elixir-lang.org

sudo zypper install elixir
  • License: Apache-2.0
  • Category: Development/Languages/Other
  • Architecture: noarch
  • Source Package: elixir
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Elixir
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: elixir from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

elixir-doc 1.20.0-1.1

Documentation for elixir

https://elixir-lang.org

sudo zypper install elixir-doc
  • License: Apache-2.0
  • Category: Documentation/Other
  • Architecture: noarch
  • Source Package: elixir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Elixir
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: elixir-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

elixir

sudo port install elixir
  • normalized package name match
  • 一致条件: Elixir
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/elixir/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

Elixir

choco install Elixir
  • normalized package name match
  • 一致条件: Elixir
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: Elixir from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','electron'
Scoop95%

main/elixir

scoop install main/elixir
  • normalized package name match
  • 一致条件: Elixir
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/elixir.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment