SaaSHub helps you find the best software and product alternatives Learn more β
Codegraph Alternatives
Similar projects and alternatives to codegraph
-
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Typesense
Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch β‘ π β¨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
-
Milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
-
Weaviate
Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native databaseβ.
-
-
-
rtk
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
-
-
caveman
πͺ¨ why use many token when few token do trick β Claude Code skill that cuts 65% of tokens by talking like caveman
-
lancedb
Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.
-
orama
π A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.
-
kirograph
Semantic code knowledge graph for Kiro: fewer tool calls, instant symbol lookups, 100% local.
-
-
-
codequery
A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
-
emerge
Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
-
-
codegraph discussion
codegraph reviews and mentions
-
Agent Retrieval Above the Crossover: A First-Principles Read of CodeGraph
The prior post in this series, Agent Retrieval Is a Cost Curve Problem, argued that a viable LLM-symbol-graph would need to satisfy six specific conditions β and that no existing tool had hit all six. The post went live on 2026-05-25; seven days earlier, CodeGraph had hit GitHub trending with exactly those six properties satisfied.
- Supercharge Claude Code, Cursor, Codex with Semantic Code Intelligence
-
KiroGraph: from a personal side project to community-AI-driven tool
Inspired by CodeGraph by colbymchenry for Claude Code, rebuilt natively for Kiro's MCP and hooks system.
-
CodeGraph: Stop Your AI Agent From Grepping the Same Files 50 Times
CodeGraph is an open-source tool that builds a pre-indexed knowledge graph of your codebase: symbols, call graphs, imports, inheritance, and code structure. The agent queries that graph in one shot instead of scanning files one by one.
-
Building KiroGraph: a 100% local semantic code knowledge graph for Kiro
A few weeks ago I came across CodeGraph by Colby McHenry, a semantic code knowledge graph for Claude Code. The idea was brilliant: instead of letting the AI wander through your codebase with grep and file reads, you give it a pre-indexed 100% local graph it can query instantly.
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
colbymchenry/codegraph is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of codegraph is TypeScript.