A free, open-source desktop app to explore, edit, and query your PostgreSQL databases. Fast and keyboard-driven.
npx dbdiff-app install-from-sourceAll you need is npm/Node.js
git clone https://github.com/louislva/dbdiff.git
cd dbdiff
npm install
npm run devThis starts Vite (port 4089) and Express (port 4088) concurrently with hot reloading.
Other commands:
npm run dev:electron # Dev mode with Electron
npm run build # Production build
npm run typecheck # Type checking
npm run format # Code formatting
npm start # Run built Electron app