macOS
brew install grpcuilocal Homebrew formula metadata
brew
Interactive web UI for gRPC, along the lines of postman. Version 1.5.2 via Homebrew; verified 2026-07-06.
install
brew install grpcuilocal Homebrew formula metadata
sudo apk add grpcuiAlpine Linux edge package indexes · grpcui · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#grpcuinixpkgs package indexes · pkgs/by-name/gr/grpcui/package.nix · source: api.github.com
overview
Interactive web UI for gRPC, along the lines of postman
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
grpcui | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/fullstorydev/grpcui
install metadata
| Package key | brew:grpcui |
|---|---|
| Version | 1.5.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/grpcui |
| Homepage | https://github.com/fullstorydev/grpcui |
| Repository | https://github.com/fullstorydev/grpcui |
| Upstream docs | https://github.com/fullstorydev/grpcui#readme |
| License | MIT |
| Source archive | https://github.com/fullstorydev/grpcui/archive/refs/tags/v1.5.2.tar.gz |
| Last updated | 2026-07-06T15:27:17Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | grpcui |
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
grpcui
nix profile install nixpkgs#grpcuigrpcui 1.5.1-r9
Interactive web UI for gRPC, along the lines of postman
https://github.com/fullstorydev/grpcui
sudo apk add grpcuisource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.