macOS
brew install graphqlvizlocal Homebrew formula metadata
brew
GraphQL Server schema visualizer. Version 4.0.1 via Homebrew; verified 2026-06-13.
install
brew install graphqlvizlocal Homebrew formula metadata
overview
GraphQL Server schema visualizer
history
graphqlviz is a small GraphQL schema visualizer that renders Graphviz DOT output from a GraphQL endpoint, schema JSON file, or schema SDL file.
The project is intentionally narrow: its README describes a GraphQL Server CLI visualizer adapted from an original web interface. The repository contains a compact JavaScript CLI rather than a broader GraphQL platform.
Adoption appears to be niche and developer-tool focused. Its value comes from fitting into the existing Graphviz command-line ecosystem: `graphqlviz` writes DOT, and users pipe that into `dot` to produce PNG or other graph formats.
Typical usage is `graphqlviz [url] | dot -Tpng -o graph.png`. The CLI can also read `schema.json` or `schema.graphql`, pass an Authorization header, print the introspection result, and apply theme overrides.
graphqlviz is package-manager trivia in the good sense: a tiny bridge between GraphQL introspection and the decades-old Graphviz rendering toolchain. It is useful when a schema diagram is needed quickly and a full GraphQL registry or UI is too much.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
graphqlviz | 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/sheerun/graphqlviz
install metadata
| Package key | brew:graphqlviz |
|---|---|
| Version | 4.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/graphqlviz |
| Homepage | https://github.com/sheerun/graphqlviz |
| Repository | https://github.com/sheerun/graphqlviz |
| Upstream docs | https://github.com/sheerun/graphqlviz#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/graphqlviz/-/graphqlviz-4.0.1.tgz |
| Last updated | 2026-06-13T23:34:57+02:00 |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | graphqlviz |
| Version Scheme | 0 |
| Revision | 0 |
| 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.