Official Elixir Language Server Protocol implementation https://www.expert-lsp.org
Find a file
2026-03-19 07:56:34 -04:00
.github chore(deps): bump cachix/install-nix-action from 31.9.1 to 31.10.1 (#522) 2026-03-19 07:56:34 -04:00
apps fix: issues with creating .expert directory too eagerly (#520) 2026-03-18 14:35:47 -04:00
assets docs: add enigmatic sponsor logo (#341) 2026-01-28 08:16:47 -05:00
hooks Credo (#56) 2023-03-22 18:52:54 -07:00
nix ci: format nix and check in ci (#426) 2026-02-22 11:48:04 -05:00
pages fix: issues with creating .expert directory too eagerly (#520) 2026-03-18 14:35:47 -04:00
.credo.exs refactor: integrate GenLSP (#20) 2025-07-03 00:16:48 -04:00
.editorconfig Refactor shell scripts and add Docker-based integration tests (#395) 2023-10-18 10:13:16 -04:00
.formatter-config.exs style: add quokka and format code (#511) 2026-03-16 10:21:06 -07:00
.git-blame-ignore-revs chore: add ignore file (#513) 2026-03-16 10:44:38 -07:00
.gitattributes Enhanced ETS implementation 2023-10-10 10:15:13 -07:00
.gitignore chore: remove makefile, add result to gitignore 2025-09-04 11:49:25 -04:00
.iex.exs fix: revert dev server (#48) 2025-08-21 20:52:26 -03:00
.iex.namespaced.exs fix: revert dev server (#48) 2025-08-21 20:52:26 -03:00
.lfsconfig Don't automatically download large files 2023-10-11 11:50:36 -07:00
.release-please-manifest.json chore(main): release 0.1.0-rc.6 (#473) 2026-03-11 19:22:55 -04:00
.tool-versions chore(expert): bump versions in .tool-versions (#514) 2026-03-16 15:32:25 -07:00
CHANGELOG.md chore(main): release 0.1.0-rc.6 (#473) 2026-03-11 19:22:55 -04:00
dialyzer.ignore-warnings chore: bump burrito, re-work CI (#42) 2025-08-17 17:20:00 -04:00
flake.lock fix: build expert on latest nixpkgs (#422) 2026-02-21 12:30:08 -05:00
flake.nix ci: format nix and check in ci (#426) 2026-02-22 11:48:04 -05:00
justfile fix: build engines to :user_cache instead of :user_data (#467) 2026-02-26 19:31:59 -03:00
LICENSE chore: add license (#64) 2025-08-28 22:03:34 -03:00
matrix.exs feat: windows support (#219) 2025-12-17 13:06:26 -03:00
mix_credo.exs fix(engine): resolve correct arity from inside ~H sigil (#314) 2026-01-20 08:39:15 -03:00
mix_dialyzer.exs [chore] Removed umbsrella application 2025-02-19 17:15:50 -08:00
mix_includes.exs Enabled credo 2025-02-19 18:01:53 -08:00
README.md docs: add enigmatic sponsor logo (#341) 2026-01-28 08:16:47 -05:00
release-please-config.json ci: revert draft mode with release-please 2026-02-23 22:52:14 -05:00
version.txt chore(main): release 0.1.0-rc.6 (#473) 2026-03-11 19:22:55 -04:00

Expert

Expert is the official language server implementation for the Elixir programming language.

Installation

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

Nightly Builds

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.

Building from source

Expert can be built in two ways: building a regular release for your own system(a "plain" release), or building a "burrito" release that works on multiple systems.

To build Expert for your system, run the following command:

just release

You can then point your editor to the start_expert executable in the generated release. You can also run start_expert --help to see available options.

Important

If your editor doesn't do it automatically, make sure to pass the --stdio flag to Expert.

To build Expert using burrito, you need Zig 0.15.2 installed on your system. Later versions will not work.

Then you can run the following command:

just burrito-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.

You can find more information in the Installation Instructions.

Sponsorship

Thank you to our corporate sponsors! Expert is currently in alpha and we have organized all future work, including the first release, as milestones. If you'd like to start sponsoring the project, please read more below.

Corporate

For companies wanting to directly sponsor full time work on Expert, please reach out to Dan Janowski: EEF Chair of Sponsorship WG at sponsor+expert (at) erlef (dot) org.

Individual

Individuals can donate using GitHub sponsors. Team members are listed in the sidebar.

Other resources

LICENSE

Expert source code is released under Apache License 2.0.

Check LICENSE file for more information.