# 使用 Homebrew, apk, Nix 安装 grpcui

查看 grpcui 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:grpcui
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install grpcui
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add grpcui
```

  证据: Alpine Linux edge package indexes: grpcui from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#grpcui
```

  证据: nixpkgs package indexes: pkgs/by-name/gr/grpcui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:grpcui
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/grpcui>
- **版本:** 1.5.2
- **来源摘要:** Interactive web UI for gRPC, along the lines of postman
- **主页:** <https://github.com/fullstorydev/grpcui>
- **仓库:** <https://github.com/fullstorydev/grpcui>
- **许可证:** MIT
- **源码归档:** <https://github.com/fullstorydev/grpcui/archive/refs/tags/v1.5.2.tar.gz>
- **最后更新:** 2026-07-29T16:05:06+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- grpcui (cli)
- grpcui (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.5.2
- 管理器更新时间: 2026-07-29
- 本地数据: OK
- 上游仓库: https://github.com/fullstorydev/grpcui
- 检测到的最新版本: v1.5.2 (当前)
## 项目历史与用法

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.

### 时间线

- 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.

### 来源

- <https://github.com/fullstorydev/grpcui>
- <https://github.com/fullstorydev/grpcui/releases>
- <https://raw.githubusercontent.com/fullstorydev/grpcui/master/README.md>
- <https://www.fullstory.com/blog/grpcui-dont-grpc-without-it/>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **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:** head, stable

## 其他软件包管理器记录

- Nix - grpcui: normalized package name match | nixpkgs package indexes: pkgs/by-name/gr/grpcui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - grpcui - 1.5.1-r10: normalized package name match | Alpine Linux edge package indexes: grpcui from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Interactive web UI for gRPC, along the lines of postman | https://github.com/fullstorydev/grpcui


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [grpcurl](https://pkg.so/zh-hans/brew/grpcurl/) - Shares pkgdb curated category or tags: api-client, cli, developer-tool, developer-tools, go.
- [chiko](https://pkg.so/zh-hans/brew/chiko/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, go, grpc.
- [protoc-gen-go-grpc](https://pkg.so/zh-hans/brew/protoc-gen-go-grpc/) - Shares pkgdb curated category or tags: cli, developer-tools, go, grpc.
- [go-size-analyzer](https://pkg.so/zh-hans/brew/go-size-analyzer/) - Shares pkgdb curated category or tags: cli, developer-tools, go, web-ui.
- [ghz](https://pkg.so/zh-hans/brew/ghz/) - Shares pkgdb curated category or tags: cli, developer-tools, go, grpc.
- [evans](https://pkg.so/zh-hans/brew/evans/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, grpc.
- [httpyac](https://pkg.so/zh-hans/brew/httpyac/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, grpc.
- [aurora](https://pkg.so/zh-hans/brew/aurora/) - Shares pkgdb curated category or tags: cli, developer-tools, go, web-ui.

## Combined YAML source

View the package source record on GitHub. [combined/grpcui.yml](https://github.com/mxcl/pkgdb/blob/main/combined/grpcui.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
