Windows — Portable, No Install
Unzip and run. No installer, no admin rights, no registry changes. Works from a USB drive, network share, or any folder you choose.
Platform: Windows 10/11 (64-bit)
Setup: Unzip → run
DirectCompare.exe → done.
DirectCompare gives you a strong free compare workflow out of the box, plus a 30-day full-featured trial if you want to evaluate paid features before upgrading to N-way comparison, Git and GitHub integration, remote source comparison, similarity search, and 3-way merge. Go to Help → Start 30-Day Trial to begin.
Download the build for your platform, then use the free tier immediately. Licenses unlock additional capabilities inside the same application.
Unzip and run. No installer, no admin rights, no registry changes. Works from a USB drive, network share, or any folder you choose.
DirectCompare.exe → done.
For Linux users who want the same compare workflow on supported distributions and environments.
Signed by Microsoft • No SmartScreen warnings • Auto-updates
The same DirectCompare application, distributed and signed through the Microsoft Store. Because Microsoft verifies and signs Store apps, you won't see SmartScreen "unknown publisher" warnings when you run it. Updates are delivered automatically through the Store.
Windows 10/11 • No browser, no unzip — one command does it all
winget install DirectCompare.DirectCompare
winget is built into Windows 11 and available on Windows 10 via the App Installer package in the Microsoft Store. After the command completes, run directcompare from any terminal.
Keep the download step simple: install once, start free, then upgrade inside the app if and when your workflow expands.
DirectCompare.exe.Help → Register.The clearest way to think about the product is: Basic (free) for everyday 2-way compare, Standard ($39/yr) for N-way and Git workflows, Premium ($79/yr) for GitHub, remote sources, similarity search, and merge, and Enterprise for team-wide deployment with admin controls.
DCP is a single portable exe — drop it anywhere and point Git at it. 3-way merge (base/mine/yours) is available in the Premium tier.
[mergetool "dcp"]
cmd = "C:/path/to/DirectCompare.exe" -m "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
trustExitCode = true
[merge]
tool = dcp
git merge feature/branch # conflict — DCP opens automatically git mergetool
If you publish checksums, keep them accurate and visible. If you haven’t generated them yet, don’t pretend you have.
Get-FileHash -Algorithm SHA256 DirectCompare-v1.9.4-Windows.zip
DirectCompare-v1.9.4-Windows.sha256.sha256sum DirectCompare-v1.9.4-Linux.tar.gz
DirectCompare-v1.9.4-Linux.sha256.