Skip to content

v0.1.12

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:34

Install

macOS builds are signed with Developer ID and notarized by Apple.

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash

Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:

  • macOS/Applications/Diffy.app
  • Linux~/.local/share/diffy/diffy.AppImage with a
    ~/.local/bin/diffy symlink

Windows

powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"

Downloads the NSIS installer, verifies the SHA256, runs it.

Manual install

Grab the asset that matches your platform from the list below:

platform asset
macOS Apple Silicon Diffy_*_aarch64.dmg
macOS Intel Diffy_*_x64.dmg
Windows Diffy_*_x64-setup.exe
Linux AppImage diffy_*_x64.AppImage
Linux Debian diffy_*_amd64.deb

Verify downloads

SHA256SUMS is attached. Verify with:

shasum -a 256 -c SHA256SUMS

What's Changed

  • Codebase improvement program: perf, robustness, UX, and toolkit adoption by @seatedro in #31

Full Changelog: v0.1.11...v0.1.12