Сравнение текста & Diff

Построчный diff с единым выводом

🔒 Этот инструмент работает полностью в вашем браузере — данные не покидают устройство.

Сравнение текста / 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.