macOS
brew install erlanglocal Homebrew formula metadata
sudo port install erlangMacPorts ports tree · lang/erlang/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für erlang in AI-Agent-Workflows.
Installation
brew install erlanglocal Homebrew formula metadata
sudo port install erlangMacPorts ports tree · lang/erlang/Portfile · Quelle: api.github.com
sudo apt install erlangDebian stable package indexes · erlang · Quelle: deb.debian.org
sudo dnf install erlangFedora Rawhide package metadata · erlang · Quelle: dl.fedoraproject.org
sudo pacman -S erlangArch Linux sync databases · erlang · Quelle: geo.mirror.pkgbuild.com
sudo zypper install erlangopenSUSE Tumbleweed package metadata · erlang · Quelle: download.opensuse.org
nix profile install nixpkgs#typernixpkgs package indexes · pkgs/by-name/ty/typer/package.nix · Quelle: api.github.com
choco install erlangChocolatey community package catalog · erlang · Quelle: community.chocolatey.org
scoop install main/erlangScoop official bucket manifest trees · bucket/erlang.json · Quelle: api.github.com
winget install --id Erlang.ErlangOTP -eWindows Package Manager source index · Erlang.ErlangOTP · Quelle: cdn.winget.microsoft.com
Überblick
Programming language for highly scalable real-time systems
Verlauf
Erlang/OTP is a programming language, runtime system, standard library set, and design-methodology suite for massively scalable soft real-time systems with high-availability requirements. It is one of the canonical BEAM ecosystem packages: installing `erlang` usually means getting the compiler, shell, runtime, OTP applications, and tools such as Dialyzer.
Erlang began at Ericsson as a language and runtime for telecom systems, with Joe Armstrong, Robert Virding, and Mike Williams credited by Erlang's official FAQ as the original language designers. The language was shaped around lightweight processes, message passing, fault tolerance, hot code loading, and distribution because telecom switching systems needed long-running services that could be upgraded and recovered without ordinary downtime.
OTP, the Open Telecom Platform, grew around Erlang as the reusable library and design-principles layer. The official Erlang/OTP README describes OTP as the Erlang runtime system plus ready-to-use components and design principles for Erlang programs. In practice, OTP behaviours such as servers, supervisors, and applications are as important to Erlang culture as the syntax of the language itself.
The public GitHub repository was created in 2009, moving the visible development workflow into the same source-control and pull-request culture used by many package ecosystems. The README points users to GitHub issues, contribution docs, official downloads, and source builds, while the install guide documents Unix/Linux and macOS source builds from official tarballs or Git clones.
Erlang's original adoption base was telecom infrastructure, but its reputation expanded to any domain that values concurrency, fault tolerance, and soft real-time behavior. The official README now describes the language in broad terms rather than telecom-only terms, and package-manager coverage across Homebrew, Debian, Ubuntu, Fedora, Arch, MacPorts, Nix, Chocolatey, Scoop, winget, and zypper reflects that it is treated as a standard language runtime.
The wider BEAM ecosystem increased Erlang/OTP's visibility beyond Erlang-only projects. Elixir runs on the same VM, tools such as ExDoc are used for Erlang documentation builds, and Erlang/OTP remains the base runtime layer for BEAM package managers, releases, and deployment workflows.
Daily use starts with `erl` for the interactive shell, `erlc` for compiling modules, `escript` for script-like command-line programs, and `epmd` for node discovery. The Homebrew formula also exposes tools such as `dialyzer`, `ct_run`, `typer`, `run_erl`, and `to_erl`, which reflects the fact that Erlang/OTP is a full runtime and operations toolkit rather than a single compiler binary.
Developers use Erlang/OTP to build supervision trees, distributed nodes, long-running services, protocol servers, and concurrent applications. Packagers must care about native dependencies such as OpenSSL, ncurses, Java for jinterface, wxWidgets for GUI pieces, and documentation tooling because optional OTP applications are built or skipped depending on what the build environment provides.
Erlang is significant in package-manager culture because it is both a language runtime and a dependency substrate. Installing it unlocks Erlang applications, many Elixir workflows, BEAM tooling, release managers, language servers, and test tools; version selection affects compiled code, NIF compatibility, TLS support, and available OTP applications.
It is also a classic example of a package whose build is simple to type but not trivial to package well. The official install guide documents source tarballs, Git clones, `$ERL_TOP`, Unix/macOS builds, and optional components gated by system libraries. That gives package maintainers real choices about feature coverage, reproducibility, patching, and compatibility with downstream BEAM tooling.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
ct_run | cli | globales Executable | |
dialyzer | cli | globales Executable | |
epmd | cli | globales Executable | |
erl | cli | globales Executable | |
erlc | cli | globales Executable | |
escript | cli | globales Executable | |
run_erl | cli | globales Executable | |
to_erl | cli | globales Executable | |
typer | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:erlang |
|---|---|
| Version | 29.0.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/erlang |
| Homepage | https://www.erlang.org/ |
| Repository | https://github.com/erlang/otp |
| Upstream-Dokumentation | https://www.erlang.org/doc/system/reference_manual.html |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/erlang/otp/releases/download/OTP-29.0.3/otp_src_29.0.3.tar.gz |
| Zuletzt aktualisiert | 2026-07-03T00:34:23Z |
| Pulse | updated |
| Abhängigkeiten | openssl@3, unixodbc, wxwidgets@3.2 |
| Von macOS bereitgestellte Bibliotheken | ncurses |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | Man pages can be found in: $HOMEBREW_PREFIX/opt/erlang/lib/erlang/man Access them with `erl -man`, or add this directory to MANPATH. |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | erlang |
| Aliases |
|
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
erlang 1:27.3.4.1+dfsg-1+deb13u2
Concurrent, real-time, distributed functional language
sudo apt install erlangerlang-asn1 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP modules for ASN.1 support
sudo apt install erlang-asn1erlang-base 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP virtual machine and base applications
sudo apt install erlang-baseerlang-common-test 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP application for automated testing
sudo apt install erlang-common-testerlang-crypto 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP cryptographic modules
sudo apt install erlang-cryptoerlang-debugger 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP application for debugging and testing
sudo apt install erlang-debuggererlang-dev 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP development libraries and headers
sudo apt install erlang-deverlang-dialyzer 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP discrepancy analyzer application
sudo apt install erlang-dialyzererlang-diameter 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP implementation of RFC 6733 protocol
sudo apt install erlang-diametererlang-doc 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP HTML documentation
sudo apt install erlang-docerlang-edoc 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP module for generating documentation
sudo apt install erlang-edocerlang-eldap 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP LDAP library
sudo apt install erlang-eldaperlang-et 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP event tracer application
sudo apt install erlang-eterlang-eunit 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP module for unit testing
sudo apt install erlang-euniterlang-examples 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP application examples
sudo apt install erlang-exampleserlang-ftp 1:27.3.4.1+dfsg-1+deb13u2
Erlang/OTP FTP client
sudo apt install erlang-ftpQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.