Apidog Eu on Linux

Hello, I am trying to use apidog on linux by installing .deb file or using .appimage file but both failed to start.

I am using Ubuntu 24.04 x64

Deb version

$ apidog-eu 
LaunchProcess: failed to execvp:
/opt/Apidog
[1]    9046 trace trap (core dumped)  apidog-eu

AppImage version

$ ./Apidog\ Europe.AppImage 
[9066:0605/100904.949179:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_ApidogDYTKMy/chrome-sandbox is owned by root and has mode 4755.
[1]    9066 trace trap (core dumped)  ./Apidog\ Europe.AppImage

Hi, have you installed the correct one(amd64 .deb)? For me, the arm64 version ran successfully on my VM which is also Ubuntu 24.04.
The information you provide about the AppImage version it seems like you ran into a Electron issue.
Perhaps you can try the following instructions to set the appropriate permissions.

sudo chown root chrome-sandbox
chmod 4755 chrome-sandbox

yes it is the correct one. I’ll try your suggestions.

yes I think it is electron issue, new vscode update also crashing on my machine because of it