Automic VaultAutomic Vault

brew

gops mit Homebrew, apk, dnf, Nix, zypper installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install gops

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add gops

Alpine Linux edge package indexes · gops · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install gops

Fedora Rawhide package metadata · gops · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#gops

nixpkgs package indexes · pkgs/by-name/go/gops/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install gops

openSUSE Tumbleweed package metadata · gops · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Tool to list and diagnose Go processes currently running on your system

Befehle und Aliase

  • gops

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2016: google/gops repository created.
  • 2017: README examples show Go 1.9-era process listing and runtime diagnostics.
  • 2010s: Project documents optional `github.com/google/gops/agent` integration for richer diagnostics.
  • 2020s: Distribution appears across Homebrew and multiple Linux package sets.

Related projects

  • Go's runtime/pprof and runtime tracing facilities provide the diagnostic substrate for gops commands.
  • The gops agent package is embedded by target Go programs that want remote or richer inspection.
  • Generic system tools such as ps and pprof overlap with parts of the gops workflow, but gops packages Go-specific discovery and diagnostics together.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
gopscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-26
Manager-Version0.3.29
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.3.29

https://github.com/google/gops

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:gops
Version0.3.29
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/gops
Homepagehttps://github.com/google/gops
Repositoryhttps://github.com/google/gops
Upstream-Dokumentationhttps://github.com/google/gops#readme
LizenzBSD-3-Clause
Quellarchivhttps://github.com/google/gops/archive/refs/tags/v0.3.29.tar.gz
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegops
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

gops

nix profile install nixpkgs#gops
  • normalized package name match
  • Abgeglichen nach: Gops
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/gops/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

gops 0.3.29-r2

List and diagnose Go processes currently running on your system

https://github.com/google/gops

sudo apk add gops
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gops-bash-completion 0.3.29-r2

Bash completions for gops

https://github.com/google/gops

sudo apk add gops-bash-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • normalized package name match
  • Abgeglichen nach: Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gops-fish-completion 0.3.29-r2

Fish completions for gops

https://github.com/google/gops

sudo apk add gops-fish-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • normalized package name match
  • Abgeglichen nach: Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gops-zsh-completion 0.3.29-r2

Zsh completions for gops

https://github.com/google/gops

sudo apk add gops-zsh-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • normalized package name match
  • Abgeglichen nach: Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

gops 0.3.29-5.fc45

List and diagnose Go processes currently running on your system

https://github.com/google/gops

sudo dnf install gops
  • License: Apache-2.0 AND BSD-3-Clause AND MIT AND MPL-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gops
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gops
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gops from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

gops 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
  • License: BSD-3-Clause-Clear
  • Category: System/Monitoring
  • Architecture: x86_64
  • Source Package: gops
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gops
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gops from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment