# cyphernetes を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:cyphernetes
```

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

### macOS

- Homebrew (100%):

```sh
brew install cyphernetes
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:cyphernetes
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.18.2
- **ソース概要:** Kubernetes Query Language
- **ホームページ:** <https://cyphernet.es>
- **リポジトリ:** <https://github.com/AvitalTamir/cyphernetes>
- **最終更新:** 2026-07-27T22:04:06+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cyphernetes (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.18.2
## プロジェクトの歴史と使われ方

Cyphernetes is a Kubernetes query tool that applies a Cypher-inspired graph language to Kubernetes resources. It packages Kubernetes inspection and mutation workflows as shell, one-shot CLI, web UI, kubectl plugin, Go API, and operator entry points.

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

The GitHub repository was created in November 2023. Its README describes Cyphernetes as a Cypher-inspired query language for Kubernetes, mixing ASCII-art, SQL, and JSONPath ideas so users can express Kubernetes graph operations more directly than with long kubectl pipelines.

The repository is organized as a monorepo containing the core parser and engine, the cyphernetes CLI, a web client, docs, and an operator. That layout explains why the Homebrew package is a CLI but the project is broader than a single command.

### 採用の歴史

Official README installation instructions include Homebrew, go install, and release binaries, and the acknowledgments thank contributors for getting the project into Homebrew. That is a small but concrete signal that the project intentionally targeted package-manager distribution.

### 使われ方

Users run cyphernetes web for a local web client, cyphernetes shell for an interactive shell, cyphernetes query for one-off scripts and CI/CD, kubectl cypher as a plugin, or the operator for dynamic Kubernetes workflows. Queries can match Kubernetes resources, filter them by status fields, return projections, or create related resources such as Services from Deployments.

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

Cyphernetes is package-nerd-interesting because it turns a familiar database query-language style into a Kubernetes CLI. It belongs to the family of kubectl-adjacent tools that trade verbose shell pipelines for a domain language and then ship as one installable binary.

### タイムライン

- 2023: AvitalTamir/cyphernetes repository created on GitHub.
- 2024: Early v0.1 through v0.6 tags appear in the repository tag history.
- 2025: v0.18.x releases published and Homebrew installation documented in the official README.

### Related projects

- Neo4j Cypher is the named inspiration for the query language.
- kubectl is the operational baseline Cyphernetes often replaces or complements.
- The Cyphernetes operator extends the query language into Kubernetes workflow automation.

### ソース

- <https://github.com/AvitalTamir/cyphernetes>
- <https://github.com/AvitalTamir/cyphernetes#readme>
- <https://github.com/AvitalTamir/cyphernetes/tree/main/docs>
- <https://api.github.com/repos/AvitalTamir/cyphernetes>
- <https://api.github.com/repos/AvitalTamir/cyphernetes/releases?per_page=10>
- <https://api.github.com/repos/AvitalTamir/cyphernetes/tags?per_page=100>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
