nesall/phenixcode
Privacy-focused, self-hosted RAG assistant for querying codebases with local or cloud LLMs.
This tool helps developers privately query their codebases using AI. You feed it your code (or point it to your code directories), and it allows you to ask questions about it in plain language, providing relevant code snippets and explanations. It's designed for software developers who need to understand, refactor, or debug code without sending sensitive intellectual property to external cloud services.
Use this if you are a developer who wants to use AI to understand or interact with your code, but absolutely require that your code and data remain entirely on your own machines for privacy, security, or cost reasons.
Not ideal if you need inline code autocompletion or prefer a fully managed, cloud-based AI coding assistant.
Stars
20
Forks
2
Language
C++
License
MIT
Category
Last pushed
Jan 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/nesall/phenixcode"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jakedismo/codegraph-rust
100% Rust implementation of code graphRAG with blazing fast AST+FastML parsing, surrealDB...
jamie8johnson/cqs
Code intelligence and RAG for AI agents. Semantic search, call graphs, impact analysis, type...
maciek-O-digiaidev/CodeRAG
Intelligent codebase context engine for AI coding agents. Semantic RAG from source code via MCP tools.
Eyram233/CodeRAG
Build semantic vector databases from code and docs to enable AI agents to understand and...
Amrithesh-Kakkoth/CodeAnalyzer_Pro
It's a repo which helps to evaluate code in a codebase and can also act as a Q/A agent.