Provide AppImage for Linux
See original GitHub issueWould you be interested in providing an AppImage for Linux? It would have, among others, these advantages:
- Works for most Linux distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
- One app = one file = super simple for users: just download one AppImage file, make it executable, and run
- No unpacking or installation necessary
- No root needed
- No system libraries changed
- Works out of the box, no installation of runtimes needed
- Optional desktop integration with
appimaged - Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
- Can optionally GPG2-sign your AppImages (inside the file)
- Works on Live ISOs
- Can use the same AppImages when dual-booting multiple distributions
Here is an overview of projects that are already distributing upstream-provided, official AppImages.
If you have questions, AppImage developers are on #AppImage on irc.freenode.net. I’m happy to help if there is interest.
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
AppImage | Linux apps that run anywhere
The key idea of the AppImage format is one app = one file. Every AppImage contains an app and all the files the...
Read more >How To Use AppImage in Linux [Complete Guide] - It's FOSS
AppImage is a relatively new packaging format that gives you a click-to-run way of running applications in Linux. Unlike traditional DEB/RPM ...
Read more >What are AppImages and how do you use them on Linux?
2: Give the AppImage the necessary permission ... Open your desktop file manager (such as GNOME Files) and locate the Permissions section. In ......
Read more >How To Install And Run AppImage on Linux - codeburst
Right click on the AppImage file, click on Properties. Click on Permissions and click on Allow executing the file as a program. Close...
Read more >What is an "AppImage"? How do I install it? - Ask Ubuntu
AppImage needs no runtime or infrastructure support from the Linux distribution and therefore runs next to everywhere. It enables application ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@probonopd I could upload one for the last release if you want (just ask). But yeah, it was initially planned for the next release.
I can provide a .deb too.
AppImage seems better for app of this kind than snap or flatpak. It will be included in the binaries of the next releases once #339 will be merged.
Thanks again for the suggestion @probonopd.