A premium, feature-rich SQLite database explorer and management studio built with React, Electron, and better-sqlite3.
Sleek dark theme with glassmorphism, real-time database health monitoring, and one-click optimization tools (Vacuum, Integrity Check).

High-performance table view with server-side sorting, advanced filtering, and pagination. Double-click any cell for Inline Editing.

Pro-grade SQL editor powered by Monaco. Includes context-aware autocompletion, multi-theme support, and a Visual Query Plan analyzer.

Professional mermaid-based visualization of your database structure, tracking foreign key relationships and UML exports.

- Frontend: React 19, TypeScript, Vite, Framer Motion, Lucide Icons.
- Editor: Monaco Editor (via @monaco-editor/react).
- Visualization: Mermaid.js for Schema Graphs.
- Backend: Electron, better-sqlite3.
- Styling: Vanilla CSS with modern variables and animations.
For the latest stable version, visit the Releases page and download the installer for your operating system:
- Windows: Download the
.exeinstaller. - macOS: Download the
.dmgfile. - Linux: Download the
.AppImagefile.
Important
Security Note: As this application is not digitally signed with a commercial certificate, your OS may show a security warning.
- Windows: Click "More info" and then "Run anyway".
- macOS: Right-click the app and select "Open", or go to System Settings > Privacy & Security to allow the app.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open a SQLite database file and start exploring!