macOS
brew install grpcurllocal Homebrew formula metadata
sudo port install grpcurlMacPorts ports tree · devel/grpcurl/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für grpcurl in AI-Agent-Workflows.
Installation
brew install grpcurllocal Homebrew formula metadata
sudo port install grpcurlMacPorts ports tree · devel/grpcurl/Portfile · Quelle: api.github.com
sudo apk add grpcurlAlpine Linux edge package indexes · grpcurl · Quelle: dl-cdn.alpinelinux.org
sudo dnf install grpcurlFedora Rawhide package metadata · grpcurl · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#grpcurlnixpkgs package indexes · pkgs/by-name/gr/grpcurl/package.nix · Quelle: api.github.com
scoop install main/grpcurlScoop official bucket manifest trees · bucket/grpcurl.json · Quelle: api.github.com
winget install --id fullstorydev.grpcurl -eWindows Package Manager source index · fullstorydev.grpcurl · Quelle: cdn.winget.microsoft.com
Überblick
Like cURL, but for gRPC
Verlauf
grpcurl is a command-line tool for interacting with gRPC servers, deliberately analogous to curl for HTTP. It makes binary protobuf-based RPCs scriptable by accepting and emitting human-friendly JSON while using gRPC schemas to marshal requests.
The official GitHub repository was created in 2017, and the first listed GitHub release was v1.0.0 in September 2018. FullStory's engineering blog later described grpcurl as a tool for querying gRPC servers similarly to how curl queries HTTP endpoints.
grpcurl emerged to fill a protocol gap: ordinary curl cannot conveniently invoke gRPC because gRPC uses HTTP/2 plus protobuf binary messages. The README explains that grpcurl uses server reflection, proto source files, or protoset descriptor files to discover schemas and translate JSON request bodies to protobuf messages.
The repository also provides a Go library package for building other tools that dynamically invoke gRPC endpoints, making grpcurl both a user-facing CLI and a reusable implementation example for reflection-driven gRPC tooling.
grpcurl adoption follows gRPC adoption. As teams moved internal APIs to gRPC, they needed a quick shell-native way to list services, describe methods, send requests, add metadata, test TLS and mTLS, and script health or debugging calls.
FullStory's blog noted that grpcurl implementation code helped power other dynamic gRPC tools such as Uber's Prototool. The README also lists Homebrew, Docker, Snap, Go install, and third-party packages, showing broad packaging interest around a small CLI.
The tool became a common recommendation because it preserves the Unix habit of direct command-line API inspection while respecting gRPC's schema-driven binary protocol.
Typical usage is `grpcurl HOST:PORT list`, `grpcurl HOST:PORT describe SERVICE`, or `grpcurl -d '{...}' HOST:PORT package.Service/Method`. Users can add metadata with `-H`, use plaintext or TLS, and feed JSON from stdin with `-d @`.
When a server supports gRPC reflection, grpcurl can discover services dynamically. Without reflection, users provide `.proto` sources or compiled protoset files so grpcurl can encode and decode messages correctly.
grpcurl supports unary and streaming RPCs, including interactive bidirectional streaming from a terminal. That makes it useful for smoke tests, local development, CI checks, and quick production debugging when paired with appropriate credentials and network access.
grpcurl is one of those packages that earns its place by being exactly the missing CLI. It lets package-manager users install a single binary and immediately inspect a gRPC service without writing a generated client.
It is also an archetypal Go-distributed developer tool: upstream releases binaries, Homebrew packages it, Docker images exist, and `go install` remains a source path. That redundancy is useful because grpcurl is often needed inside CI images and ephemeral debugging shells.
For API tooling, grpcurl made gRPC feel less opaque to developers raised on curl, jq, and shell pipelines. Its JSON bridge is not the wire format; it is the human interface that makes the protobuf wire format tolerable at a prompt.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
grpcurl | cli | globales Executable |
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.
https://github.com/fullstorydev/grpcurl
Installationsmetadaten
| Paketschlüssel | brew:grpcurl |
|---|---|
| Version | 1.9.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/grpcurl |
| Homepage | https://www.fullstory.com/resources/content/fullstory-engineering-blog/ |
| Repository | https://github.com/fullstorydev/grpcurl |
| Upstream-Dokumentation | https://github.com/fullstorydev/grpcurl#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/fullstorydev/grpcurl/archive/refs/tags/v1.9.3.tar.gz |
| Zuletzt aktualisiert | 2026-06-15T10:20:17-04:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | grpcurl |
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
grpcurl
nix profile install nixpkgs#grpcurlgrpcurl 1.9.3-r13
CLI tool to interact with gRPC servers
https://github.com/fullstorydev/grpcurl
sudo apk add grpcurlgrpcurl 1.9.3-8.fc44
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
https://github.com/fullstorydev/grpcurl
sudo dnf install grpcurlgrpcurl
sudo port install grpcurlmain/grpcurl
scoop install main/grpcurlfullstorydev.grpcurl
winget install --id fullstorydev.grpcurl -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.