Back to browse
GitHub Repository

Deterministic analyzer that turns GitHub repos into structured JSON

8 starsPython

RepoCrunch – CLI to analyze GitHub repos

by chillkim·Mar 13, 2026·2 points·2 comments

AI Analysis

MidSolve My Problem

Yet another repo analyzer when Sourcegraph and CodeQL already dominate this space.

Strengths
  • Deterministic no-AI approach avoids LLM hallucination in repo metadata extraction
  • Four deployment modes (CLI, library, API, MCP) cover most integration scenarios
Weaknesses
  • GitHub repo analysis is a solved category with established enterprise tools
  • No clear differentiation beyond being free and deterministic
Target Audience

Developers evaluating repositories or building code analysis tools

Similar To

Sourcegraph · CodeQL · libraries.io

Similar Projects

Developer Tools●●Solid

RepoCrunch – Analyze any GitHub repo into structured JSON

Parses a repo and emits consistent JSON fields (schema_version, summary, tech_stack, architecture, health) that you can consume via CLI, library, REST endpoint, or MCP STDIO. The explicit no‑LLM, deterministic stance makes it reliable for automation and CI; what would push it from useful to essential are more real-world sample outputs (multi-language monorepos, tricky dependency graphs) and first-class CI/webhook integrations.

Solve My ProblemNiche Gem
chillkim
104mo ago
Developer Tools●●Solid

RepoCrunch – Analyze any GitHub repo's health in seconds

Outputs a tight, schema-backed JSON (schema_version, tech_stack, architecture, health) you can drop into analytics, bots, or CI gates. The multi-interface approach — library, CLI, REST API and an MCP STDIO server — makes it easy to hook into automation or LLM workflows without relying on fuzzy heuristics. Feels like a pragmatic, engineer-first tool; I'd still like a hosted UI or richer security scoring for broader adoption.

WizardryShip It
chillkim
103mo ago