Skip to content

Installation

dbeaver-devops edited this page Jun 3, 2026 · 2 revisions

Table of contents

dbvr supports the following platforms:

  • Linux: most modern glibc-based distributions
  • Windows: Windows 10 or later
  • Windows Server: Windows Server 2016 or later versions
  • macOS: macOS 11 or later

Download dbvr

Download dbvr from the official page.

The distribution format depends on the operating system.

Linux installation

Debian and RPM packages

  1. Install the package

  2. Verify the installation

    dbvr --version
    

Tar.gz archive

  1. Extract the archive:

    tar -xzf dbvr-*.tar.gz
  2. Navigate to the extracted directory:

    cd dbvr-*/
  3. Verify the installation:

    ./dbvr --version
    

    Tip: To run dbvr from any directory, add its installation directory to PATH.

Windows installation

  1. Extract or install dbvr

    Tip: During installation, enable the Add to PATH option. This lets you run dbvr from any directory.

  2. Verify the installation

    dbvr.exe --version
    

macOS installation

  1. Open the downloaded .dmg

  2. Drag dbvr.app to Applications or another folder of your choice

  3. Verify the installation

    /Applications/dbvr.app/Contents/MacOS/dbvr --version
    

    Tip: To run dbvr from any directory, add its installation directory to PATH manually, or use the helper script add-dbvr-pro-to-path.sh. Learn more

Add dbvr to PATH

To run dbvr from any directory, run the helper script once.

  1. Open a terminal

  2. Run:

    /Applications/dbvr.app/Contents/MacOS/add-dbvr-pro-to-path.sh
    
  3. Reload your shell configuration.

Import license

After installation, Import license.

Clone this wiki locally