DBeaver Community 24.2.4Released on November 3rd 2024 (Milestones). |
DBeaver PRO 24.2Released on September 9th, 2024 |
Windows
Mac OS X
Linux
Eclipse Plugin
ChecksumsPrevious versions |
DBeaver PRO features:
|
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. |
System Requirements:
DBeaver is tested and verified for Windows, Linux and Mac OS X.
Supported versions:
- Microsoft Windows 10 or later versions
- Windows Server 2016 or later versions
- macOS 11 or later versions
Install:
Windows installer – run installer executable. It will automatically upgrade version (if needed). Windows 8 / Windows Server 2012 and earlier are not supported.
MacOS DMG – just run it and drag-n-drop DBeaver into Applications. MacOS 10 and earlier are not supported.
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.
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.
Archive:
All recent DBeaver versions are available in the archive.
Source code:
Community Edition sources, issue tracker, older releases, etc: https://github.com/dbeaver/dbeaver
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.