Download

DBeaver Community 24.0.2

Released on April 8th 2024 (Milestones).
It is free and open source (license).
Also you can get it from the GitHub mirror.

DBeaver PRO 24.0

Released on March 11th, 2024
PRO version website: dbeaver.com
Trial version is available.

Windows

Mac OS X

    • Brew Cask (brew install --cask dbeaver-community)

Linux

  • Snap (sudo snap install dbeaver-ce)
  • Flatpak (flatpak install flathub io.dbeaver.DBeaverCommunity)

Eclipse Plugin

Checksums

Previous versions

DBeaver PRO features:
  • Advanced security: master password and strong credentials encryption to secure and easy database connection.
  • Enterprise-level authentication methods: SAML, SSO, OKTA, and Kerberos. SSO authentication cloud services such as GCP, AWS, and Azure.
  • Advanced SQL databases support: MySQL, PostgreSQL, SQL Server, Oracle and others
  • NoSQL databases support: MongoDB, Cassandra, Redis, CouchDB and others
  • Cloud databases support: Redshift, Google BigQuery, Oracle Cloud and others
  • Native cloud support for Google Cloud, AWS, and Azure.
  • Access all files in any region with the S3 browser to upload, store, share, and save files like in a regular file system.
  • AI assistant in SQL and Visual Query Builder to create complex SQL scripts automatically
  • Database schema development with ERD Edit Mode.
  • Mock data generation with thousands of entities of different types for database testing.
  • Comparison of data and schemas between sources to navigate through all the differences.
  • Query Execution plan graph mode to view and estimate the speed of the query or script execution and to define the most expensive plan nodes.
  • Complex multi-component tasks support automating daily database operations.
  • Task scheduler to run tasks automatically.
  • Data export tasks to send regular reports to the email.
  • Ongoing technical support at all stages of working with DBeaver PRO – from product consulting to deploying the solution in your company’s infrastructure.
Usually we release a new Minor Community Edition version once per two weeks. Major version is released quarterly (every 3 months). Information about previous releases you can find here.

Tested and verified for MS Windows, Linux and Mac OS X.

Install:

Windows installer – run installer executable. It will automatically upgrade version (if needed).
MacOS DMG – just run it and drag-n-drop DBeaver into Applications.
Debian package – run sudo dpkg -i dbeaver-<version>.deb. Then execute “dbeaver &”.
RPM package – run sudo rpm -ivh dbeaver-<version>.rpm. Then execute “dbeaver &”. Note: to upgrade use “-Uvh” parameter.
ZIP archive – extract archive and run “dbeaver” executable. Do not extract archive over previous version (remove previous version before install).

Upgrade – don’t be afraid to remove previous DBeaver version – your settings won’t be lost. All settings are kept in the separate folder (DBeaverData in user home)

Java notes:
DBeaver requires Java 17 or higher. Since version 23.0 all distributions include OpenJDK 17 bundle.
If you want to use you own locally installed Java you may delete folder “jre” in the DBeaver installation folder.


Debian repository:

sudo  wget -O /usr/share/keyrings/dbeaver.gpg.key https://dbeaver.io/debs/dbeaver.gpg.key
echo "deb [signed-by=/usr/share/keyrings/dbeaver.gpg.key] https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list
sudo apt-get update && sudo apt-get install dbeaver-ce


Ubuntu PPA:
You can use PPA repository to easily install/upgrade DBeaver on Debian Linuxes. Mostly it is the same as regular Debian repo but it is hosted on Launchpad.

sudo add-apt-repository ppa:serge-rider/dbeaver-ce
sudo apt-get update
sudo apt-get install dbeaver-ce

Early Access:

You may get latest build (EA version) of DBeaver. Usually it contains all major bug fixes found in current stable version. Just choose the archive corresponding to your OS and hardware from the following folder: EA version downloads.

Source code:

We are on GitHub.
Community Edition sources, issue tracker, older releases, etc: https://github.com/dbeaver/dbeaver
Please, star the repository!

Archive:

All recent DBeaver versions are available in the archive.

CloudBeaver

DBeaver is desktop application.
If you are looking for a web-based database management system – please check another of our products: CloudBeaver.

It is also open-source and free.