grpcui
« Back to VersTracker
Description:
Interactive web UI for gRPC, along the lines of postman
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: grpc debugging api web-ui developer-tools
Install: brew install grpcui
About:
grpcui is a command-line utility that presents a web UI for gRPC services. It inspects a gRPC endpoint via reflection and renders an interactive form for making RPC calls. This allows developers to test and debug gRPC APIs in a browser, similar to how Postman is used for REST.
Key Features:
  • Automatic discovery of gRPC services via reflection
  • Interactive web UI for constructing and sending requests
  • Support for TLS and custom credentials
  • Displays responses and metadata in a readable format
Use Cases:
  • Debugging gRPC API endpoints during development
  • Manually testing gRPC services without writing client code
  • Inspecting the API surface of a gRPC server
Alternatives:
  • grpcurl – grpcurl is the command-line counterpart for making gRPC calls, while grpcui provides a graphical web interface.
Version History
Detected Version Rev Change Commit
Oct 9, 2025 5:05pm 0 VERSION_BUMP 9297de00
Sep 12, 2025 3:54pm 0 VERSION_BUMP f15430b2