Text-Diff
Zwei Texte vergleichen
Über dieses Tool
Compare two pieces of text and highlight what changed line-by-line or word-by-word. Perfect for proof-reading edits, reviewing pull-request descriptions, comparing two versions of a contract, spotting copy-paste errors, or auditing config changes.
Privvert renders the diff side-by-side or inline, with green for additions and red for deletions. The whole comparison runs locally - your text never leaves your browser, which matters when comparing confidential drafts.
Funktionen
- Line-level diff
- Word-level diff inside changed lines
- Side-by-side or inline view
- Ignore-whitespace option
- Ignore-case option
- Browser-only - your text never uploaded
- Free and unlimited
- Word-level highlighting inside changed lines, not just line-level
So funktioniert's
- Paste the original text on the left.
- Paste the new version on the right.
- (Optional) toggle ignore-whitespace or ignore-case.
- Review the highlighted differences.
Alles passiert direkt in deinem Browser mit JavaScript und WebAssembly. Deine Dateien werden nie hochgeladen, nie gespeichert und nie von uns gesehen.
Häufig gestellte Fragen
Diffing very large files (over ~1 MB or ~10,000 lines) may slow your browser. For huge inputs, use a desktop diff tool like git diff or Beyond Compare.
Line diff is faster and shows the structure of changes. Word diff highlights exactly which words changed inside a modified line - much easier to read for prose.
Yes - the diff is fully Unicode-aware.
Right-click and 'Save as' on the rendered diff, or take a screenshot. Direct export is on the roadmap.
Comfortably up to a few hundred KB per side on a modern machine. Past that the highlighter starts to slow down; for diffing huge files, use a desktop tool like Beyond Compare or git diff.
No. Both inputs and the computed diff stay in your browser. You can paste sensitive code, contracts or configuration without exposing them to anyone.