Skip to content

v1.0.0 - Standalone Executable

Choose a tag to compare

@jvalin17 jvalin17 released this 27 Mar 06:52
· 6 commits to master since this release

FileComparison Tool v1.0.0

Standalone desktop app for comparing files and directories byte-by-byte. No Python installation required.

Downloads

  • macOS: FileComparison-Tool-macOS.zip — unzip, drag to Applications, right-click > Open

Windows / Linux

Clone the repo and build from source:

pip install pyinstaller
python3 build_exe.py

Features

  • File comparison (byte-by-byte, shows exact byte position of first difference)
  • Directory comparison (recursive)
  • Adjustable speed settings
  • Color-coded results
  • Fully offline, read-only, no network access