johnlindquist / kit

Script Kit. Automate Anything.
https://scriptkit.com
MIT License
3.91k stars 138 forks source link

Kit AppImage won't start on Ubuntu 22.04 #1337

Open Barcov opened 1 year ago

Barcov commented 1 year ago

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 commented 1 year ago

Seems the AppImage downloaded from the site is aimed at ARMx64

mamapitufo commented 1 year ago

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

Kamyil commented 11 months ago

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: