repotoire-0.2.5 is not a library.
Repotoire
Graph-powered code analysis. Find code smells, security issues, and architectural problems — 100% local, no account needed.
Install
⏱️ First install takes 10-15 min (compiles Kuzu graph database). After that, instant.
Quick Start
# Analyze your codebase
# View findings
# Get AI fix suggestions (BYOK)
Features
- 37 detectors — God classes, circular deps, dead code, security issues, and more
- Graph-based analysis — Understands call graphs, inheritance, and data flow
- 9 languages — Python, TypeScript, JavaScript, Go, Java, Rust, C#, C/C++
- 100% local — No data leaves your machine
- BYOK AI fixes — Bring your own OpenAI/Anthropic key for AI-powered suggestions
Commands
| Command | Description |
|---|---|
analyze <path> |
Run analysis on a codebase |
findings |
View findings from last analysis |
fix <index> |
Generate AI fix for a finding |
graph <query> |
Run raw Cypher queries |
stats |
Show graph statistics |
status |
Show analysis status |
serve |
Start MCP server for IDE integration |
Output Formats
BYOK (Bring Your Own Key)
AI features require an API key:
# or
License
MIT