# codequery mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für codequery in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:codequery
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install codequery
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install codequery
```

  Evidenz: Debian stable package indexes: codequery from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:codequery
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/codequery>
- **Version:** 1.0.1
- **Quellzusammenfassung:** Code-understanding, code-browsing or code-search tool
- **Homepage:** <https://ruben2020.github.io/codequery/>
- **Repository:** <https://github.com/ruben2020/codequery>
- **Upstream-Dokumentation:** <https://github.com/ruben2020/codequery#readme>
- **Lizenz:** MPL-2.0
- **Quellarchiv:** <https://github.com/ruben2020/codequery/archive/refs/tags/v1.0.1.tar.gz>
- **Generiert:** 2026-07-09T07:20:21+00:00

## Executables

- codequery (cli)
- cqmakedb (cli)
- cqsearch (cli)
- codequery (Alias)
- cqmakedb (Alias)
- cqsearch (Alias)

## Abhängigkeiten

- qt5compat
- qtbase
- sqlite

## Build-Abhängigkeiten

- cmake
- qttools

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-09
- Manager-Version: 1.0.1
- lokale Daten: OK
- Upstream-Repository: https://github.com/ruben2020/codequery
- neueste erkannte Version: v1.0.1 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

CodeQuery is a source-code indexing, browsing, and search tool that combines cscope-style call information with ctags-style symbol information and stores the result in a SQLite-backed database.

### Projektgeschichte

The GitHub repository dates to 2013 and the README presents CodeQuery as a cross-platform GUI plus command-line database tooling. It was built around existing source-navigation traditions: cscope, Exuberant ctags, Universal Ctags, pycscope, and starscope.

### Adoptionsgeschichte

CodeQuery spread through classic package-manager channels rather than a SaaS ecosystem: the README documents Debian and Ubuntu installation through apt, macOS installation through Homebrew, and Windows binaries through SourceForge.

### Wie es verwendet wird

A typical workflow uses cscope and ctags data, processes it with cqmakedb into a CodeQuery database, then browses or queries it with the codequery GUI or searches with cqsearch. The tool supports symbols, call relationships, inheritance relationships, file lookup, grep-style search, and graph exports.

### Warum Paket-Nerds sich dafür interessieren

CodeQuery matters to package nerds as a packaged survivor of the pre-language-server source-navigation era. It connects long-lived Unix indexing tools, SQLite, GUI browsing, and distro packaging in a way that makes large legacy codebases searchable without adopting a full IDE.

### Zeitleiste

- 2013: GitHub repository created.
- 2010s: README documents Debian, Ubuntu, Homebrew, and SourceForge distribution paths.
- 2025: Repository remains active according to GitHub metadata gathered during research.
- 2026: Homebrew formula distributes CodeQuery 1.0.1.

### Related projects

- Related projects include cscope, Exuberant ctags, Universal Ctags, pycscope, starscope, vim-codequery, codequery4vscode, GNU cflow, CodeViz, and tags2uml.

### Quellen

- <https://github.com/ruben2020/codequery>
- <https://ruben2020.github.io/codequery>
- <https://formulae.brew.sh/api/formula/codequery.json>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Debian apt - codequery - 1.0.0+dfsg-1: normalized package name match | Debian stable package indexes: codequery from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | code-understanding, code-browsing or code-search tool | https://github.com/ruben2020/codequery
- Ubuntu apt - codequery - 0.27.0+dfsg-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: codequery from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | code-understanding, code-browsing or code-search tool | https://github.com/ruben2020/codequery


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [qtbase](https://www.automicvault.com/de/pkg/brew/qtbase/) - Runtime dependency declared by Homebrew.
- [sqlite](https://www.automicvault.com/de/pkg/brew/sqlite/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/de/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [ack](https://www.automicvault.com/de/pkg/brew/ack/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [cgrep](https://www.automicvault.com/de/pkg/brew/cgrep/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [idutils](https://www.automicvault.com/de/pkg/brew/idutils/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [serpl](https://www.automicvault.com/de/pkg/brew/serpl/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [ast-grep](https://www.automicvault.com/de/pkg/brew/ast-grep/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [cgvg](https://www.automicvault.com/de/pkg/brew/cgvg/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [comby](https://www.automicvault.com/de/pkg/brew/comby/) - Shares av.db curated category or tags: cli, code-search, developer-tools.
- [cscope](https://www.automicvault.com/de/pkg/brew/cscope/) - Shares av.db curated category or tags: cli, code-search, developer-tools.

## Combined YAML source

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


## Quellen

- Nucleus package database
- Geiger risk classifier
- 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
