winmerge/winmerge

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 7th, 2026
Created on November 11th, 2014
Open Issues & Pull Requests: 492 (+0)
GitHub issues: Enabled
Number of forks: 1,007
Total Stargazers: 9,188 (+0)
Total Subscribers: 106 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 247
New in 7 days: 5
Closed in 7 days: 2
Avg open age: 700 days
Stale 30+ days: 228
Stale 90+ days: 204

Recent activity

Opened in 7 days: 5
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (107)
  • folder compare/merge (94)
  • bug (62)
  • text compare/merge (34)
  • Improvement needed (31)
  • crash (20)
  • plugins (19)
  • Not a bug (16)

Detailed Description

WinMerge is a differencing and merging tool for Windows that compares and merges files and folders with visual highlighting of differences.

The tool addresses the need to identify and reconcile changes between file versions and directory structures. It presents differences side by side in a visual format, supporting comparison of two or three text files simultaneously with line-by-line and inline difference highlighting. For folders, it identifies which files differ, are missing, or exist only on one side. The merging capability allows selective application of differences from one side to the other. Advanced filtering expressions enable inclusion or exclusion of files based on names, paths, sizes, timestamps, and other attributes. Additional capabilities include syntax highlighting for multiple programming languages, patch file generation in standard formats, flexible ignore options for whitespace and case differences, Windows Explorer shell integration for context menu access, and archive support through 7-Zip integration.

WinMerge suits developers and system administrators who need version control workflows, configuration management, or code review tasks on Windows systems. It is particularly valuable for teams working with text-based files where visual comparison and selective merging are essential. The tool's Windows Explorer integration makes it accessible for users who prefer graphical workflows over command-line tools. The archive support extends its utility to compressed file comparisons without manual extraction.

The project maintains active development with a structured codebase organized into clear functional modules including archive support, shell extensions, plugins, filters, and localization components. The repository includes comprehensive testing infrastructure based on the Google Test Framework, indicating a commitment to code quality. Documentation is provided both for users and developers, with a changelog tracking modifications over time. The contribution process is documented with specific coding style requirements, suggesting an established development workflow.