question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide AppImage for Linux

See original GitHub issue

Would 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:closed
  • Created 6 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
martpiecommented, Sep 8, 2017

@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.

1reaction
martpiecommented, May 22, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found