๐จ BREAKING: A developer on GitHub just built a tool that turns any GitHub repo into an interactive knowledge graph and open sourced it for free.
It's called GitNexus. Think of it as a visual X-ray of your codebase but with an AI agent you can actually talk to.
No server. No subscription. No enterprise sales call.
Here's what it does inside your browser:
โ Parses your entire GitHub repo or ZIP file in seconds
โ Builds a live interactive knowledge graph with D3.js
โ Maps every function, class, import, and call relationship
โ Runs a 4-pass AST pipeline: structure โ parsing โ imports โ call graph
โ Stores everything in an embedded KuzuDB graph database
โ Lets you query your codebase in plain English with an AI agent
Here's the wildest part:
It uses Web Workers to parallelize parsing across threads so a massive monorepo doesn't freeze your tab.
The Graph RAG agent traverses real graph relationships using Cypher queries not embeddings, not vector search. Actual graph logic.
Ask it things like "What functions call this module?" or "Find all classes that inherit from X" and it traces the answer through the graph.
This is the kind of code intelligence tool enterprise teams pay thousands per month for.
It runs entirely in your browser.
Works with TypeScript, JavaScript, and Python.
100% Open Source. MIT License.
Repo: https://t.co/RzIoLR2vAe
Come do a PhD at Birkbeck - I will have a project in the LIDo catalogue with @NickPuts about designing new experimental tasks to better measure sensory processing in NT + ND children - email/DM me if you want to chat more! https://t.co/WZOdH5j2gQ
Despite the faults of academia. Being an academic was some of the most fulfilling and exciting years of my life. Iโll always look back at it fondly; and who knows, I might return one day when things make sense.
I left #academia for industry just over a year ago. Here are some insights and thoughts I was uncomfortable with publicly sharing prior to leaving. A thread.
Another uncomfortable observation. Teaching is some of the most fulfilling and impactful work youโll do during your career, yet, for some reason, itโs not culturally valued within academia.