# Installer gql avec Homebrew, MacPorts, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:gql
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gql
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gql
```

  Preuve: MacPorts ports tree: devel/gql/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gql
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gq/gql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/gitql
```

  Preuve: Scoop official bucket manifest trees: bucket/gitql.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id amrdeveloper.gitql -e
```

  Preuve: Windows Package Manager source index: amrdeveloper.gitql from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:gql
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gql>
- **Version:** 0.43.0
- **Résumé source:** Git Query language is a SQL like language to perform queries on .git files
- **Page d'accueil:** <https://amrdeveloper.github.io/GQL/>
- **Dépôt:** <https://github.com/AmrDeveloper/GQL>
- **Docs amont:** <https://amrdeveloper.github.io/GQL/>
- **Licence:** MIT
- **Archive source:** <https://github.com/AmrDeveloper/GQL/archive/refs/tags/0.43.0.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gitql (cli)
- gitql (alias)

## Dépendances de compilation

- cmake
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.43.0
- données locales: OK
- dépôt amont: https://github.com/AmrDeveloper/GQL
- dernière version détectée: 0.43.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

GitQL is a SQL-like query language and CLI for querying local `.git` data. The project also exposes the GitQL SDK, an in-memory query engine that can be adapted to other data sources.

### Historique du projet

The repository history begins on 2023-06-02 with commits implementing the base structure and early SELECT, LIMIT, and OFFSET statements. The README describes GitQL as a tool built on the GitQL SDK for SQL-like queries over local Git repositories.

Over time the project expanded from a Git-history query CLI into a reusable SDK with customizable schema, data provider, standard library, type system, value system, and component assembly documentation.

### Historique d'adoption

GitQL entered package-manager listings as a Rust-era developer tool for exploring repository metadata without exporting it to a database. The supplied metadata lists Homebrew, MacPorts, Nix, Scoop, and winget package names.

The official README also links related SDK-based tools, showing adoption of the query engine idea beyond Git data: LLQL, ClangQL, FileQL, and PyQL.

### Modes d'utilisation

Users run SQL-like statements against tables such as commits, branches, refs, tags, and diff changes. README examples include grouping commits by author, filtering refs, ordering branches, and aggregating file-change counts.

The SDK use case is broader: developers can define a schema and provider for a different source of data while reusing GitQL's parser, type system, functions, and query execution pieces.

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

GitQL sits in the same package-manager niche as `jq`, `sqlite-utils`, and other exploratory CLI tools: it gives maintainers and developers an ad hoc query surface over data they already have locally.

Its packaging across desktop package managers matters because Git repositories are local working-set data; installing a single CLI is simpler than standing up an indexed service just to ask a one-off history question.

### Chronologie

- 2023-06-02: Repository history begins with the first GitQL commits.
- 2023: README license copyright names Amr Hesham.
- 2024-05-18: Project discussion for release 0.19.0 records parser, type-checker, and function work.
- 2025: README copyright range extends through 2025 and lists SDK-based related tools including PyQL.
- 2026-03-09: Repository history records version and dependency update work.

### Related projects

- LLQL applies the GitQL SDK idea to LLVM IR/BC.
- ClangQL applies SQL-like querying to C and C++ source code files.
- FileQL applies it to file-system metadata.
- PyQL applies it to Python source code files.

### Sources

- <https://amrdeveloper.github.io/GQL>
- <https://amrdeveloper.github.io/GQL/setup>
- <https://github.com/AmrDeveloper/GQL>
- <https://github.com/AmrDeveloper/GQL/discussions/100>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gql
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** gitql
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - gql: normalized package name match | nixpkgs package indexes: pkgs/by-name/gq/gql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - gql: normalized package name match | MacPorts ports tree: devel/gql/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gitql: installed executable or alias match | Scoop official bucket manifest trees: bucket/gitql.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - amrdeveloper.gitql: installed executable or alias match | Windows Package Manager source index: amrdeveloper.gitql from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [gh](https://pkg.so/fr/brew/gh/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [jq](https://pkg.so/fr/brew/jq/) - Shares pkgdb curated category or tags: cli, developer-tools, query-language.
- [libgit2](https://pkg.so/fr/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [glab](https://pkg.so/fr/brew/glab/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-lfs](https://pkg.so/fr/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [lazygit](https://pkg.so/fr/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [bat](https://pkg.so/fr/brew/bat/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-filter-repo](https://pkg.so/fr/brew/git-filter-repo/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [clangql](https://pkg.so/fr/brew/clangql/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, files, gitql.
- [fileql](https://pkg.so/fr/brew/fileql/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, files, gitql.
- [fselect](https://pkg.so/fr/brew/fselect/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, files, like.

## Combined YAML source

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


## Sources

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