Home

Awesome

<p align="center"><img src="https://dbeaver.io/wp-content/uploads/2015/09/beaver-head.png" alt="DBeaver CE" width=128 height=128></p> <h2 align="center">DBeaver CE AppImage</h2> <p align="center">Unofficial / Community provided Dbeaver Community Edition AppImage - stable release</p>

DBeaver CE AppImage release

Get Started

Download the latest stable release

Executing

File Manager

Double-click the *.AppImage file and you are done!

In normal cases, the above method should work, but in some cases you need mark file as executable. You can do this using File manager -> right click > Properties > Allow Execution, or by terminal issuing command chmod +x dbeaver-ce-*.AppImage

AppImageLauncher

Use AppImageLauncher for better desktop integration ==> download AppImageLauncher

Terminal

chmod +x dbeaver-ce-*.AppImage
./dbeaver-ce-*.AppImage

Build

The AppImage is built from .tar.gz DBeaver package by GitHub Continuous Integration using this bash script https://github.com/valicm/appimage-bash.