I haven't tested other Debian versions, but on bookworm it doesn't run by default. Nanosaur is linked against libOpenGL.so.0 but it doesn't find it since there's only SDL inside. It requires installing libopengl0 but that kinda defeats the purpose of AppImages. I haven't opened a pull request to include libOpenGL.so.0 in the AppImage because I'm not sure how you would proceed.
EDIT: that doesn't work either, it crashes. By the way, libSDL3.so.0.2.8 contains debug symbols. If stripped, the size is reduced by 81%.
EDIT2: this seems to affect the current release as well. Not sure why I haven't noticed it in the past or maybe there's something wrong with my system.
I haven't tested other Debian versions, but on bookworm it doesn't run by default. Nanosaur is linked against libOpenGL.so.0 but it doesn't find it since there's only SDL inside. It requires installing libopengl0 but that kinda defeats the purpose of AppImages.
I haven't opened a pull request to include libOpenGL.so.0 in the AppImage because I'm not sure how you would proceed.EDIT: that doesn't work either, it crashes. By the way, libSDL3.so.0.2.8 contains debug symbols. If stripped, the size is reduced by 81%.
EDIT2: this seems to affect the current release as well. Not sure why I haven't noticed it in the past or maybe there's something wrong with my system.