Kit AppImage won't start on Ubuntu 22.04
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
Seems the AppImage downloaded from the site is aimed at ARMx64
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
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: