macOS
brew install gopslocal Homebrew formula metadata
brew
gops のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gopslocal Homebrew formula metadata
sudo apk add gopsAlpine Linux edge package indexes · gops · ソース: dl-cdn.alpinelinux.org
sudo dnf install gopsFedora Rawhide package metadata · gops · ソース: dl.fedoraproject.org
nix profile install nixpkgs#gopsnixpkgs package indexes · pkgs/by-name/go/gops/package.nix · ソース: api.github.com
sudo zypper install gopsopenSUSE Tumbleweed package metadata · gops · ソース: download.opensuse.org
概要
Tool to list and diagnose Go processes currently running on your system
履歴
gops is a Google-maintained command for listing and diagnosing Go processes on a machine. It made Go runtime introspection feel like a normal system-admin command: list Go binaries, inspect runtime state, and ask instrumented processes for stack, memory, GC, pprof, and trace data.
The google/gops repository was created in 2016. Its README describes a tool that lists Go processes and can diagnose processes that start the optional gops agent.
gops built on a Go-specific runtime reality: Go binaries carry enough build/runtime identity to make process listing useful, and the runtime exposes diagnostics such as goroutine stacks, memory statistics, pprof profiles, garbage collection controls, and execution tracing.
The project retained a small command-line surface while expanding subcommands around local PID inspection and remote host:port agent access.
gops became a recognizable Go ecosystem utility because it solves a problem shared by many Go service operators: identifying which processes are Go programs and collecting runtime diagnostics without attaching a general-purpose debugger.
The input package facts list Homebrew, Alpine, Fedora, Nix, and openSUSE packages. That packaging breadth reflects a system-tool role across developer workstations and server-oriented Linux distributions.
The optional agent model limited universal introspection but made deeper diagnostics explicit: uninstrumented Go processes can be listed, while applications that import `github.com/google/gops/agent` expose richer data.
Running `gops` with no arguments lists local Go processes with PID, parent PID, program name, Go version, and binary path. Processes running the gops agent are marked in the list.
With a PID or agent address, gops can report process details, stack traces, memory statistics, runtime stats, GC settings, CPU and heap pprof profiles, and execution traces.
The README documents both local mode, where the target process must run as the same user, and remote mode, where the user supplies the agent address.
gops is package-nerd bait because it is both a command and an importable agent package. Installing the binary is useful, but the most interesting behavior appears when Go programs deliberately import the agent.
It also shows why language-specific process tools exist alongside generic Unix tools: `ps`, `top`, and `lsof` know processes, but gops knows Go runtime concepts such as goroutines, heap profiles, and Go build versions.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gops | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/google/gops
インストールメタデータ
| パッケージキー | brew:gops |
|---|---|
| バージョン | 0.3.29 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gops |
| ホームページ | https://github.com/google/gops |
| リポジトリ | https://github.com/google/gops |
| 上流ドキュメント | https://github.com/google/gops#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/google/gops/archive/refs/tags/v0.3.29.tar.gz |
| ビルド依存関係 | 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 | gops |
| 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 パッケージリンクとは分けて表示されます。
gops
nix profile install nixpkgs#gopsgops 0.3.29-r2
List and diagnose Go processes currently running on your system
https://github.com/google/gops
sudo apk add gopsgops-bash-completion 0.3.29-r2
Bash completions for gops
https://github.com/google/gops
sudo apk add gops-bash-completiongops-fish-completion 0.3.29-r2
Fish completions for gops
https://github.com/google/gops
sudo apk add gops-fish-completiongops-zsh-completion 0.3.29-r2
Zsh completions for gops
https://github.com/google/gops
sudo apk add gops-zsh-completiongops 0.3.29-5.fc45
List and diagnose Go processes currently running on your system
https://github.com/google/gops
sudo dnf install gopsgops 0.3.28-1.6
A tool to list and diagnose Go processes currently running on your system
https://github.com/google/gops
sudo zypper install gopsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.