nectar
- stable file identity
- + yes minted
- plain-language description
- + per file
- meaning-based store you own
- + yes deeplake
- survives a rename
- + yes
- fuses with your memory
- + yes
nectar did not invent codebase search. Plenty of good tools give files identity, describe code with a language model, or index a repo by meaning. What nectar does that no single tool does is combine all of it into one thing that composes with your agent's memory. Here is an honest, sourced look, tool by tool.
DownloadEach column below is covered by some tool. No other tool fills the whole row.
| nectar | openwiki | smith | aura | coderag | |
|---|---|---|---|---|---|
| stable file identity | yes. yes minted | no. no | no. no path-keyed | partial. yes per function | no. no |
| plain-language description | yes. per file | partial. per page | yes. per file | no. no | partial. per chunk |
| meaning-based store you own | honeycomb advantage. yes deeplake | no. no | partial. sidecars | no. no | partial. vector db |
| survives a rename | yes. yes | no. no | no. no | yes. yes | no. no |
| fuses with your memory | honeycomb advantage. yes | no. no | no. no | no. no | no. no |
Competitor facts from their public materials and our survey, captured 2026-06 and 2026-07. Where we were unsure, we mark it rather than assert it.
The free committed-wiki approach, and why an agent grepping a doc is not the same as an agent recalling the right file.
The closest prior work for describing files, and the identity and storage gaps nectar fills.
The clearest predecessor for stable identity, at function granularity, and how nectar applies the same idea to memory.
The dominant chunk-and-embed pattern, and the deliberate choice to describe whole files instead of symbols.
What you would have to build and maintain yourself, capture hooks, distillation, a store, a dashboard, a watchdog, versus one command.
RAG retrieves from a fixed document set. Agent memory captures what happens as you work and stays current. Different jobs.
No. Good tools already give files identity, describe code, or index a repo semantically. nectar's narrower claim is that it is the first to combine minted file identity, plain-language description, a store you own, and recall fused with your memory.
Smith is the closest single tool: a per-file description with staleness tracking. nectar adds a stable identity, a durable store you own, and recall that fuses with your memory.
Mostly close, not competition. Each covers part of the problem well, and openwiki's output could even feed nectar. nectar's difference is the combination and the fusion with your memory.
nectar installs with the rest of the stack. Ask a plain question and get the right file back, even when nothing documented it.
Windows (PowerShell): irm https://get.theapiary.sh/install.ps1 | iex
Download