# golangci-lint-langserver を Homebrew, Nix でインストール

golangci-lint-langserver のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  証拠: 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

## パッケージ情報

- **パッケージキー:** brew:golangci-lint-langserver
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/golangci-lint-langserver>
- **バージョン:** 0.0.12
- **ソース概要:** Language server for golangci-lint
- **ホームページ:** <https://github.com/nametake/golangci-lint-langserver>
- **リポジトリ:** <https://github.com/nametake/golangci-lint-langserver>
- **上流ドキュメント:** <https://github.com/nametake/golangci-lint-langserver#readme>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/nametake/golangci-lint-langserver/archive/refs/tags/v0.0.12.tar.gz>
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- golangci-lint-langserver (cli)
- golangci-lint-langserver (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.0.12
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nametake/golangci-lint-langserver
- 検出された最新: v0.0.12 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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`.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

- <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/>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

- **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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

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


## ソース

- 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
