macOS
brew install golangci-lintlocal Homebrew formula metadata
sudo port install golangci-lintMacPorts ports tree · devel/golangci-lint/Portfile · ソース: api.github.com
brew
golangci-lint のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install golangci-lintlocal Homebrew formula metadata
sudo port install golangci-lintMacPorts ports tree · devel/golangci-lint/Portfile · ソース: api.github.com
sudo apk add golangci-lintAlpine Linux edge package indexes · golangci-lint · ソース: dl-cdn.alpinelinux.org
sudo dnf install golangci-lintFedora Rawhide package metadata · golangci-lint · ソース: dl.fedoraproject.org
nix profile install nixpkgs#golangci-lintnixpkgs package indexes · pkgs/by-name/go/golangci-lint/package.nix · ソース: api.github.com
sudo pacman -S golangci-lintArch Linux sync databases · golangci-lint · ソース: geo.mirror.pkgbuild.com
sudo zypper install golangci-lintopenSUSE Tumbleweed package metadata · golangci-lint · ソース: download.opensuse.org
choco install golangci-lintChocolatey community package catalog · golangci-lint · ソース: community.chocolatey.org
scoop install main/golangci-lintScoop official bucket manifest trees · bucket/golangci-lint.json · ソース: api.github.com
winget install --id GolangCI.golangci-lint -eWindows Package Manager source index · GolangCI.golangci-lint · ソース: cdn.winget.microsoft.com
概要
Fast linters runner for Go
履歴
golangci-lint is a fast Go linters runner. The project presents itself as a parallel, cached runner with YAML configuration, major IDE integration, and more than one hundred included linters.
The GitHub repository was created in May 2018. The project grew around a simple premise: run many Go linters together, make the result fast enough for local and CI use, and centralize configuration in `.golangci` files.
By 2019 and 2020 the changelog shows the project adding Go version support, more linters, GitHub Actions output, bash completions, junit-xml output, auto-fixing improvements, and a dedicated website. The May 2020 changelog entry records the launch of `golangci-lint.run`.
The v1 line accumulated a long compatibility history and ended with the project documenting v1.64.2 as the last minor v1 release before v2. The v2 changelog begins in 2025 and introduced product-level changes such as a new `golangci-lint fmt` command and separated v1/v2 changelog documentation.
golangci-lint became a default Go quality gate because it packaged many independent analyzers behind one binary and one config file. Its README advertises installation for local machines and CI/CD systems, and the batch input records packages across apk, Homebrew, Chocolatey, dnf, MacPorts, Nix, pacman, Scoop, winget, and zypper.
The project also maintains an official GitHub Action, listed in GitHub Marketplace, for running golangci-lint and reporting issues in GitHub workflows. The repository had over 19,000 stars and more than 1,500 forks in the 2026 GitHub API snapshot used for this batch.
The normal package-manager workflow is to install `golangci-lint`, add a `.golangci.yml` or equivalent config to the repository, and run `golangci-lint run` locally or in CI. The project documents integrations for editors and shells as well as CI installation paths.
Its value comes from combining speed and policy. Teams can enable a curated set of linters, cache work between runs, use generated output formats for CI annotations, and keep Go lint rules close to the source tree in a checked-in config file.
For package nerds, golangci-lint is one of the canonical Go toolbox binaries: version-sensitive, CI-facing, heavily bottled, and commonly pinned in development environments. It is also a stress test for package ecosystems because it embeds many analyzers whose compatibility tracks Go releases.
It matters culturally because it made Go linting feel like installing one dependable command instead of assembling a personal pile of analyzer binaries. That is exactly the kind of tool Homebrew, Nix, Arch, and CI images tend to converge on.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
./.golangci.yml./.golangci.yaml./.golangci.toml./.golangci.json~/.golangci.yml~/.golangci.yaml~/.golangci.toml~/.golangci.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
golangci-lint | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/golangci/golangci-lint
インストールメタデータ
| パッケージキー | brew:golangci-lint |
|---|---|
| バージョン | 2.12.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/golangci-lint |
| ホームページ | https://golangci-lint.run/ |
| リポジトリ | https://github.com/golangci/golangci-lint |
| 上流ドキュメント | https://golangci-lint.run/ |
| ライセンス | GPL-3.0-only |
| ソースアーカイブ | https://github.com/golangci/golangci-lint.git |
| 最終更新 | 2026-05-06T12:03:02Z |
| Pulse | updated |
| 依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | golangci-lint |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
golangci-lint
nix profile install nixpkgs#golangci-lintgolangci-lint 2.5.0-r7
Fast linters runner for Go
sudo apk add golangci-lintgolangci-lint-bash-completion 2.5.0-r7
Bash completions for golangci-lint
sudo apk add golangci-lint-bash-completiongolangci-lint-fish-completion 2.5.0-r7
Fish completions for golangci-lint
sudo apk add golangci-lint-fish-completiongolangci-lint-zsh-completion 2.5.0-r7
Zsh completions for golangci-lint
sudo apk add golangci-lint-zsh-completiongolangci-lint 2.11.4-1.fc45
Fast linters runner for Go
https://github.com/golangci/golangci-lint
sudo dnf install golangci-lintgolangci-lint 2.12.2-1
Fast linters runner for Go
https://github.com/golangci/golangci-lint
sudo pacman -S golangci-lintgolangci-lint 2.12.2-1.1
A fast Go linters runner
sudo zypper install golangci-lintgolangci-lint
sudo port install golangci-lintgolangci-lint
choco install golangci-lintmain/golangci-lint
scoop install main/golangci-lintGolangCI.golangci-lint
winget install --id GolangCI.golangci-lint -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.