Automic VaultAutomic Vault

brew

Installer graphqurl avec Homebrew, Nix, dnf, MacPorts, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de graphqurl pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install graphqurl

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install gq

MacPorts ports tree · net/gq/Portfile · Source: api.github.com

Linux

Nixvérifié · 92%
nix profile install nixpkgs#graphqurl

nixpkgs package indexes · pkgs/by-name/gr/graphqurl/package.nix · Source: api.github.com

Fedora dnfvérifié · 92%
sudo dnf install gq

Fedora Rawhide package metadata · gq · Source: dl.fedoraproject.org

openSUSE zyppervérifié · 92%
sudo zypper install gq

openSUSE Tumbleweed package metadata · gq · Source: download.opensuse.org

aperçu

Résumé du paquet

Curl for GraphQL with autocomplete, subscriptions and GraphiQL

Commandes et alias

  • gq
  • graphqurl

historique

Historique du projet et usages

graphqurl is Hasura's curl-like CLI and JavaScript client for GraphQL. It provides the `gq` and `graphqurl` executables for sending queries, using headers and variables, running autocomplete from introspection, executing subscriptions, and exporting schemas.

Historique du projet

Hasura built graphqurl to make GraphQL endpoint interaction feel closer to curl while preserving GraphQL-specific affordances such as introspection, query autocomplete, subscriptions, and schema export.

The v1.0 announcement emphasized reducing bundle size by moving away from Apollo Client for basic query and subscription work, positioning graphqurl as a lighter tool for users who wanted GraphQL requests without broader client-side caching machinery.

Historique d'adoption

graphqurl's adoption is closely tied to Hasura users and to developers who need a terminal-friendly way to inspect or exercise arbitrary GraphQL endpoints. It is packaged by Homebrew and several other package managers under names such as `graphqurl` or `gq`.

Its README and npm package highlight two surfaces: a CLI for shell workflows and a Node/browser library through `createClient`. That dual identity made it useful both as a quick manual testing tool and as a small dependency for scripts.

Modes d'utilisation

The common CLI pattern is `gq ENDPOINT -H 'Authorization: Bearer <token>' -q 'query { ... }'`. Users can also omit the query and use TAB-driven autocomplete based on schema introspection.

For schema work, `gq <endpoint> --introspect` can emit GraphQL SDL or JSON. For realtime APIs, graphqurl can execute subscriptions and stream responses to stdout. Earlier documented workflows also exposed a local GraphiQL UI; the GitHub README notes that GraphiQL support was removed from version 2.0.0 onward.

Pourquoi les passionnés de paquets s'y intéressent

graphqurl is the GraphQL answer to the perennial packaging question: why do I need a whole SDK to send one API request? It packages the 80 percent terminal workflow into a single executable while still understanding GraphQL concepts curl cannot infer.

It is also interesting because package managers expose both the long package name and the short `gq` executable, making it show up in CLI namespace conversations alongside generic HTTP clients, GraphQL IDEs, and API-specific CLIs.

Chronologie

  • Initial package era: graphqurl appeared as a Hasura-maintained CLI and JavaScript client for GraphQL endpoint access.
  • v1.0: Hasura announced a lighter implementation and promoted CLI queries, local GraphiQL, subscriptions, browser/Node use, and schema export.
  • v2.0.0: The project removed GraphiQL UI support, with the README directing users to v1.0.3 for that feature.

Related projects

  • Hasura GraphQL Engine is the ecosystem project most closely associated with graphqurl.
  • curl is the conceptual model for graphqurl's terminal user experience.
  • GraphiQL is an adjacent UI workflow that graphqurl supported in earlier versions.
  • GraphQL Inspector and GraphQL CLI sit nearby as schema-management tools rather than request clients.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
gqcliexécutable global
graphqurlcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire2.0.0
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/hasura/graphqurl

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:graphqurl
Version2.0.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/graphqurl
Page d'accueilhttps://github.com/hasura/graphqurl
Dépôthttps://github.com/hasura/graphqurl
Docs amonthttps://github.com/hasura/graphqurl#readme
LicenceApache-2.0
Archive sourcehttps://registry.npmjs.org/graphqurl/-/graphqurl-2.0.0.tgz
Dépendancesnode
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegraphqurl
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

graphqurl

nix profile install nixpkgs#graphqurl
  • normalized package name match
  • Correspondance par : Graphqurl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gr/graphqurl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts94%

gq

sudo port install gq
  • installed executable or alias match
  • Correspondance par : Gq
MacPorts ports tree · api.github.com · MacPorts ports tree: net/gq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
dnf92%

gq 1.3.4-56.fc44

Graphical LDAP directory browser and editor

http://sourceforge.net/projects/gqclient/

sudo dnf install gq
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gq
  • 16 Dépendances
  • 2 fournit
  • installed executable or alias match
  • Correspondance par : Gq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gq from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper92%

gq 1.2.3-94.5

An LDAP Client for GTK

http://gq-project.org/

sudo zypper install gq
  • License: GPL-2.0-or-later
  • Category: Productivity/Networking/LDAP/Clients
  • Architecture: x86_64
  • Source Package: gq
  • 14 Dépendances
  • 2 fournit
  • installed executable or alias match
  • Correspondance par : Gq
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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