This is a a mise tool plugin for elp.
mise plugin install elp https://github.com/belltoy/mise-elp.gitNote
This plugin will not be accepted into the mise official plugins repository for supply-chain security reasons. So you need use the above command to install it from this repository.
## List available versions
mise ls-remote elp
## Install latest version
mise install elp
## Install OTP specific latest version aliases
mise install elp@otp-26
mise install elp@otp-27
mise install elp@otp-28
## Install specific version
mise install elp@otp-28-2025-11-04Tip
Since elp use date as release version for now, this plugin provides aliases for each supported
OTP version for conveniently installing the latest elp for that OTP version.
Add elp to your .mise.toml for project-specific usage:
[tools]
elp = "otp-27"In a new project, run:
mise installto install all tools specified in .mise.toml, including elp.
To check the installed tools, run:
mise ls
mise which elpRefer to the mise docs for detailed information:
- Tool plugin development - Complete guide to plugin development
- Lua modules reference - Available Lua modules and functions
- Plugin publishing - How to publish your plugin
- mise-plugins organization - Community plugins repository
If you use asdf, you might be interested in the asdf-elp plugin.
MIT