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 an AppImage for Linux distributions

See original GitHub issue

It might be great in the long run to provide the Appimage format next to .deb and .rpm. While I’d still like to see #44 to be a thing, it would come with even more advantages.

Based off of https://github.com/MrAlex94/Waterfox/issues/127

  • 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
  • Just one format for all major distributions
  • Works out of the box, no installation of runtimes needed (unlike Snap and Flatpak)
  • 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 (unlike Flatpak)
  • Can use the same AppImages when dual-booting multiple distributions

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

It might also be great to provide the source files in a .tar.gz format too if it isn’t possible.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kauffjcommented, Apr 18, 2017

I think the AppImage format is great and we’ve looked at it, but we’re stretched too thin to tackle this right now. One day!

0reactions
Serkan-develcommented, Nov 5, 2017

bump

Read more comments on GitHub >

github_iconTop Results From Across the Web

AppImage | Linux apps that run anywhere
Distribute your desktop Linux application in the AppImage format and win users running all common Linux distributions. Package once and run everywhere. Reach ......
Read more >
How to Use AppImage in Linux [Complete Guide] - It's FOSS
Here's the complete guide about using AppImage in Linux. ... There are ways to install the software in Ubuntu or any other Linux...
Read more >
What are AppImages and how do you use them on Linux?
The primary goals for AppImages are simplicity, binary compatibility, distribution agnosticism, zero installation, zero root permission required ...
Read more >
AppImages on Linux: Why developers should stop using them
You simply download an AppImage, give it executable permission, and run it. The application in question should open and you could use it....
Read more >
What Is AppImage? Benefits, Drawbacks, and Getting Started
Again, AppImage is a tool that lets you run applications in a consistent way across any Linux distribution. It also works on Windows...
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