# gnmic を Homebrew, Nix でインストール

gnmic のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gnmic
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gnmic
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gnmic
```

  証拠: nixpkgs package indexes: pkgs/by-name/gn/gnmic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gnmic
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gnmic>
- **バージョン:** 0.46.0
- **ソース概要:** GNMI CLI client and collector
- **ホームページ:** <https://gnmic.openconfig.net>
- **リポジトリ:** <https://github.com/openconfig/gnmic>
- **上流ドキュメント:** <https://gnmic.openconfig.net>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/openconfig/gnmic/archive/refs/tags/v0.46.0.tar.gz>
- **最終更新:** 2026-07-27T14:57:50+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- gnmic (cli)
- gnmic (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.46.0
- マネージャ更新日: 2026-07-27
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/openconfig/gnmic
- 検出された最新: v0.46.0 (最新)
## プロジェクトの歴史と使われ方

gNMIc is an OpenConfig-hosted command-line client and collector for the gNMI network-management protocol. It supports Capabilities, Get, Set, and Subscribe RPCs while also acting as a telemetry collector with outputs for monitoring and messaging systems.

### プロジェクトの歴史

The changelog records early 0.0.x releases in March and April 2020, followed by 0.1.0 on July 16, 2020. Early releases added output pipelines such as NATS/STAN, UDP, TCP, InfluxDB, and Prometheus, showing the project expanding from a CLI into a telemetry collection suite.

### 採用の歴史

In October 2022, Nokia donated gNMIc to OpenConfig, moving it from a vendor-originated tool into the OpenConfig organization. That transition mattered because gNMI itself is an OpenConfig-centered interface for model-driven network telemetry and configuration.

### 使われ方

Network engineers use gNMIc to inspect device capabilities, get and set model paths, subscribe to telemetry streams, browse YANG paths interactively, and collect telemetry into Prometheus, Kafka, NATS, InfluxDB, OpenTelemetry, and similar systems. The documentation emphasizes flags, environment variables, config files, multi-target operations, and multiple subscriptions.

### パッケージ好きにとっての重要性

For package maintainers and network automation users, gNMIc is significant because it makes a specialized gRPC/YANG protocol available as a single installable binary. It bridges lab one-liners, CI validation, and production-style telemetry pipelines without forcing every operator to write a custom gNMI client.

### タイムライン

- 2020-03-24: Changelog records v0.0.1.
- 2020-07-16: v0.1.0 adds customizable NATS/STAN output subjects.
- 2020-10-21: v0.4.0 adds the prompt command and Prometheus output support.
- 2022-10: Nokia donates gNMIc to OpenConfig.

### Related projects

- gNMIc is tied to OpenConfig models, the gNMI protocol, YANG tooling, Prometheus, Grafana, Kafka, NATS, InfluxDB, OpenTelemetry, and network lab tools such as Containerlab.

### ソース

- <https://github.com/openconfig/gnmic>
- <https://gnmic.openconfig.net/>
- <https://gnmic.openconfig.net/changelog/>
- <https://netdevops.me/2022/gnmic-joins-openconfig/>


## セキュリティノート

gnmic に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./.gnmic.yaml, ./.gnmic.yml, ./.gnmic.toml, ./.gnmic.json, ~/.gnmic.yaml, ~/.gnmic.yml, ~/.gnmic.toml, ~/.gnmic.json, $XDG_CONFIG_HOME/gnmic/.gnmic.yaml, $XDG_CONFIG_HOME/gnmic/.gnmic.yml, $XDG_CONFIG_HOME/gnmic/.gnmic.toml, $XDG_CONFIG_HOME/gnmic/.gnmic.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gnmic
- **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 - gnmic: normalized package name match | nixpkgs package indexes: pkgs/by-name/gn/gnmic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/ja/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [juise](https://pkg.so/ja/brew/juise/) - Shares pkgdb curated category or tags: cli, network-automation, networking.
- [c-ares](https://pkg.so/ja/brew/c-ares/) - Shares pkgdb curated category or tags: cli, networking.
- [unbound](https://pkg.so/ja/brew/unbound/) - Shares pkgdb curated category or tags: cli, networking.
- [curl](https://pkg.so/ja/brew/curl/) - Shares pkgdb curated category or tags: cli, networking.
- [libidn2](https://pkg.so/ja/brew/libidn2/) - Shares pkgdb curated category or tags: cli, networking.
- [openldap](https://pkg.so/ja/brew/openldap/) - Shares pkgdb curated category or tags: cli, networking.
- [wget](https://pkg.so/ja/brew/wget/) - Shares pkgdb curated category or tags: cli, networking.
- [librist](https://pkg.so/ja/brew/librist/) - Shares pkgdb curated category or tags: cli, networking.
- [fastnetmon](https://pkg.so/ja/brew/fastnetmon/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, network, networking.
- [i2pd](https://pkg.so/ja/brew/i2pd/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, network, networking.

## Combined YAML source

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


## ソース

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