DBeaver logo

DBeaver Recorded Package Source

Direct package links and installation notes for Windows/macOS/Linux

Developer Tools · v26.1.5 · Free (Apache 2.0)

Cross platform database client and SQL workspace

Source record, not a product review. Automated checks can confirm URL availability but not package safety, installation behavior, or offline operation. Catalog maintained by .
License: Free (Apache 2.0)
Size: 110.4 MB (Windows x64)
Platforms: Windows macOS Linux

Download summary

DBeaver is a developer tool for Windows/macOS/Linux, published by DBeaver Corp. A direct package URL is recorded below. The host may be the publisher, a release repository, a CDN, or another distribution source documented by the publisher. Some packages still fetch optional components during setup. The recorded publisher site is dbeaver.io. We do not host or modify installer files.

Sources and identity

External references used to identify the product and publisher. These links do not prove that we installed the package.

Wikipedia article Source on GitHub SHA-256 listed in catalog

Download options

Recorded package links, store pages, and browser extensions where available.

Platform Build Architecture Package Action Notes
Windows

ARM64

DBeaver Community 26.1.5 Windows ARM64 installer

ARM64 EXE Download file Official Windows ARM64 installer with bundled runtime
Windows

ARM64

DBeaver Community 26.1.5 Windows ARM64 ZIP

ARM64 ZIP Download file No-installer ARM64 archive; workspace and driver state remain separate
Windows

EXE

DBeaver Community 26.1.5 Windows x64 installer

64-bit EXE Download file Official x64 installer with bundled OpenJDK runtime
Windows

ZIP

DBeaver Community 26.1.5 Windows x64 ZIP

64-bit ZIP Download file No-installer archive; workspace, drivers, credentials, and updates persist separately
macOS

Apple Silicon

DBeaver Community 26.1.5 macOS Apple silicon DMG

ARM64 DMG Download file Official Apple-silicon disk image with bundled runtime
macOS

Intel

DBeaver Community 26.1.5 macOS Intel DMG

Intel DMG Download file Official Intel Mac disk image with bundled runtime
Linux

Fedora/openSUSE

DBeaver Community 26.1.5 Linux x64 RPM

64-bit RPM Download file Official x64 RPM package with bundled runtime
Linux

Fedora/openSUSE

DBeaver Community 26.1.5 Linux ARM64 RPM

ARM64 RPM Download file Official ARM64 RPM package with bundled runtime
Linux

Linux archive

DBeaver Community 26.1.5 Linux x64 archive

64-bit TAR.GZ Download file Upstream archive; not a distribution-native package
Linux

Linux archive

DBeaver Community 26.1.5 Linux ARM64 archive

ARM64 TAR.GZ Download file Upstream ARM64 archive; not a distribution-native package
Linux

Ubuntu/Debian

DBeaver Community 26.1.5 Linux x64 DEB

64-bit DEB Download file Official x64 Debian-family package with bundled runtime
Linux

Ubuntu/Debian

DBeaver Community 26.1.5 Linux ARM64 DEB

ARM64 DEB Download file Official ARM64 Debian-family package with bundled runtime

Verification scope

A direct package URL is recorded above. We have not independently installed every listed build or confirmed that setup remains fully offline.

We do not host software files. Links may resolve to a publisher domain, its release repository, app store, CDN, or a documented distribution host — confirm the final hostname, publisher signature, version, and architecture before deployment. Recorded URLs last checked 30 August 2026; content last updated 30 August 2026.

What DBeaver does

DBeaver Community is the Apache-licensed desktop database client for Windows, macOS, and Linux. It provides SQL editing, connection profiles, data and result grids, metadata browsing, import/export tools, and entity-relationship views through database drivers. Exact database coverage and behavior depend on the Community edition, the selected JDBC or ODBC driver, server version, connection configuration, and granted permissions; features advertised for DBeaver PRO or other editions are not attributed to Community here.

This record pins Community 26.1.5 across the publisher's Windows x64 and ARM64 EXE and ZIP packages, Intel and Apple-silicon Mac disk images, and Linux x64 and ARM64 DEB, RPM, and tar.gz packages. DBeaver's download page says current distributions include an OpenJDK 25 bundle, so these package rows are not instructions to install a separate JRE. The archive directory lists the sizes, while its checksum directory publishes the SHA-256 values transcribed below. This audit did not run the packages or inspect platform signatures.

Driver definitions are built in, but every required driver library is not necessarily preloaded. DBeaver can retrieve Maven-hosted driver JARs, and unsupported or vendor-restricted drivers may need files supplied manually. A controlled deployment should stage and approve the exact driver files, licenses, certificates, connection settings, and any native database tools it needs. Driver updates, application updates, remote databases, cloud services, map backgrounds, and optional integrations can require connectivity. The Windows ZIP and Linux tar archives avoid a package installer, but the workspace, credentials, drivers, logs, and update state persist separately.

Database actions carry the permissions of the configured account and can modify or export sensitive data. Verify transaction and auto-commit settings, TLS and SSH configuration, credential storage, target environment, and backup procedures before executing write operations or administrative tools.

Reference images

DBeaver Developer Tools preview card
DBeaver — Developer Tools

Reference imagery is included for product identification and is not evidence of a hands-on installation test. Rights remain with the respective owners and credited sources.

Product features

  • Community-edition SQL editing, data grids, metadata browsing, and ER views
  • Database support depends on separately managed JDBC or ODBC drivers and server compatibility
  • OpenJDK 25 is bundled in the publisher's current Community distributions
  • Windows, macOS, and Linux packages for x64 and ARM64 architectures
  • Database writes, exports, credentials, and driver libraries require deployment controls

Installation notes

Grouped by the package types recorded on this page — not a claim that every listed build was independently tested on every supported platform.

Windows Portable archive (no installer)

  1. 1

    Extract the archive to a folder of your choice — there is no installer and nothing is written to Program Files.

  2. 2

    Run DBeaver directly from the extracted folder; remove the folder to uninstall.

Windows Windows installer (EXE)

  1. 1

    Download the recorded file (dbeaver-ce-26.1.5-windows-x86_64.exe) and check the publisher's digital signature in the file's Properties → Digital Signatures tab before running it.

  2. 2

    Run the installer. Windows SmartScreen may warn on recently released builds — "More info" shows the verified publisher name.

  3. 3

    Follow the publisher's setup prompts to finish; options vary by release, so review each screen rather than clicking through.

macOS macOS disk image (DMG)

  1. 1

    Open the downloaded file and drag DBeaver into the Applications folder.

  2. 2

    On first launch, macOS Gatekeeper verifies the developer signature; approve it in System Settings → Privacy & Security if prompted.

Linux Debian/Ubuntu package (DEB)

  1. 1

    Install with apt so dependencies resolve automatically: sudo apt install ./dbeaver-ce-26.1.5-linux-x86_64.deb

  2. 2

    Installing with dpkg -i alone can leave dependencies missing; run sudo apt -f install afterwards if you use it.

Linux Fedora/openSUSE package (RPM)

  1. 1

    Install with your distribution's manager so dependencies resolve: sudo dnf install ./dbeaver-ce-26.1.5-linux-x86_64.rpm (or zypper on openSUSE).

Linux Linux binary archive

  1. 1

    Extract the archive (for example: tar -xf dbeaver-ce-26.1.5-linux-x86_64.tar.gz) — it contains prebuilt binaries, so no compilation is needed.

  2. 2

    Move the extracted directory somewhere stable (such as /opt or ~/apps) and run the binary, or add its bin/ directory to your PATH.

  3. 3

    Nothing is registered with your package manager, so updates and removal are manual.

More Developer Tools Source Guides

View all Developer Tools

Also Popular on OfflineInstallerSetup

Browse all software