# Install erlang-language-platform with Homebrew, Nix, MacPorts

LSP server and CLI for the Erlang programming language. Version 2026-02-27 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:erlang-language-platform
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install erlang-language-platform
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install elp
```

  Evidence: MacPorts ports tree: erlang/elp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#erlang-language-platform
```

  Evidence: nixpkgs package indexes: pkgs/by-name/er/erlang-language-platform/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:erlang-language-platform
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/erlang-language-platform>
- **Version:** 2026-02-27
- **Source summary:** LSP server and CLI for the Erlang programming language
- **Homepage:** <https://whatsapp.github.io/erlang-language-platform/>
- **Repository:** <https://github.com/WhatsApp/erlang-language-platform>
- **Upstream docs:** <https://whatsapp.github.io/erlang-language-platform>
- **License:** Apache-2.0 OR MIT
- **Source archive:** <https://github.com/WhatsApp/erlang-language-platform.git>
- **Last updated:** 2026-06-22T14:03:15-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- elp (cli)
- elp (alias)

## Dependencies

- erlang@28
- openjdk
- rebar3

## Build dependencies

- rust
- sbt
- scala

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2026-02-27
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://github.com/WhatsApp/erlang-language-platform
- info: No cached GitHub release or tag data was available.
## Project history and usage

Erlang Language Platform, usually invoked as `elp`, is WhatsApp's Erlang semantic-analysis and editor-tooling project. It provides an LSP language server, a CLI, static-analysis infrastructure, and integration with eqWAlizer type checking.

### Project history

The official repository was created in August 2023 and published a 0.1.0 GitHub release the same day. The README says ELP was designed at WhatsApp and inspired by rust-analyzer, with a scalable, fully incremental, IDE-first library for Erlang semantic analysis.

### Adoption history

ELP exists because classic Erlang editor integrations and OTP tools are not always suited to incremental editing of incomplete code. The FAQ says ELP acts as a compiler front-end and language server, effectively superseding Erlang LS for its intended use case, while being architecturally closer to rust-analyzer than to a thin wrapper around existing OTP tools.

### How it is used

Users install `elp` and point their editor's language-server client at it for go-to-definition, references, call hierarchy, diagnostics, linting, refactoring support, and type checking. Project configuration is handled with `.elp.toml` and lint settings with `.elp_lint.toml`.

### Why package nerds care

ELP is notable for bringing the rust-analyzer style of incremental compiler front-end to Erlang packaging. For package maintainers, it is a modern Rust-built developer tool serving an older BEAM language ecosystem, so it sits at the intersection of Erlang, LSP, Rust build tooling, and editor distribution.

### Timeline

- 2023: The GitHub repository was created.
- 2023: Version 0.1.0 was published on GitHub releases.
- 2020s: ELP documentation covers installation, editor setup, project configuration, and lint configuration for Erlang projects.

### Related projects

- ELP is related to Erlang LS, rust-analyzer, Tree-sitter, Salsa, LSP clients, and eqWAlizer.

### Sources

- <https://github.com/WhatsApp/erlang-language-platform>
- <https://github.com/WhatsApp/erlang-language-platform/blob/main/FAQ.md>
- <https://github.com/WhatsApp/erlang-language-platform/releases>
- <https://api.github.com/repos/WhatsApp/erlang-language-platform>
- <https://whatsapp.github.io/erlang-language-platform>


## Security Notes

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal


## 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

- Unix: .elp.toml, .elp_lint.toml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** erlang-language-platform
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - erlang-language-platform: normalized package name match | nixpkgs package indexes: pkgs/by-name/er/erlang-language-platform/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - elp: installed executable or alias match | MacPorts ports tree: erlang/elp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [erlang@28](https://www.automicvault.com/pkg/brew/erlang-28/) - Runtime dependency declared by Homebrew.
- [openjdk](https://www.automicvault.com/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [rebar3](https://www.automicvault.com/pkg/brew/rebar3/) - Runtime dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [sbt](https://www.automicvault.com/pkg/brew/sbt/) - Build dependency declared by Homebrew.
- [scala](https://www.automicvault.com/pkg/brew/scala/) - Build dependency declared by Homebrew.
- [emmylua_ls](https://www.automicvault.com/pkg/brew/emmylua-ls/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, static-analysis.
- [erlang_ls](https://www.automicvault.com/pkg/brew/erlang-ls/) - Shares av.db curated category or tags: cli, developer-tools, erlang, language-server, lsp.
- [haskell-language-server](https://www.automicvault.com/pkg/brew/haskell-language-server/) - Shares av.db curated category or tags: cli, developer-tools, ide, language-server, lsp.
- [lua-language-server](https://www.automicvault.com/pkg/brew/lua-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, static-analysis.
- [python-lsp-server](https://www.automicvault.com/pkg/brew/python-lsp-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, static-analysis.
- [solargraph](https://www.automicvault.com/pkg/brew/solargraph/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, static-analysis.
- [ansible-language-server](https://www.automicvault.com/pkg/brew/ansible-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [bash-language-server](https://www.automicvault.com/pkg/brew/bash-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.

## Combined YAML source

View the package source record on GitHub. [combined/erlang-language-platform.yml](https://github.com/automic-vault/db/blob/main/combined/erlang-language-platform.yml)


## Sources

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