grpcui
brew install grpcui
v1.4.3
MIT
Interactive web UI for gRPC, along the lines of postman
762
30-day installs · #1451
2.4k
90-day · #1483
9.6k
365-day · #1452
5.9k
★ GitHub stars · updated 2mo ago
Build dependencies
GitHub topics
golang
grpc
postman
Links
- https://github.com/fullstorydev/grpcui
- GitHub: fullstorydev/grpcui
- Brew formula source: Formula/g/grpcui.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Interactive web UI for gRPC, along the lines of postman",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:27+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "grpcui",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-15T21:55:37Z",
"github_readme_excerpt": "# gRPC UI\n[](https://circleci.com/gh/fullstorydev/grpcui/tree/master)\n[](https://goreportcard.com/report/github.com/fullstorydev/grpcui)\n\n`grpcui` is a command-line tool that lets you interact with gRPC servers via a browser.\nIt\u0027s sort of like [Postman](https://www.getpostman.com/), but for gRPC APIs instead of\nREST.\n\nIn some ways, this is like an extension to [grpcurl](https://github.com/fullstorydev/grpcurl).\nWhereas `grpcurl` is a command-line interface, `grpcui` provides a web/browser-based\nGUI. This lets you interactively construct requests to send to a gRPC server.\n\nWith this tool you can also browse the schema for gRPC services, which is presented as a\nlist of available endpoints. This is enabled either by querying a server that supports\n[server reflection](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1/reflection.proto),\nby reading proto source files, or by loading in compiled \"protoset\" files (files that contain\nencoded file [descriptor protos](https://github.com/google/protobuf/blob/master/src/google/protobuf/descriptor.proto)).\nIn fact, the way the tool transforms JSON request data into a binary encoded protobuf\nis using that very same schema. So, if the server you interact with does not support\nreflection, you will either need the proto source files that define the service or need\nprotoset files that `grpcui` can use.\n\nThis repo also provides two library packages\n1. `github.com/fullstorydev/grpcui`: This package contains the building blocks for embedding a\n gRPC web form into any Go HTTP server. It has functions for accessing the HTML form, the\n JavaScript code that powers it, as well as a sample CSS file, for styling the form.\n2. `github.com/fullstorydev/grpcui/standalone`: This package goes a step further and supplies\n a single, simple HTTP handler that provide",
"github_repo": "fullstorydev/grpcui",
"github_stars": 5906,
"github_topics": [
"golang",
"grpc",
"postman"
],
"homepage": "https://github.com/fullstorydev/grpcui",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 762,
"installs_365d": 9550,
"installs_90d": 2378,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "grpcui",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1451,
"rank_365d": 1452,
"rank_90d": 1483,
"raw_hash": "22fe6020835ccf42",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/grpcui.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.4.3",
"versioned_formulae": [],
"why_use_this": null
}