kit icon indicating copy to clipboard operation
kit copied to clipboard

Kit AppImage won't start on Ubuntu 22.04

Open Barcov opened this issue 2 years ago • 3 comments

The AppImage for Linux x64 is invalid on Ubuntu 22.04 x64

After setting executable permissions it still fails.

~/Downloads$ ./Kit-Linux-1.79.5-arm64.AppImage 
bash: ./Kit-Linux-1.79.5-arm64.AppImage: cannot execute binary file: Exec format error

I'm following https://github.com/johnlindquist/kit/discussions/1052 to try and install with npx instead of the AppImage

Barcov avatar Sep 08 '23 08:09 Barcov

Seems the AppImage downloaded from the site is aimed at ARMx64

Barcov avatar Sep 08 '23 11:09 Barcov

I'm having the same issue. There should be download links for both arm64 and x64 images for Linux, similar to what there is for Mac.

Edit: you can grab the x86_64 image here: https://github.com/johnlindquist/kitapp/releases/download/v1.79.5/Kit-Linux-1.79.5-x86_64.AppImage

mamapitufo avatar Sep 13 '23 21:09 mamapitufo

I'm having the same issue. There should be download links for both arm64 and x64 images for Linux, similar to what there is for Mac.

Edit: you can grab the x86_64 image here: https://github.com/johnlindquist/kitapp/releases/download/v1.79.5/Kit-Linux-1.79.5-x86_64.AppImage

Thank you! <3 Wondering why is it not mentioned on homepage :thinking: ARM is still not a default option for Linux, so the link should be there at least :thinking:

Kamyil avatar Dec 13 '23 13:12 Kamyil