Back to Mise

Erlang

docs/lang/erlang.md

2026.5.1852 B
Original Source

Erlang

mise can be used to install and manage multiple versions of erlang on the same system.

The following are instructions for using the erlang core plugin. This is used when there isn't a git plugin installed named "erlang".

The code for this is inside the mise repository at ./src/plugins/core/erlang.rs.

Usage

The following installs erlang and makes it the global default:

sh
mise use -g erlang@26

See available versions with mise ls-remote erlang.

kerl

The plugin uses kerl under the hood to build erlang. See kerl's docs for information on configuring kerl.

Settings

<script setup> import Settings from '/components/settings.vue'; </script> <Settings child="erlang" :level="3" />