Unofficial DBeaver 25.1.0 CE release artifacts for Windows 11 on Arm64
, Linux riscv64
& FreeBSD
, to supplement the official 25.1.0 CE release artifacts.
Here are the commands to build (applying to the release_25_1_0 branch of this fork) using the JDK 17, 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 Linux riscv64
, Windows on Arm64
and the FreeBSD
aarch64/x86_64 versions of DBeaver.
Note that the resultant Linux riscv64
and Windows on Arm64
packages are self-contained with an embedded JRE, courtesy of the Eclipse JustJ project. But there are no JREs included in the FreeBSD
packages, due to JustJ not yet supporting FreeBSD
, so these FreeBSD
packages here need an existing (local) JDK 17+ installation, set up via pkg install openjdk17
or pkg install openjdk21
commands, to run.