v1.0.0 - Standalone Executable
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.pyFeatures
- 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