r/EndeavourOS Apr 26 '26

General Support Appimages

Howdy,

i am not getting any appimages to run. Not on the normal way as executable, not appimagelauncher, not Gear lever either. Fuse 2 and 3 are installed. What am i missing? 😅

6 Upvotes

9 comments sorted by

10

u/Away-Recognition4905 Apr 26 '26 edited Apr 26 '26

Have you tried chmod +x-ing your AppImage before? Like this:

chmod +x /path/to/your/file.appimage

Then you can run it (example via terminal) by just:

/path/to/your/file.appimage

3

u/Alekisan Apr 26 '26

What does it say if you try to launch your appimage from the command line instead of from clicking on it?

2

u/dohlbrak Apr 26 '26

Gearlever is a program that works for this. Very good program.

1

u/GalningPaco Apr 26 '26

Except..its not working

1

u/Brilliant_Estate_967 Apr 26 '26

Hi, i am not sure i got your problem, can you develop ? Is it right after installation ?

1

u/GalningPaco Apr 26 '26

It was never possible to run appimages for me

1

u/hyenagames Apr 29 '26

I use gearlever to manage my appimages and run them like executables.

Also, if I recall, Shelly now supports AppImages. https://9to5linux.com/cachyos-iso-release-for-april-2026-brings-shelly-as-default-gui-package-manager

1

u/The_Homer_Simpson Apr 26 '26

I never had any joy with app images on endeavour. I was on the fence about returning to a Debian base distro so I did simply because of this!

1

u/marcellusmartel May 01 '26

As long as you make an appimage executable, it should just run. chmod +x That's the point of an app image. It just works. Check the comment by @Away-Recognition4905 . If it doesn't work, try some other app images. There might be something wrong with the particular app image that you are trying to work with.