Ah I thought it was closed source but found the repo, going to see if I can package this for nixos. It looks like it's electron though so it will probably be painful... bleh.
@kai not really, the only hope of portable binaries are ones that make zero assumptions about what is available in the runtime environment (aka no dynamic linkage, go does this well). Even when i use appimage-run on nixos it still complains about missing dynamic libraries.
I like what Linus had to say about it here https://youtu.be/Pzl1B7nB9Kc
@jb55 thanks, I actually do mean to go back and watch this at some point 😅
@jb55 would it be possible to write some sort of appimage compatibility layer for nixos?