# Installer compiledb avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:compiledb
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install compiledb
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#compiledb
```

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

## Faits du paquet

- **Clé du paquet:** brew:compiledb
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.10.7
- **Résumé source:** Generate a Clang compilation database for Make-based build systems
- **Page d'accueil:** <https://github.com/nickdiego/compiledb>
- **Dépôt:** <https://github.com/nickdiego/compiledb>
- **Dernière mise à jour:** 2026-07-13T10:21:17Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- compiledb (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.10.7
## Historique du projet et usages

compiledb is a Python CLI for generating Clang JSON compilation databases for GNU Make-based build systems.

### Historique du projet

The official README says compiledb was written to index Android Open Source Project modules after the author found existing tools unsatisfactory. It reworked ideas from YCM-Generator and aimed to produce `compile_commands.json` quickly without always requiring a clean build, using Make dry-run and keep-going behavior to extract compile commands.

### Historique d'adoption

PyPI records public compiledb releases starting in 2018. The Homebrew input records both Homebrew and Nix packaging, reflecting its role as a small command-line bridge between traditional Make projects and Clang-aware editor or language-server tooling.

### Modes d'utilisation

compiledb can wrap `make`, parse build logs or stdin, and write Clang's `compile_commands.json` in arguments-list or command-string form. Its main audience is non-CMake projects that still want editor indexing, static analysis, or language-server support.

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

The package is significant because `compile_commands.json` became a de facto interchange file for C and C++ tooling. compiledb gives Make-based projects a lightweight way to participate in that ecosystem without migrating their build system.

### Chronologie

- 2018: PyPI records the first public compiledb release.
- 2025: PyPI and GitHub releases record 0.10.x releases.

### Related projects

- compiledb is related to Clang's JSON Compilation Database format, Bear, YCM-Generator, cquery, ccls, and editor tooling such as YouCompleteMe.

### Sources

- <https://github.com/nickdiego/compiledb>
- <https://raw.githubusercontent.com/nickdiego/compiledb/master/README.md>
- <https://pypi.org/pypi/compiledb/json>
- <https://clang.llvm.org/docs/JSONCompilationDatabase.html>


## Notes de sécurité

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Nix - compiledb: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/compiledb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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