Just download the appimage, make it executable and run. It should take parameters like ./KiCad-nightly-20250302-x86_64.AppImage kicad-cli to invoke subprograms
Let us know if you find any issues on your machine. This is particularly useful to know if you run an esoteric or older Linux distro so that we know the limits of our process.
I just tried it, but it seems not to be able to find the libkigal file, as shown below. Please let me know if there is more info that I can provide on this.
beast$ chmod 755 ./KiCad-nightly-20250302-x86_64.AppImage
beast$ ./KiCad-nightly-20250302-x86_64.AppImage
Checking module /tmp/.mount_KiCad-HkvCK8/opt/glibc
Checking module /tmp/.mount_KiCad-HkvCK8/opt/glibstdcpp
/tmp/.mount_KiCad-HkvCK8/usr/bin/kicad: error while loading shared libraries: libkigal.so.9.99.0: cannot open shared object file: No such file or directory
Slower with launching than “my” version of AppImage (see below). Added 3D model dir and nightly has the same problem with 3D models. It is not visible. See image:
PS. I’ve modified appimage scripts from CyberCircuits in order to build version 9.x. Maybe something from this could be looked at. GitHub - slawekmikula/kicad-appimage
Interestingly I’ve build version 8.0.9 from mentioned above scripts and with version 8.0.9 the 3D models are visible and working OK. Haven’t found core problem with rendering. I’ve created topic post here: AppImage for 9.0 without 3d model visualization - which libraries? but without any luck finding the real culprit.