Article · Wikipedia archive · Last revised Jun 1, 2026

Meld (software)

Meld is a visual diff and merge tool, targeted at developers. It allows users to compare two or three files or directories visually, color-coding the different lines.

Last revised
Jun 1, 2026
Read time
≈ 1 min
Length
238 w
Citations
4
Source
Meld
Original authorsStephen Kennedy, Kai Willadsen, Vincent Legoll
DeveloperThe GNOME Project
Initial releaseAugust 8, 2002 (2002-08-08)1
Stable release
3.22.2 / March 24, 2024 (2024-03-24)2
Written inPython, PyGTK/PyGObject
Operating systemLinux and Unix-like, macOS, Windows
TypeDiff viewer
LicenseGPL-2.0-or-later
Websitemeldmerge.org,
gitlab.gnome.org/GNOME/meld/-/wikis/home
Repository

Meld is a visual diff and merge tool, targeted at developers. It allows users to compare two or three files or directories visually, color-coding the different lines.

Meld can be used for comparing files, directories, and version controlled repositories. It provides two- and three-way comparison of both files and directories, and supports many version control systems including Git, Mercurial, Bazaar, CVS and Subversion.

Meld is free and open-source software subject to the terms of the GNU General Public License (GPL-2.0-or-later).

Requirements

Requirements for Meld 3.22.2:

  • Python 3.4
  • GTK+ 3.20
  • GLib 2.36
  • PyGObject 3.20
  • GtkSourceView 3.20
  • pycairo

Port to GTK 4

Meld 3.23.1 is the last version to use GTK 3. source ↗

As of April 2026, a port to GTK 4 is in development,3 with partial window state tracking for GTK 4 having been implemented since 2023.4

See also

See also

References

References

External links