# golangci-lint-langserver mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für golangci-lint-langserver in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:golangci-lint-langserver
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install golangci-lint-langserver
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#golangci-lint-langserver
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/go/golangci-lint-langserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:golangci-lint-langserver
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/golangci-lint-langserver>
- **Version:** 0.0.12
- **Quellzusammenfassung:** Language server for golangci-lint
- **Homepage:** <https://github.com/nametake/golangci-lint-langserver>
- **Repository:** <https://github.com/nametake/golangci-lint-langserver>
- **Upstream-Dokumentation:** <https://github.com/nametake/golangci-lint-langserver#readme>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/nametake/golangci-lint-langserver/archive/refs/tags/v0.0.12.tar.gz>
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- golangci-lint-langserver (cli)
- golangci-lint-langserver (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 0.0.12
- lokale Daten: OK
- Upstream-Repository: https://github.com/nametake/golangci-lint-langserver
- neueste erkannte Version: v0.0.12 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

golangci-lint-langserver is a small language server that adapts golangci-lint diagnostics to editor LSP clients. Its README defines it directly as a golangci-lint language server and documents editor configuration rather than a large standalone product surface.

### Projektgeschichte

The project was demonstrable by an asciinema recording around 2020 and had early 0.0.x releases in that period. Its README centers on launching `golangci-lint-langserver` and passing a `golangci-lint run` command that emits JSON diagnostics.

As golangci-lint evolved from v1 to v2 output flags, the README added version-compatibility guidance: v2 uses `--output.json.path stdout --show-stats=false`, while v1 used `--out-format json`.

### Adoptionsgeschichte

Adoption is mostly editor-driven. The README documents coc.nvim, vim-lsp, nvim-lspconfig, Emacs lsp-mode, and Helix configuration, and notes that Emacs lsp-mode has built-in support when the executable is present.

The batch input records Homebrew and Nix packaging, which matches its role as an auxiliary executable installed beside `golangci-lint` rather than as a primary Go toolchain command.

### Wie es verwendet wird

Users install `golangci-lint` separately, install the language server with Go's install command or a package manager, and configure the editor's LSP client to run it for Go files.

The language server shells out to `golangci-lint run` and reads JSON output, so its practical behavior is tightly coupled to the installed golangci-lint version and the project's `.golangci` configuration.

### Warum Paket-Nerds sich dafür interessieren

For package nerds, golangci-lint-langserver is the glue package: it turns a CI-oriented linter runner into editor feedback without reimplementing the linters. That is useful in Homebrew and Nix because users can compose it with pinned versions of `golangci-lint`, Neovim, Emacs, or Helix.

Its narrow scope is also the point. The package exists to bridge command-line lint output into LSP diagnostics, so a small, dependency-light binary is more valuable than a broad feature set.

### Zeitleiste

- 2020: Public demo and early 0.0.x release line for the language server.
- 2021: Users were configuring v0.0.6 with Neovim and golangci-lint JSON output.
- 2023: README notes built-in Emacs lsp-mode support since late 2023.
- 2025: README documents golangci-lint v2 output flag compatibility.

### Related projects

- golangci-lint is the required analyzer backend.
- gopls is commonly run beside it as the main Go language server.
- coc.nvim, vim-lsp, nvim-lspconfig, Emacs lsp-mode, and Helix are documented editor clients.

### Quellen

- <https://asciinema.org/a/308369>
- <https://github.com/nametake/golangci-lint-langserver>
- <https://github.com/nametake/golangci-lint-langserver/issues/17>
- <https://github.com/nametake/golangci-lint-langserver/releases>
- <https://golangci-lint.run/docs/welcome/integrations/>


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** golangci-lint-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

## Andere Paketmanager-Einträge

- Nix - golangci-lint-langserver: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/golangci-lint-langserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/de/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://www.automicvault.com/de/pkg/brew/go/) - Build dependency declared by Homebrew.
- [efm-langserver](https://www.automicvault.com/de/pkg/brew/efm-langserver/) - Shares av.db curated category or tags: cli, developer-tools, language-server, linting, lsp.
- [gopls](https://www.automicvault.com/de/pkg/brew/gopls/) - Shares av.db curated category or tags: cli, developer-tools, go, language-server, lsp.
- [ansible-language-server](https://www.automicvault.com/de/pkg/brew/ansible-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [bash-language-server](https://www.automicvault.com/de/pkg/brew/bash-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [clojure-lsp](https://www.automicvault.com/de/pkg/brew/clojure-lsp/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [codebook-lsp](https://www.automicvault.com/de/pkg/brew/codebook-lsp/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [crystalline](https://www.automicvault.com/de/pkg/brew/crystalline/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [ctags-lsp](https://www.automicvault.com/de/pkg/brew/ctags-lsp/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [docker-compose-langserver](https://www.automicvault.com/de/pkg/brew/docker-compose-langserver/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, developer, developer-tools, langserver, language.

## Combined YAML source

View the package source record on GitHub. [combined/golangci-lint-langserver.yml](https://github.com/automic-vault/db/blob/main/combined/golangci-lint-langserver.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
