A modern, user-friendly diff tool built with Electron and React.
- Modern and intuitive user interface
- Cross-platform support (macOS, Windows)
- Real-time diff visualization
- Support for multiple file formats
- Customizable themes and layouts
Download the latest release for your platform:
- macOS:
.dmgor.zip - Windows:
.exeor.zip
# Clone the repository
git clone https://github.com/zakelfassi/ezdiff.git
cd ezdiff
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build- macOS 10.15 (Catalina) or later
- Node.js 18.x or later
- Yarn package manager
- Windows 10 or later
- Node.js 18.x or later
- Yarn package manager
- Windows Build Tools (for development)
# Start development server
yarn dev
# Run tests
yarn test
# Build for production
yarn build
# Package the app
yarn package:mac # For macOS
yarn package:win # For Windows
yarn package:all # For all platformsWe welcome contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
