24.3.1 for Windows on Arm64 & FreeBSD (unofficial)
Unofficial DBeaver 24.3.1 CE release artifacts for Windows 11 on Arm64
& FreeBSD
, to supplement the official 24.3.1 CE release artifacts.
Here are the commands to build (applied to the release_24_3_1 branch of this fork), e.g. on a Windows box:
cd tools
build.cmd
or to build on a Linux or FreeBSD box:
cd tools
./build.sh
The resultant DBeaver binaries for all
supported platforms would be produced in product/community/target/products
, including the Windows on Arm64 version of DBeaver in product/community/target/products/org.jkiss.dbeaver.core.product/win32/win32/aarch64
, and the FreeBSD
aarch64/x86_64 versions in product/community/target/products/org.jkiss.dbeaver.core.product/freebsd/gtk/aarch64
and product/community/target/products/org.jkiss.dbeaver.core.product/freebsd/gtk/x86_64
.
Note that unlike the official DBeaver x86_64 zip package, there are no JREs included in these unofficial packages here, so these packages need, e.g. for Windows on Arm64
a native Windows Arm64 JDK (version 17 or above) to run, such as the Arm64 JDKs available from Microsoft, Liberica, or Zulu; or, for FreeBSD
, an existing local JDK 17+ installation set up via pkg install openjdk17
or pkg install openjdk21
commands, to run.