Go implementation of AppImage tools
An implementation of AppImage tools written in Go by the inventor of the AppImage format.
Documentation:
appimagetool, a tool to deploy dependencies into AppDirs (including things like Qt, Gtk, GStreamer,...) and to convert AppDirs into AppImagesappimaged, an optional daemon that integrates AppImages into the system, shows their icons, and makes them executableDownload them from https://github.com/probonopd/go-appimage/releases/tag/continuous.
When appimagetool runs on GitHub Actions, it automatically embeds UpdateInformation into the generated AppImages. This enables delta updates using zsync.
The format of the generated UpdateInformation is:
gh-releases-zsync||||.zsyncFor example: gh-releases-zsync|probonopd|go-appimage|continuous|appimaged-*-x86_64.AppImage.zsync
Additionally, a .zsync file is automatically generated alongside each AppImage and uploaded to the GitHub Release, enabling efficient delta updates.
No open issues yet, or sync has not completed.