Support aarch64

wget https://download.katalon.com/5.10.1/Katalon_Studio_Linux_64-5.10.1.tar.gz

tar -xvzf Katalon_Studio_Linux_64-5.10.1.tar.gz

cd Katalon_Studio_Linux_64-5.10.1

uname -a

Linux rock64 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux

file katalon

katalon: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.9, with debug_info, not stripped

I’m getting this error when I try to run Katalon
./katalon -noSplash -runMode=console -consoleLog -projectPath=“/Users/nguyenvinh/Katalon Studio/WebTesting/WebTesting.prj” -retry=0 -testSuitePath=“Test Suites/TS_RegressionTest” -browserType=“Chrome (headless)”
-bash: ./katalon: cannot execute binary file: Exec format error

I’m suspecting b/c I’m on aarch64 and not x86_64. Is there a solution to this?

You are right. The only solution … open a feature request and ask for Katalon to be compiled for the architecture you need … or to be completely opensourced so one can re-compile himself

I don’t have any solution but aarch64 are not supported officially by most web drivers so it’s gonna be more work than just recompiling Katalon Studio.