does anyone have instructions for the linux install? Doesn't seem to be straightforward.
On latest Pop_Os (and probably Ubuntu) I just had to mark the AppImage as executable and run it.
reply
It is packaged as an appimage
So the instructions are:
  • Download
  • Move it to a directory you wish to run it from (e.g., ~/opt )
  • Do a chmod u+x [downloaded file]
  • Run it! (e.g., from a file manager, or add a launcher to your desktop)
It will create some directories in ~/.config and maybe elsewhere, so don't forget that if you later want to "uninstall".
reply
Actually it turns out the issue was with a missing dependency - we had to run sudo apt install libfuse2
reply