# Installer codanna avec Homebrew

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

## installation

```sh
sudo av install brew:codanna
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install codanna
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:codanna
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.13.1
- **Résumé source:** Code intelligence system with semantic search
- **Page d'accueil:** <https://docs.codanna.sh/>
- **Dépôt:** <https://github.com/bartolli/codanna>
- **Dernière mise à jour:** 2026-08-03T03:18:39Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- codanna (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Codanna is a Rust-based local code intelligence CLI and MCP server for AI coding agents. It indexes code, tracks relationships, and provides semantic search over code and documents.

### Historique du projet

The official docs say Codanna came from a need for rapid research and pair-programming exploration where LSP servers were too slow for repeated questions. Its README positions it as code context for AI assistants, with structured symbol lookup, relationship tracing, and semantic search.

### Historique d'adoption

Codanna is distributed through its own installer, Homebrew, Cargo, Nix, and GitHub releases. Its packaging matters because AI coding-agent users often need a small local binary that can be installed in developer shells and spawned as an MCP server.

### Modes d'utilisation

A typical workflow is to run codanna init, index a project, then query via CLI or MCP tools such as semantic_search_with_context. Configuration lives in .codanna/settings.toml, while embedding API keys are intentionally environment-only.

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

Codanna is part of the recent wave of package-manager-installed AI-agent support tools: local-first, Rust binary distribution, MCP integration, and semantic indexing without requiring a hosted code-search service.

### Chronologie

- 2026: Official releases include prebuilt Linux, macOS, and Windows assets.
- 2026: v0.9.23 is documented as a resolver precision release with MCP and indexing changes.

### Related projects

- Language servers, ripgrep-style code search, vector embedding services, and MCP clients are adjacent tools in Codanna workflows.

### Sources

- <https://docs.codanna.sh/>
- <https://docs.codanna.sh/features/semantic-search>
- <https://docs.codanna.sh/installation>
- <https://docs.codanna.sh/reference/customization>
- <https://github.com/bartolli/codanna/releases>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour codanna. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .codanna/settings.toml

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
