macOS
brew install goplslocal Homebrew formula metadata
sudo port install goplsMacPorts ports tree · devel/gopls/Portfile · ソース: api.github.com
brew
gopls のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install goplslocal Homebrew formula metadata
sudo port install goplsMacPorts ports tree · devel/gopls/Portfile · ソース: api.github.com
sudo apk add goplsAlpine Linux edge package indexes · gopls · ソース: dl-cdn.alpinelinux.org
sudo apt install goplsDebian stable package indexes · gopls · ソース: deb.debian.org
sudo dnf install goplsFedora Rawhide package metadata · gopls · ソース: dl.fedoraproject.org
nix profile install nixpkgs#goplsnixpkgs package indexes · pkgs/by-name/go/gopls/package.nix · ソース: api.github.com
sudo pacman -S goplsArch Linux sync databases · gopls · ソース: geo.mirror.pkgbuild.com
sudo zypper install goplsopenSUSE Tumbleweed package metadata · gopls · ソース: download.opensuse.org
概要
Language server for the Go language
履歴
gopls, pronounced go please, is the official Go language server developed by the Go team. It made Go editor support less dependent on one editor plugin by concentrating language intelligence behind the Language Server Protocol.
gopls lives in the Go project's x/tools repository, the long-running home for Go analysis and developer tooling outside the main Go distribution. The gopls module appears as `golang.org/x/tools/gopls` and is documented on go.dev as the official language server for Go.
The project emerged during the Go modules era, when editor tooling needed to understand module-aware package loading, workspaces, diagnostics, code actions, and analysis across a changing build environment. Early tagged gopls releases in the tools repository begin with the `gopls/v0.2.x` series.
Over time, gopls moved from editor helper to a central Go development service. Its documentation covers editor-specific setup, LSP features, workspace behavior, analyzers, design notes, troubleshooting, and release notes.
The Go FAQ describes gopls as the Go team's supported language server for LSP-capable tools. That endorsement turned gopls into the default backend for many editors rather than a niche optional package.
Package-manager adoption is broad for a Go developer tool: the input facts list packages across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and openSUSE. That spread reflects its role as infrastructure for editors and CI-style tooling rather than a command users run manually every day.
Go telemetry planning has treated LSP-capable editors using gopls as a major part of the Go tool ecosystem, which is another sign that gopls became part of ordinary Go development workflows.
Most users do not invoke gopls directly. Editors start it automatically to provide completion, hover, go-to-definition, diagnostics, formatting support, semantic tokens, code actions, references, and workspace operations.
Power users and editor maintainers use the documented settings, feature index, workspace documentation, and design notes to tune behavior or integrate gopls with less common LSP clients.
The gopls release documentation also shows it absorbing newer workflow surfaces, including an experimental MCP server mode in the v0.20.0 release line.
gopls is one of the clearest examples of a package-manager formula that is not an end-user app in the traditional sense but a local editor daemon. Installing it makes other tools work better.
It also matters because it centralizes Go-specific analysis in a versioned Go module. Package maintainers have to care about Go toolchain compatibility, editor compatibility, and x/tools release cadence, not just a single executable.
For Go ecosystem nerds, gopls marks the shift from editor-specific Go integrations such as gocode-era completion toward a shared language-server backend maintained by the Go project.
セキュリティ状態
gopls に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gopls | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/golang/tools
インストールメタデータ
| パッケージキー | brew:gopls |
|---|---|
| バージョン | 0.23.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gopls |
| ホームページ | https://github.com/golang/tools/tree/master/gopls |
| リポジトリ | https://github.com/golang/tools |
| 上流ドキュメント | https://github.com/golang/tools/tree/master/gopls#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/golang/tools/archive/refs/tags/gopls/v0.23.0.tar.gz |
| 最終更新 | 2026-07-09T18:36:40Z |
| 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 | gopls |
| 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 パッケージリンクとは分けて表示されます。
gopls 2:0.16.1+ds-1
language server for the Go language
sudo apt install goplsgopls
nix profile install nixpkgs#goplsgopls 1:0.18.0+ds-1
language server for the Go language
sudo apt install goplsgopls 0.21.1-r3
Language server for Go programming language
https://github.com/golang/tools/blob/master/gopls
sudo apk add goplsgopls 0.18.1-2.fc43
gopls, the Go language server
https://github.com/golang/tools
sudo dnf install goplsgopls 0.22.0-1
Language server for Go programming language
https://github.com/golang/tools/tree/master/gopls
sudo pacman -S goplsgopls 0.22.0-1.1
Go LSP protocol language server
https://pkg.go.dev/golang.org/x/tools/gopls
sudo zypper install goplsgopls
sudo port install goplsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.