# gitql を Homebrew, scoop, winget でインストール

gitql のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gitql
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gitql
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

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

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:gitql
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gitql>
- **バージョン:** 2.3.1
- **ソース概要:** Git query language
- **ホームページ:** <https://github.com/filhodanuvem/gitql>
- **リポジトリ:** <https://github.com/filhodanuvem/gitql>
- **上流ドキュメント:** <https://github.com/filhodanuvem/gitql#readme>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/filhodanuvem/gitql/archive/refs/tags/v2.3.1.tar.gz>
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- gitql (cli)
- gitql (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 2.3.1
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/filhodanuvem/gitql
- 検出された最新: v2.3.1 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Gitql is a Go command-line tool that exposes Git repository history through a SQL-like query language. It treats commits and related repository data as queryable tables, with examples such as selecting commit hashes, authors, dates, and messages.

### プロジェクトの歴史

The repository dates to February 2014, and the README describes Gitql as the author's first Go project. The project positions itself as an experiment rather than a replacement for `git log`, noting that it was created for exploration and inspired by textql.

### 採用の歴史

Gitql attracted attention as an early and approachable example of applying database-style querying to Git history. Its package-manager presence in Homebrew, Scoop, and winget reflects a developer-tool audience that wants ad hoc repository inspection from a shell.

### 使われ方

Practitioners run `gitql "your query"` or use the Git subcommand form `git ql "your query"` inside a repository. Typical use is read-only filtering, ordering, and projection over commit fields, such as listing authors or finding messages matching a string.

### パッケージ好きにとっての重要性

For package catalogs, Gitql is a compact example of the SQL-for-everything genre applied to version-control metadata. It is useful for discovery and one-off inspection, while its README explicitly avoids promising a full Git replacement.

### タイムライン

- 2014: Repository created on GitHub.
- 2016: 1.2.1 release published.
- 2020s: Packaged for Homebrew, Scoop, and winget.

### Related projects

- Gitql is related to Git, textql, and other tools that expose local files or developer metadata through SQL-like query interfaces.

### ソース

- <https://api.github.com/repos/filhodanuvem/gitql>
- <https://api.github.com/repos/filhodanuvem/gitql/releases>
- <https://formulae.brew.sh/formula/gitql>
- <https://github.com/filhodanuvem/gitql>
- <https://github.com/filhodanuvem/gitql/blob/main/tables.md>
- <https://raw.githubusercontent.com/filhodanuvem/gitql/main/README.md>


## セキュリティノート

gitql に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Scoop - main/gitql: normalized package name 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: normalized package name match | Windows Package Manager source index: amrdeveloper.gitql from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [ggc](https://www.automicvault.com/ja/pkg/brew/ggc/) - Shares av.db curated category or tags: cli, developer-tools, git, go.
- [git-appraise](https://www.automicvault.com/ja/pkg/brew/git-appraise/) - Shares av.db curated category or tags: cli, developer-tools, git, go.
- [git-get](https://www.automicvault.com/ja/pkg/brew/git-get/) - Shares av.db curated category or tags: cli, developer-tools, git, go.
- [git-hooks-go](https://www.automicvault.com/ja/pkg/brew/git-hooks-go/) - Shares av.db curated category or tags: cli, developer-tools, git, go.
- [gojq](https://www.automicvault.com/ja/pkg/brew/gojq/) - Shares av.db curated category or tags: cli, developer-tools, go, query-language.
- [jet](https://www.automicvault.com/ja/pkg/brew/jet/) - Shares av.db curated category or tags: cli, developer-tools, go, sql.
- [sql-migrate](https://www.automicvault.com/ja/pkg/brew/sql-migrate/) - Shares av.db curated category or tags: cli, developer-tools, go, sql.
- [sqlboiler](https://www.automicvault.com/ja/pkg/brew/sqlboiler/) - Shares av.db curated category or tags: cli, developer-tools, go, sql.
- [fileql](https://www.automicvault.com/ja/pkg/brew/fileql/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, gitql, query.

## Combined YAML source

View the package source record on GitHub. [combined/gitql.yml](https://github.com/automic-vault/db/blob/main/combined/gitql.yml)


## ソース

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
