Can't launch neo4j desktop 2.0.1 AppImage on ubuntu 25.04

I’m trying to install and run Neo4j Desktop 2.0.1 on Ubuntu 25.04. I downloaded the neo4j-desktop-2.0.1-x86_64.AppImage from the official site, gave it executable permission with chmod +x, and tried to launch it both by double-clicking and from the terminal: ./neo4j-desktop-2.0.1-x86_64.AppImage --no-sandbox However, nothing happens—no error messages, and no window opens. I have already installed all the recommended dependencies: sudo apt install libfuse2t64 libnss3 libatk-bridge2.0-0t64 libgtk-3-0t64 libasound2t64 I also tried extracting the AppImage and running ./AppRun and ./neo4j-desktop directly, but still no luck.

I have also tried Neo4j Desktop versions 1.5.x and 1.6.x on the same Ubuntu 25.04 machine, and they both run fine (after using chmod +x and launching with --no-sandbox). Only version 2.0.1 fails to launch—no window appears and no errors are printed to the terminal.

Is there anyone who has managed to run Neo4j Desktop 2.x on Ubuntu 25.04 (or similar)?

Are there any additional dependencies or workarounds I can try?

Or is there any compatibility issue with Ubuntu 25.04?

Any advice or shared experience would be greatly appreciated. Thank you!

Hey @hoangthaianh397 could you try again with version 2.0.2? We had an issue on 2.0.1 with CLI arguments (--no-sandbox in this case) not triggering the creation of the app's window. That's now been fixed on 2.0.2.