Repo-lyzer is a modern, terminal-based CLI tool written in Golang that analyzes GitHub repositories and presents insights in a beautifully formatted, interactive dashboard.
- Deep Analytics – Repository health, maturity scores, and bus factor.
- Interactive TUI – Fully navigable keyboard-driven menu system.
- Visual Data – Language breakdown bars and horizontal commit graphs.
- File Explorer – Browse repository structures directly in the dashboard.
- Multi-Format Export – Save reports as JSON, Markdown, CSV, or HTML.
go install [github.com/agnivo988/Repo-lyzer@v1.0.6](https://github.com/agnivo988/Repo-lyzer@v1.0.6)
repo-lyzer# Get a 5-line quick summary
repo-lyzer summary golang/go
# Run full interactive analysis
repo-lyzer analyze microsoft/vscode┌────────────────────────────────────────────┐
│ main.go │
└────────────────────────────────────────────┘
│
▼
┌────────────────────────────────────────────┐
│ cmd/ │
└────────────────────────────────────────────┘
│
▼
┌────────────────────────────────────────────┐
│ internal/ui/ │
└────────────────────────────────────────────┘
│ │ │
▼ ▼ ▼
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ github │ │ analyzer │ │ output │
└──────────────┘ └──────────────┘ └──────────────┘
- ARCHITECTURE.md – Complete architecture guide
- ANALYZER_INTEGRATION.md – Adding new analyzers
- IMPLEMENTATION_DETAILS.md – Technical deep dive
- PROJECT STRUCTURE.md - Project Structure and Workflow
- DOCUMENTATION_INDEX.md – Master index
- QUICK_REFERENCE.md – Quick usage guide
- CHANGE_LOG.md – Version history
MIT License © 2026 Agniva Mukherjee













![Bot Contributor coderabbitai[bot]](https://github.com/coderabbitai.png)




