- SignalDesk2026-09-16
Original Summary
Hey I've been working on Eulix, a tool for navigating large codebases.<p>It parses a repository into symbols, call graphs and other structural information, then combines that with keyword and semantic retrieval to find relevant code.<p>I tested it on OpenStack (~6.9M LOC / 29k files). One query about Nova's PCI passthrough scheduling pulled back the relevant filters, helpers and related call paths in well under a second once indexed.<p>Some queries don't need an LLM at all, since Eulix can answer directly from the structured codebase data.<p>It's open source and runs locally:<p><a href="https://github.com/Nurysso/eulix" rel="nofollow">https://github.com/Nurysso/eulix</a><p>I'd especially like feedback from people who've worked on code search, static analysis, or large monorepos.<p>on a side note it may be able to handle 30M+ loc codebase too, I haven't been able to test such huge repos cause I don't have a good enough gpu to embed parsers output! :)
- 情报分类:技术学习与提效
- 分类依据:内容涉及技术、AI、软件工具或工程实践
- 信息来源:Hacker News 新项目
- 发布时间:2026/9/15 23:41:18
- 暂无回复