Comparateur de texte & Diff
Diff ligne par ligne avec sortie unifiée
🔒 Cet outil s'exécute entièrement dans votre navigateur — vos données ne quittent jamais votre appareil.
Comparateur de texte / Diff
A privacy-friendly text diff tool. Paste original and modified text, get a unified line-by-line diff with stats. Backed by a classic LCS algorithm — same approach used by git diff. Local-only.
- Line-level diff with LCS algorithm
- Unified output (+ added, - removed)
- Stats: added / removed / unchanged
- Swap A / B in one click
- Privacy: text never leaves your browser
- No registration, no ads, no tracking
FAQ
What is the diff algorithm?
A classic longest common subsequence (LCS) implementation — same family as standard diff and git diff for line-level comparison.
Are there limits?
Up to a few thousand lines is instant. Very large inputs are chunked or shown as a whole-block replacement.