macOS
brew install gqllocal Homebrew formula metadata
sudo port install gqlMacPorts ports tree · devel/gql/Portfile · ソース: api.github.com
brew / 順位 7049
gql のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gqllocal Homebrew formula metadata
sudo port install gqlMacPorts ports tree · devel/gql/Portfile · ソース: api.github.com
nix profile install nixpkgs#gqlnixpkgs package indexes · pkgs/by-name/gq/gql/package.nix · ソース: api.github.com
scoop install main/gitqlScoop official bucket manifest trees · bucket/gitql.json · ソース: api.github.com
winget install --id amrdeveloper.gitql -eWindows Package Manager source index · amrdeveloper.gitql · ソース: cdn.winget.microsoft.com
概要
Git Query language is a SQL like language to perform queries on .git files
履歴
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.
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.
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.
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.
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gitql | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/AmrDeveloper/GQL
インストールメタデータ
| パッケージキー | brew:gql |
|---|---|
| バージョン | 0.43.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gql |
| ホームページ | https://amrdeveloper.github.io/GQL/ |
| リポジトリ | https://github.com/AmrDeveloper/GQL |
| 上流ドキュメント | https://amrdeveloper.github.io/GQL/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/AmrDeveloper/GQL/archive/refs/tags/0.43.0.tar.gz |
| ビルド依存関係 | cmake, rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gql |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gql
nix profile install nixpkgs#gqlgql
sudo port install gqlmain/gitql
scoop install main/gitqlamrdeveloper.gitql
winget install --id amrdeveloper.gitql -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.