#c_lang #aider #ast #claude_code #code_analysis #code_intelligence #codex #cursor #cypher #developer_tools #gemini_cli #graph_visualization #kilocode #knowledge_graph #mcp #mcp_server #model_context_protocol #opencode #sqlite #tree_sitter #windsurf
This is a fast, local code tool that builds a smart map of a codebase, so you can find functions, calls, routes, and dependencies in seconds instead of reading files one by one. It works on macOS, Linux, and Windows, supports many languages, and helps you understand changes, reduce wasted tokens, and save time while coding.
https://github.com/DeusData/codebase-memory-mcp
This is a fast, local code tool that builds a smart map of a codebase, so you can find functions, calls, routes, and dependencies in seconds instead of reading files one by one. It works on macOS, Linux, and Windows, supports many languages, and helps you understand changes, reduce wasted tokens, and save time while coding.
https://github.com/DeusData/codebase-memory-mcp
GitHub
GitHub - DeusData/codebase-memory-mcp: High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge…
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static bin...
❤1
#typescript #agents #ai #code_editor #linux #macos #reactjs #rust #tauri #terminal #windows #xterm_js
Terax is a tiny, open-source developer workspace that combines a terminal, code editor, file explorer, source control, web preview, and an AI side-panel in one ~7 MB app. It runs fast on macOS, Linux, and Windows with no account, no telemetry, and supports both cloud AI (with your own keys) and offline local models. You get a smoother, faster dev experience without heavy IDEs, while keeping full control over your code and AI choices.
https://github.com/crynta/terax-ai
Terax is a tiny, open-source developer workspace that combines a terminal, code editor, file explorer, source control, web preview, and an AI side-panel in one ~7 MB app. It runs fast on macOS, Linux, and Windows with no account, no telemetry, and supports both cloud AI (with your own keys) and offline local models. You get a smoother, faster dev experience without heavy IDEs, while keeping full control over your code and AI choices.
https://github.com/crynta/terax-ai
GitHub
GitHub - crynta/terax-ai: Lightweight (7MB) Terminal-first AI-native dev workspace
Lightweight (7MB) Terminal-first AI-native dev workspace - crynta/terax-ai
#python #ai_coding #claude #claude_code #code_review #graphrag #incremental #knowledge_graph #llm #mcp #python #static_analysis #tree_sitter
code-review-graph is a free, local-first tool that builds a structural map of your code to stop AI assistants from re-reading your entire codebase, saving you significant money and time. By using Tree-sitter to parse your code into a graph and tracking changes incrementally, it identifies the exact "blast radius" of a change so your AI only reads the few files that actually matter. This reduces token usage by an average of 82x (up to 528x in best cases), cutting costs and making AI reviews feasible for massive projects like monorepos.
https://github.com/tirth8205/code-review-graph
code-review-graph is a free, local-first tool that builds a structural map of your code to stop AI assistants from re-reading your entire codebase, saving you significant money and time. By using Tree-sitter to parse your code into a graph and tracking changes incrementally, it identifies the exact "blast radius" of a change so your AI only reads the few files that actually matter. This reduces token usage by an average of 82x (up to 528x in best cases), cutting costs and making AI reviews feasible for massive projects like monorepos.
https://github.com/tirth8205/code-review-graph
GitHub
GitHub - tirth8205/code-review-graph: Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase…
Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-rep...
❤1
#go #agent #agent_skills #code_review #code_review_assistant #harness #repository_level_context
OpenCodeReview is a free AI code review tool that checks your code changes, finds bugs and security issues, and gives clear line-by-line comments. It works with Git diffs, full files, and branches, and you can connect it to your own AI model or use it in CI/CD tools. This helps you review code faster, catch more real problems, and spend less time on false alarms.
https://github.com/alibaba/open-code-review
OpenCodeReview is a free AI code review tool that checks your code changes, finds bugs and security issues, and gives clear line-by-line comments. It works with Git diffs, full files, and branches, and you can connect it to your own AI model or use it in CI/CD tools. This helps you review code faster, catch more real problems, and spend less time on false alarms.
https://github.com/alibaba/open-code-review
GitHub
GitHub - alibaba/open-code-review: Fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic…
Fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (N...
👍1
#rust #ai_tools #code_review #rust #tui
This is tuicr, a terminal code review tool with vim keybindings that lets you read diffs, add comments, and send reviews to GitHub, GitLab, clipboard, or stdout. It works with git, jj, and Mercurial, so you can review changes in one place and save time when checking code or sharing feedback.
https://github.com/agavra/tuicr
This is tuicr, a terminal code review tool with vim keybindings that lets you read diffs, add comments, and send reviews to GitHub, GitLab, clipboard, or stdout. It works with git, jj, and Mercurial, so you can review changes in one place and save time when checking code or sharing feedback.
https://github.com/agavra/tuicr
GitHub
GitHub - agavra/tuicr: a code review TUI with vim keybindings
a code review TUI with vim keybindings. Contribute to agavra/tuicr development by creating an account on GitHub.
👍1
#python #ai #ast #claude_code #code_analysis #code_understanding #codebase_search #developer_tools #graph_database #knowledge_graph #llm #mcp #mcp_server #memgraph #monorepo #multi_language #python #rag #retrieval_augmented_generation #semantic_search #tree_sitter
Code-Graph-RAG is an open-source tool that reads a codebase, builds a graph of functions, classes, modules, and links, and lets you ask questions, find code, edit safely, and improve code in plain English. It supports many languages and can run as an MCP server for direct use with AI tools. Benefit: you can understand and change large mixed-language projects faster, with less manual searching and fewer mistakes.
https://github.com/vitali87/code-graph-rag
Code-Graph-RAG is an open-source tool that reads a codebase, builds a graph of functions, classes, modules, and links, and lets you ask questions, find code, edit safely, and improve code in plain English. It supports many languages and can run as an MCP server for direct use with AI tools. Benefit: you can understand and change large mixed-language projects faster, with less manual searching and fewer mistakes.
https://github.com/vitali87/code-graph-rag
GitHub
GitHub - vitali87/code-graph-rag: The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with…
The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs - vitali87/code-graph-rag
👍1