Back to browse
GitHub Repository

Finds the code your AI wrote twice. Fast, offline duplicate-code detector: scan, history chart, CI gate. No AI required.

30 starsRust

Dupehound – find the code your agent wrote twice (no AI required)

by rafaepta·Jun 11, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemBig Brain

History chart shows exactly when your code duplication spiked — SonarQube doesn't do this.

Strengths
  • Tree-sitter + winnowing catches renamed identifiers and changed literals, not just text matches.
  • Git history analysis reads blobs directly — no checkouts needed to track duplication over time.
  • CI gate names the original file to reuse instead of just failing the build.
Weaknesses
  • Code duplication detection already well-served by SonarQube, CodeClimate, and IDE plugins.
  • No IDE integration mentioned — requires running CLI or CI step to find issues.
Target Audience

Engineering teams, backend developers

Similar To

SonarQube · CodeClimate · jscpd

Similar Projects

Developer Tools●●Solid

DejaShip – an intent ledger to stop AI agents from building duplicates

Semantic deduplication for multi-agent systems, but corpus is tiny and false positives kill utility.

Big BrainShip ItNiche Gem
mdn0
303mo ago