SonarQube for Linux arm64

Hello,

Are there any plans to release a bin for linux arm64 architecture? I’d like to run SonarQube on Ubuntu 20.04 on a Mac M1X.
Thanks

Hi @rbrckhmr and welcome to the community :wave:

you can in theory already run SQ on ARM, even tho there is no official support. The java service wrapper can not handle ARM but it’s not really nessesary as with systemd for example you would bypass it anyway and call the sonar-application.jar directly. give it a try :slight_smile:

1 Like

Thanks @NotTobi. I was able to run it using java -jar sonar-application-9.4.0.54424.jar from the sonarqube install’s lib folder.
Very helpful!