Skip to content

VERSION 1.5.1

Latest
Compare
Choose a tag to compare
@kuiperzone kuiperzone released this 15 Mar 22:51

See Assets for installation files, which include multiple options for Linux and Setup for Windows. Build from source for Mac.

  • VERSION 1.5.1;2024-03-15
  • Built against Avalonia .NET 8 / 11.0.10
  • Removed dependency on Yaap.
  • Bugfix: Fixed failure to output version information on command line.

APPIMAGE
AppImage is simple on Linux. Just download and run, but don't forget to set the 'Execute Permission' flag.

DEB & RPM
To install on Linux, download and install from local file:

sudo apt install ./avantgarde_1.5.1.0-1_amd64.deb

or

sudo dnf install ./avantgarde_1.5.1.0-1.x86_64.rpm

Note the leading ./ prefix.

For deb and dnf, you may have to uninstall it from the command line as Gnome Software does not support removal of packages installed as local files.

sudo apt remove avantgarde
sudo dnf remove avantgarde