Get Started
Install and start using DBDesk
Installation
Download the latest installer for your platform from the GitHub Releases page.
macOS
Download the .dmg installer from the releases page. After mounting, drag DBDesk to your Applications folder.
If you encounter issues with macOS Gatekeeper blocking the app (since it is not signed with an Apple developer certificate), you can bypass this by running:
xattr -rd com.apple.quarantine /Applications/dbdesk.appLinux
Download the .AppImage file from the releases page:
chmod +x dbdesk-*.AppImage
./dbdesk-*.AppImageWindows
Download the .exe installer from the releases page. Run the installer and follow the setup wizard.
First Launch
When you open DBDesk for the first time, you'll see an empty connection screen. Let's add your first database:
- Click Add Connection in the sidebar
- Select PostgreSQL as the database type
- Fill in your connection details:
- Connection Name — A friendly name for your connection
- Host — Usually
localhostfor local databases - Port — Default is
5432 - Database — The name of the database to connect to
- Username — Your PostgreSQL username
- Password — Your PostgreSQL password
- Click Test Connection to verify everything works
- Click Save to add the connection
Quick Navigation
DBDesk is designed for keyboard-first workflows:
Ctrl+P— Open the Quick Panel for fast navigationCtrl+T— Open a new tabCtrl+W— Close the current tabCtrl+S— Save your current queryCtrl+Enter— Execute the selected SQL query
Next Steps
- Learn about the Keyboard Shortcuts
- Explore the Tech Stack
- Download DBDesk from the releases page