Dev Tools · 1h ago
Trelix: open-source code intelligence engine replaces grep for code understanding
Developer Sai Ram built trelix, an open-source tool that indexes codebases using Tree-sitter and answers natural-language questions via hybrid search. It combines BM25, vector search, and call-graph traversal to understand code structure, not just text. Trelix works offline with no API key or infrastructure required.
Meridian48 take
A pragmatic solution to a common developer pain point, but its adoption will depend on how well it scales to massive monorepos and integrates into existing workflows.
Read the full reporting
I Built trelix Because I Was Tired of Grepping My Way Through Codebases →
DEV Community
code-searchopen-source