macOS
brew install cypherneteslocal Homebrew formula metadata
brew
Kubernetes Query Language. Version 0.18.2 via Homebrew; verified from local package data.
install
brew install cypherneteslocal Homebrew formula metadata
overview
Kubernetes Query Language
history
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.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cyphernetes | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/AvitalTamir/cyphernetes
install metadata
| Package key | brew:cyphernetes |
|---|---|
| Version | 0.18.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cyphernetes |
| Homepage | https://cyphernet.es |
| Repository | https://github.com/AvitalTamir/cyphernetes |
| Upstream docs | https://cyphernet.es/docs |
| License | Apache-2.0 |
| Source archive | https://github.com/AvitalTamir/cyphernetes/archive/refs/tags/v0.18.2.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cyphernetes |
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.