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:
!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.
AI Assistant - Generate charts and insights
AI Assistant - Natural language to SQL
ER Diagrams - Visualize relationships
Command Palette - Quick actions
Light Mode
Download the latest release for your platform from Releases (https://github.com/Rohithgilla12/data-peek/releases).
.dmg (Intel & Apple Silicon).exe installer.AppImage, .deb, or .tar.gz (Arch)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
This only needs to be done once. Proper code signing is coming soon!
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.
# 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
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.
| 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) |
apps/
desktop/ # Electron desktop application
web/ # Marketing website + licensing
packages/
shared/ # Shared types for IPC
# 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
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.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
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.
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.
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.
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.
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.
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.