macOS
brew install codannalocal Homebrew formula metadata
brew
Code intelligence system with semantic search. Version 0.9.23 via Homebrew; verified 2026-07-04.
install
brew install codannalocal Homebrew formula metadata
overview
Code intelligence system with semantic search
history
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.
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.
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.
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.
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.
security posture
No matching local secret-handling manifest was found for codanna. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
.codanna/settings.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
codanna | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/bartolli/codanna
install metadata
| Package key | brew:codanna |
|---|---|
| Version | 0.9.23 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/codanna |
| Homepage | https://docs.codanna.sh/ |
| Repository | https://github.com/bartolli/codanna |
| Upstream docs | https://docs.codanna.sh/ |
| License | Apache-2.0 |
| Source archive | https://github.com/bartolli/codanna/archive/refs/tags/v0.9.23.tar.gz |
| Last updated | 2026-07-04T03:25:52Z |
| Pulse | updated |
| Dependencies | openssl@3 |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | codanna |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.