# Install efm-langserver with Homebrew, apk, apt, MacPorts, Nix, zypper

General purpose Language Server. Version 0.0.57 via Homebrew; verified 2026-07-08.

## Install

```sh
sudo av install brew:efm-langserver
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install efm-langserver
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install efm-langserver
```

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

### Linux

- apk (92%):

```sh
sudo apk add efm-langserver
```

  Evidence: Alpine Linux edge package indexes: efm-langserver from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install efm-langserver
```

  Evidence: Debian stable package indexes: efm-langserver from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#efm-langserver
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ef/efm-langserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install efm-langserver
```

  Evidence: openSUSE Tumbleweed package metadata: efm-langserver from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:efm-langserver
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/efm-langserver>
- **Version:** 0.0.57
- **Source summary:** General purpose Language Server
- **Homepage:** <https://github.com/mattn/efm-langserver>
- **Repository:** <https://github.com/mattn/efm-langserver>
- **Upstream docs:** <https://github.com/mattn/efm-langserver#readme>
- **License:** MIT
- **Source archive:** <https://github.com/mattn/efm-langserver/archive/refs/tags/v0.0.57.tar.gz>
- **Last updated:** 2026-07-08T06:09:51Z
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- efm-langserver (cli)
- efm-langserver (alias)

## Build dependencies

- go

## 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-09
- Package-manager version: 0.0.57
- Package-manager updated: 2026-07-08
- Local data: ok
- Upstream repository: https://github.com/mattn/efm-langserver
- Upstream latest detected: v0.0.57 (current)
## Project history and usage

efm-langserver is a general-purpose Language Server Protocol bridge for external linters, formatters, hover commands, completion commands, and other command-line tools.

### Project history

The public repository was created in 2019 by mattn. Its README describes a language server that parses error-message formats from configured commands, which lets editors consume ordinary CLI linting and formatting tools through LSP.

### Adoption history

The project grew with the editor shift toward LSP clients. Its README includes setup examples for vim-lsp, coc.nvim, Emacs Eglot, Neovim built-in LSP via nvim-lspconfig, Helix, and VSCode, showing adoption across several editor families.

### How it is used

Users install efm-langserver, create config.yaml, and map languages to external commands. The server does not bundle the linters or formatters; users install tools such as yapf, isort, markdownlint-cli, jq, eslint, black, mypy, or prettier separately.

Configuration can come from a config.yaml file or from LSP DidChangeConfiguration notifications, with documented Unix and Windows default paths.

### Why package nerds care

efm-langserver matters in package metadata because it is glue: one binary can expose many existing command-line tools to any LSP-capable editor, reducing the need for per-editor integrations.

### Timeline

- 2019: Public GitHub repository created.
- 2026: v0.0.56 published.

### Related projects

- Related projects are the Language Server Protocol itself, vim-lsp, coc.nvim, Eglot, nvim-lspconfig, Helix, VSCode, and the many external linters and formatters configured behind efm-langserver.

### Sources

- <https://github.com/mattn/efm-langserver>
- <https://raw.githubusercontent.com/mattn/efm-langserver/master/README.md>
- <https://api.github.com/repos/mattn/efm-langserver>
- <https://github.com/mattn/efm-langserver/releases/tag/v0.0.56>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool 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: $XDG_CONFIG_HOME/efm-langserver/config.yaml, ~/.config/efm-langserver/config.yaml
- Windows: %APPDATA%\efm-langserver\config.yaml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** efm-langserver
- **Version Scheme:** 0
- **Revision:** 0
- **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

- Debian apt - efm-langserver - 0.0.54-1+b4: normalized package name match | Debian stable package indexes: efm-langserver from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | General purpose Language Server (program) | https://github.com/mattn/efm-langserver
- Nix - efm-langserver: normalized package name match | nixpkgs package indexes: pkgs/by-name/ef/efm-langserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - efm-langserver - 0.0.50-1: normalized package name match | Ubuntu 24.04 LTS package indexes: efm-langserver from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | General purpose Language Server (program) | https://github.com/mattn/efm-langserver
- apk - efm-langserver - 0.0.56-r2: normalized package name match | Alpine Linux edge package indexes: efm-langserver from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | General purpose language server | https://github.com/mattn/efm-langserver
- apk - efm-langserver-doc - 0.0.56-r2: normalized package name match | Alpine Linux edge package indexes: efm-langserver-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | General purpose language server (documentation) | https://github.com/mattn/efm-langserver
- zypper - efm-langserver - 0.0.54-1.5: normalized package name match | openSUSE Tumbleweed package metadata: efm-langserver from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | General purpose language server | https://github.com/mattn/efm-langserver
- MacPorts - efm-langserver: normalized package name match | MacPorts ports tree: devel/efm-langserver/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.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [fish-lsp](https://www.automicvault.com/pkg/brew/fish-lsp/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, formatting, language-server.
- [codebook-lsp](https://www.automicvault.com/pkg/brew/codebook-lsp/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [dhall-lsp-server](https://www.automicvault.com/pkg/brew/dhall-lsp-server/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [golangci-lint-langserver](https://www.automicvault.com/pkg/brew/golangci-lint-langserver/) - Shares av.db curated category or tags: cli, developer-tools, language-server, linting, lsp.
- [gopls](https://www.automicvault.com/pkg/brew/gopls/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [jq-lsp](https://www.automicvault.com/pkg/brew/jq-lsp/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [pkl-lsp](https://www.automicvault.com/pkg/brew/pkl-lsp/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [python-lsp-server](https://www.automicvault.com/pkg/brew/python-lsp-server/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.

## Combined YAML source

View the package source record on GitHub. [combined/efm-langserver.yml](https://github.com/automic-vault/db/blob/main/combined/efm-langserver.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
