Skip to content
/ dbdesk Public

The cleanest database management tool ever

License

Notifications You must be signed in to change notification settings

zexahq/dbdesk

Repository files navigation

DBDesk banner

The cleanest database management tool you've been waiting for.

A fast, intuitive, and UI/UX-focused desktop application for managing your databases. Built for developers who want a simple yet powerful interface without the bloat.

Currently supports PostgreSQL and MySQL, with more SQL databases coming soon—and NoSQL support on the roadmap.

dbdesk

✨ What we got already

  • Local-First Security — Your data never leaves your machine. Connect to databases securely with connection info stored locally.
  • Keyboard-First — Designed for power users who prefer staying on the keyboard.
  • Multi-Tab Interface — Open dozens of tables and queries simultaneously.
  • SQL Editor — Write and execute queries with Monaco Editor.
  • Dark & Light Mode — Switch themes to match your preference.
  • Inline Editing — Edit data directly like a spreadsheet.
  • Quick Panel — Fast navigation with Ctrl+P.
  • Blazing Fast — Opens instantly, tables load in milliseconds.

📥 Installation

Download the latest installer for your platform from the GitHub Releases page.

macOS

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 the following command in your terminal after installation:

xattr -rd com.apple.quarantine /Applications/dbdesk.app

After running this command, you can launch the app.

Linux

Download the .AppImage file from the releases page. Make it executable and run:

chmod +x dbdesk-*.AppImage
./dbdesk-*.AppImage

Windows

Download and run the installer from the releases page. The installer will handle setup automatically.

🛠️ Tech Stack

📦 Local Development

Prerequisites

Setup

# Clone the repository
git clone https://github.com/zexahq/dbdesk.git
cd dbdesk

# Install dependencies
pnpm install

# Start development server
pnpm dev

Build

# Windows
pnpm build:win

# macOS
pnpm build:mac

# Linux
pnpm build:linux

🔗 Connect

Follow us on X: @dbdesk

About

The cleanest database management tool ever

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 4

  •  
  •  
  •  
  •  

Languages