Automic VaultAutomic Vault

brew

grpcui mit Homebrew, apk, Nix installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install grpcui

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add grpcui

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

Nixverifiziert · 92%
nix profile install nixpkgs#grpcui

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

Überblick

Paketzusammenfassung

Interactive web UI for gRPC, along the lines of postman

Befehle und Aliase

  • grpcui

Verlauf

Projektgeschichte und Nutzung

grpcui is a command-line tool that opens a browser-based UI for exploring and invoking gRPC services. It is best understood as the graphical sibling of grpcurl: grpcurl is the CLI, grpcui is the interactive web form.

Projektgeschichte

The official GitHub repository was created in 2018, and its first listed GitHub release was v0.1.0 in January 2019. The README describes grpcui as a browser-based tool for gRPC APIs and explicitly positions it as an extension of grpcurl.

grpcui builds on the same general gRPC reflection and descriptor-file model as grpcurl: it can query server reflection, read proto source files, or load compiled protoset files to discover schemas and render forms.

Adoptionsgeschichte

grpcui adoption tracks the growth of gRPC APIs that are inconvenient to test with ordinary HTTP tools. It gives teams a Postman-like workflow for gRPC without needing each developer to write a custom client.

Because it is packaged as a single CLI that launches a local web UI, it fits neatly into Homebrew and similar developer-tool package managers. The package is mostly a debugging and exploration tool, not an application runtime.

Wie es verwendet wird

Users run `grpcui` with connection flags for a gRPC server. The tool prints a local URL, starts an HTTP server, and renders service and method selectors plus forms for request messages.

It supports plaintext and TLS servers, mutual TLS, request metadata, JSON request entry, response headers and trailers, and descriptor discovery through reflection, proto files, or protosets.

Warum Paket-Nerds sich dafür interessieren

grpcui is package-nerd useful because it turns a binary RPC protocol into an inspectable local web tool without requiring a whole desktop API client suite.

It also shows a common modern CLI pattern: install a small Go binary from a package manager, then use it to launch a local browser UI for an otherwise hard-to-inspect protocol.

Zeitleiste

  • 2018: The grpcui GitHub repository was created.
  • 2019: v0.1.0 was published on GitHub releases.
  • 2019: FullStory described grpcui as a way to explore running gRPC interfaces alongside grpcurl.
  • 2020s: The README documents Homebrew installation and Go installation workflows.

Related projects

  • grpcurl is the companion CLI and conceptual base for grpcui.
  • gRPC server reflection enables grpcui to discover schemas from a running server.
  • Protocol Buffers and protoset descriptor files provide the schema data grpcui uses to build forms.

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
grpcuicliglobales 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-25
Manager-Version1.5.2
Manager aktualisiert2026-07-06
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.5.2

https://github.com/fullstorydev/grpcui

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:grpcui
Version1.5.2
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/grpcui
Homepagehttps://github.com/fullstorydev/grpcui
Repositoryhttps://github.com/fullstorydev/grpcui
Upstream-Dokumentationhttps://github.com/fullstorydev/grpcui#readme
LizenzMIT
Quellarchivhttps://github.com/fullstorydev/grpcui/archive/refs/tags/v1.5.2.tar.gz
Zuletzt aktualisiert2026-07-06T15:27:17Z
Pulseupdated
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 Namegrpcui
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%

grpcui

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

grpcui 1.5.1-r9

Interactive web UI for gRPC, along the lines of postman

https://github.com/fullstorydev/grpcui

sudo apk add grpcui
  • License: MIT
  • Architecture: x86_64
  • Source Package: grpcui
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Grpcui
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: grpcui from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

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