Automic VaultAutomic Vault

brew

使用 Homebrew, apk, Nix 安装 grpcui

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install grpcui

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add grpcui

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

Nix已验证 · 92%
nix profile install nixpkgs#grpcui

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

概览

软件包摘要

Interactive web UI for gRPC, along the lines of postman

命令和别名

  • grpcui

历史

项目历史与用法

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.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
grpcuicli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本1.5.2
管理器更新时间2026-07-06
本地数据OK
上游当前
检测到的最新版本v1.5.2

https://github.com/fullstorydev/grpcui

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:grpcui
版本1.5.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/grpcui
主页https://github.com/fullstorydev/grpcui
仓库https://github.com/fullstorydev/grpcui
上游文档https://github.com/fullstorydev/grpcui#readme
许可证MIT
源码归档https://github.com/fullstorydev/grpcui/archive/refs/tags/v1.5.2.tar.gz
最后更新2026-07-06T15:27:17Z
Pulseupdated
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

grpcui

nix profile install nixpkgs#grpcui
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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