Expert is the official language server implementation for the Elixir programming language.
You can download Expert from the releases page for your
operating system and architecture. Put the executable somewhere on your $PATH
, like ~/.local/bin/expert
For editor specific installation instructions, please refer to the Installation Instructions
If you want to try out the latest features, you can download a nightly build.
Using the GH CLI, you can run the following command to download the latest nightly build:
gh release download nightly --pattern 'expert_linux_amd64' --repo elixir-lang/expert
Then point your editor to the downloaded binary.
To build Expert from source, you need Zig 0.14.1
installed on your system.
Then you can run the following command or follow the instructions in the Installation Instructions:
just release-local
This will build the Expert binary and place it in the apps/expert/burrito_out
directory. You can then point your
editor to this binary.
Thank you to our corporate sponsors! If you'd like to start sponsoring the project, please read more below.
For companies wanting to directly sponsor full time work on Expert, please reach out to Dan Janowski: EEF Chair of Sponsorship WG at [email protected].
Individuals can donate using GitHub sponsors. Team members are listed in the sidebar.
Expert source code is released under Apache License 2.0.
Check LICENSE file for more information.