Automic VaultAutomic Vault

brew

grpcui を Homebrew, apk, Nix でインストール

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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