Quick Install
Dizz
Overview
dizz is a local, Git-aware developer CLI that analyzes your codebase to understand progress, not just correctness.
It helps developers answer the question βWhat should I work on next?β by detecting unused code, planned work (TODOs), unstable areas, and forgotten or abandoned logic using static analysis and Git context.
Unlike linters or task managers, dizz models developer intent and code evolution. It runs fully offline, requires no configuration to start, and works across multiple languages through a unified signal-based architecture.
Features
π§
Code Intelligence
Understands your codebase structure and relationships beyond simple text matching.
π―
Precision Analysis
Language-aware AST parsing provides accurate insights across multiple programming languages.
β‘
Millisecond Performance
Enterprise-grade analysis in milliseconds, not minutes. No network calls, no tokens.
π
State Scoring
Proprietary algorithm combines usage patterns, TODOs, and git history for actionable insights.
π
Time-Aware Insights
Tracks code evolution and stability to identify what's working vs what needs attention.
π
Immutable Snapshots
Content-addressed project states for perfect version control and historical analysis.