Changelog: https://github.com/donn/nudelta/blob/main/Changelog.md
A Windows .exe
, a macOS .app
and a Linux .AppImage
have all been built.
On Windows, you will need to download and unzip the .exe
file. You may see a Windows SmartScreen warning- you can safely ignore it.
On macOS, you will need to download the .dmg
file, drag it into your Applications folder, then Right-click > Open the app on macOS. The app is not code-signed or notarized, and while it is universal, writing only works on x86-64 (see: #37). Use at your own risk.
On Linux, download the .AppImage
, enable "allow executing file as program" in its properties (shown below), then double-click it.
- You may need to install
libudev
separately- on Ubuntu, you can runsudo apt-get install -y libudev
.