Installation Guide
Follow these steps to install DBDash on your operating system. It's simple and takes just a few minutes.
🪟 Windows
- Download the latest .exefile from the official website.
- Double-click the installer and follow the setup wizard.
- Once installed, launch DBDash from the Start Menu.
- Allow firewall access when prompted for network connectivity.
🍎 macOS
- Download the .dmgfile from the official website.
- Open the file and drag the DBDash icon into your Applicationsfolder.
- Launch the app from Spotlight or Applications folder.
- If macOS blocks the app, go to System Preferences → Security & Privacyand click "Open Anyway".
🐧 Linux
Choose a package based on your distribution:
- Debian/Ubuntu: Download the .debpackage
- Fedora/RHEL: Download the .rpmpackage
- Arch-based: Use AUR or extract the tarball manually
To install manually using terminal:
sudo dpkg -i dbdash-latest.deb sudo apt-get install -f # To fix dependencies
⚠️ You may need to give executable permissions using chmod +x.
✅ After Installation
- Open DBDash and connect to your MySQL server using credentials.
- Explore schema visually or start writing queries right away.
- Enable auto-sync for real-time schema updates.
