Data Peek Download

Fast SQL client for PostgreSQL, MySQL and SQL Server with AI assistant that converts natural language to queries. Features Monaco editor, ERD diagrams, query plans and inline editing. Built with Electron and React.

⭐ 1,323 stars on GitHub
Latest Release: v0.6.2

About Software

Data Peek is a fast and minimal SQL client for PostgreSQL, MySQL and SQL Server. It starts in under 2 seconds and includes an AI assistant that converts natural language to SQL queries and generates charts. Features Monaco editor with syntax highlighting, command palette, multi-tab support and inline table editing.

Shows ERD diagrams for table relationships and query execution plans. All connection credentials are encrypted locally with no telemetry. Built with Electron, React 19 and TypeScript. Available for macOS, Windows and Linux.

Use Cases:

  • Query PostgreSQL, MySQL and SQL Server databases with fast desktop app
  • Ask questions in plain English to generate SQL queries with AI assistant
  • Edit table data directly with inline insert, update and delete
  • Visualize database relationships with entity relationship diagrams
  • Analyze query performance with built-in explain plan viewer

Downloads

v0.6.2 December 08, 2025
data-peek-0.6.2-amd64.debdeb
data-peek-0.6.2-arm64.dmgdmg
data-peek-0.6.2-setup.exeexe
data-peek-0.6.2-x64.dmgdmg
data-peek-0.6.2-x86_64.AppImageAppImage
v0.5.3 December 05, 2025
data-peek-0.5.3-amd64.debdeb
data-peek-0.5.3-arm64.dmgdmg
data-peek-0.5.3-setup.exeexe
data-peek-0.5.3-x64.dmgdmg
data-peek-0.5.3-x86_64.AppImageAppImage
v0.5.2 December 04, 2025
data-peek-0.5.2-amd64.debdeb
data-peek-0.5.2-arm64.dmgdmg
data-peek-0.5.2-setup.exeexe
data-peek-0.5.2-x64.dmgdmg
data-peek-0.5.2-x86_64.AppImageAppImage
v0.5.1 December 04, 2025
data-peek-0.5.1-amd64.debdeb
data-peek-0.5.1-arm64.dmgdmg
data-peek-0.5.1-setup.exeexe
data-peek-0.5.1-x64.dmgdmg
data-peek-0.5.1-x86_64.AppImageAppImage
v0.5.0 December 04, 2025
data-peek-0.5.0-amd64.debdeb
data-peek-0.5.0-arm64.dmgdmg
data-peek-0.5.0-setup.exeexe
data-peek-0.5.0-x64.dmgdmg
data-peek-0.5.0-x86_64.AppImageAppImage
v0.4.0 December 03, 2025
data-peek-0.4.0-amd64.debdeb
data-peek-0.4.0-arm64.dmgdmg
data-peek-0.4.0-setup.exeexe
data-peek-0.4.0-x64.dmgdmg
data-peek-0.4.0-x86_64.AppImageAppImage
v0.3.0 December 01, 2025
data-peek-0.3.0-amd64.debdeb
data-peek-0.3.0-arm64.dmgdmg
data-peek-0.3.0-setup.exeexe
data-peek-0.3.0-x64.dmgdmg
data-peek-0.3.0-x86_64.AppImageAppImage
v0.2.0 November 30, 2025
data-peek-0.2.0-amd64.debdeb
data-peek-0.2.0-arm64.dmgdmg
data-peek-0.2.0-setup.exeexe
data-peek-0.2.0-x64.dmgdmg
data-peek-0.2.0-x86_64.AppImageAppImage
v0.1.1 November 29, 2025
data-peek-0.1.1-amd64.debdeb
data-peek-0.1.1-arm64.dmgdmg
data-peek-0.1.1-setup.exeexe
data-peek-0.1.1-x64.dmgdmg
data-peek-0.1.1-x86_64.AppImageAppImage
v0.1.0 November 28, 2025
data-peek-0.1.0-amd64.debdeb
data-peek-0.1.0-arm64.dmgdmg
data-peek-0.1.0-setup.exeexe
data-peek-0.1.0-x64.dmgdmg
data-peek-0.1.0-x86_64.AppImageAppImage

Package Info

Last Updated
Dec 08, 2025
Latest Version
v0.6.2
License
NOASSERTION
Total Versions
10

README

data-peek

!GitHub Downloads (all assets, all releases) (https://img.shields.io/github/downloads/Rohithgilla12/data-peek/total?style=for-the-badge)

A minimal, fast SQL client desktop application with AI-powered querying. Built for developers who want to quickly peek at their data without the bloat. Supports PostgreSQL, MySQL, and Microsoft SQL Server.

Screenshots

AI Assistant - Generate charts and insights

AI Assistant - Natural language to SQL

ER Diagrams - Visualize relationships

Command Palette - Quick actions

Light Mode

Features

  • AI Assistant - Ask questions in plain English, get SQL queries. Generate charts and insights (BYOK)
  • Fast - Opens in under 2 seconds, low memory footprint
  • Query Editor - Monaco editor with SQL syntax highlighting and autocomplete
  • Command Palette - Cmd+K to access everything instantly
  • Multi-tab Support - Work with multiple queries simultaneously
  • Inline Editing - Edit table data directly with INSERT/UPDATE/DELETE
  • ERD Visualization - See table relationships visually
  • Query Plans - Analyze query performance with EXPLAIN ANALYZE viewer
  • Saved Queries - Bookmark your favorite queries for quick access
  • Dark/Light Mode - Easy on the eyes
  • Keyboard-First - Power users shouldn't need a mouse
  • Secure - Connection credentials encrypted locally, no telemetry

Installation

Download

Download the latest release for your platform from Releases (https://github.com/Rohithgilla12/data-peek/releases).

  • macOS: .dmg (Intel & Apple Silicon)
  • Windows: .exe installer
  • Linux: .AppImage, .deb, or .tar.gz (Arch)

macOS: "App is damaged" Fix

Since the app isn't notarized with Apple yet, macOS Gatekeeper may show a warning. To fix:

Option 1: Terminal command

xattr -cr /Applications/data-peek.app

Option 2: Right-click to open

  1. Right-click (or Control+click) on data-peek.app
  2. Select "Open" from the menu
  3. Click "Open" in the dialog

This only needs to be done once. Proper code signing is coming soon!

Linux: Auto-Updates

Auto-updates only work with the AppImage format. If you installed via .deb or .tar.gz, you'll need to manually download new releases from the Releases page (https://github.com/Rohithgilla12/data-peek/releases).

Format Auto-Update
AppImage Yes
.deb No (manual update)
.tar.gz No (manual update)

For the best experience with automatic updates, we recommend using the AppImage.

Build from Source

# Clone the repository
git clone https://github.com/Rohithgilla12/data-peek.git
cd data-peek

# Install dependencies
pnpm install

# Run in development mode
pnpm dev

# Build for your platform
pnpm build:mac    # macOS
pnpm build:win    # Windows
pnpm build:linux  # Linux

Troubleshooting: Electron not found

If you get errors about Electron not being found after pnpm install:

# Option 1: Run the setup script
pnpm setup:electron

# Option 2: Rebuild native modules
pnpm rebuild

# Option 3: Clean install (nuclear option)
pnpm clean:install

This can happen when pnpm's cache skips Electron's postinstall script that downloads platform-specific binaries.

Tech Stack

Layer Technology
Desktop Electron
Frontend React 19 + TypeScript
UI shadcn/ui + Tailwind CSS
State Zustand
Query Editor Monaco
Database pg (PostgreSQL), mysql2 (MySQL), mssql (SQL Server)

Project Structure

apps/
  desktop/     # Electron desktop application
  web/         # Marketing website + licensing
packages/
  shared/      # Shared types for IPC

Development

# Install dependencies
pnpm install

# Start desktop app with hot reload
pnpm dev

# Start web app
pnpm dev:web

# Lint all workspaces
pnpm lint

# Build desktop app
pnpm build

Star History

License

MIT License - see LICENSE for details.

Pre-built binaries require a license for commercial use. See the license file for details on free vs. commercial use.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

Support

  • GitHub Issues (https://github.com/Rohithgilla12/data-peek/issues) - Bug reports and feature requests
  • GitHub Sponsors (https://github.com/sponsors/Rohithgilla12) - Support development
  • Twitter/X: @gillarohith (https://x.com/gillarohith)

Related Software

Veloera

AI API gateway system forked from New API with multi-key channel support, gift codes, native Hugging Face interface, regex filtering, token grouping, model restrictions, multiple OAuth providers, per-user rate limiting, cache billing, and comprehensive logging built with Go.

⭐ 1,548

Copymanga Copy20

Tachiyomi/Mihon extension source collection for Chinese manga platforms including Copymanga, Vomic, and Baozi Manhua with repository auto-updates, library import, theme/region filters, ranking lists, comment viewing, and simplified/traditional Chinese conversion with Tachidesk/Suwayomi compatibility.

⭐ 1,541copymanga, extension, mihon

Openspot Music App

Free, open-source cross-platform music streaming app with React Native + Expo mobile (Android/iOS) and Electron desktop (macOS/Windows/Linux) versions, featuring high-quality streaming, offline downloads, background playback, no login requirements, ad-free experience, and 20+ language support.

⭐ 1,503api, flac, free-music

Deep Rant

Gaming-focused quick translation tool built with Tauri (Rust + React 18) for international servers, featuring hotkey translation without leaving game, three specialized modes (toxic/pro/auto), custom phrase management, multi-language support, and automatic clipboard copying for Windows and macOS.

⭐ 1,494

Uz Doom

Modern DOOM engine source port continuing ZDoom and GZDoom with high-resolution graphics, dynamic lighting, 3D floors, extensive modding support, OpenGL/Vulkan renderers, and active community development under GPL v3+ license for Linux, Windows, and macOS.

⭐ 1,492

Inspector

Local development client for ChatGPT apps and MCP servers with full widget emulator, OAuth debugger, LLM playground with free frontier models (GPT-5, Claude Sonnet, Gemini 2.5), JSON-RPC observability, and Apps Builder supporting Desktop/Tablet/Mobile views via NPX or desktop apps.

⭐ 1,481mcp, modelcontextprotocol, mcp-clients