Vera
Local code search combining BM25, vector similarity, and cross-encoder reranking. Parses 60+ languages with tree-sitter, runs entirely offline, and returns structured results with file paths, line ranges, and symbol metadata. Built in Rust.
Vera is a local-first code search tool that uses BM25, vector search, and cross-encoder reranking. It indexes over 60 languages with tree-sitter and returns structured JSON results. It runs as a single static binary with no external dependencies.