Open Source • MIT License

The Connectome of Code:
Mapping the Digital Brain.

As code evolves, codebase monitoring should evolve too.

Your codebase isn't a static document — it's an evolving digital brain. CodeGenome treats code like a living connectome, monitoring its neuroplasticity in real time without slowing down your system.

1. Install
pip install codegenome
2. Analyze & Explore
codegenome analyze . && codegenome tui
Live Architecture TUI
Codegenome TUI
Features

Nodes are Neurons

Your functions and classes are processing units. Import statements and function calls act as digital synapses linking them together.

Graph Decomposition

Splits computation into cellular Micro-Graphs and abstract Macro-Graphs, mapping the modular hierarchy without Out-of-Memory crashes.

Digital Neuroplasticity

By hooking into native OS kernels for passive listening, graph deltas are pushed instantly down a WebSocket connection the millisecond a file is modified.

Agentic MRI Scan

Audit the autonomous AI agent storm. Instantly spot if an agent is hallucinating circular dependencies or spinning up unlinked orphan modules.

Data-Driven Refactoring

Don't guess. Highlight your "God Nodes" (hyper-connected components) using empirical Degree-Based Analysis and Betweenness Centrality.

Warp Speed Onboarding

Ditch the unindexed documentation. Interactively zoom into modules, trace critical execution pathways, and understand the macro-system in minutes.