Open Source · GPL-3.0 · Single Binary

Open any SQLite file
from your terminal.

A fast, zero-dependency SQLite browser that opens .db, .sqlite3, and .db3 files in milliseconds. Built-in file picker scans your current directory. Browse tables, run queries, export data — all from a single compiled binary. Perfect for mobile app debugging, data analysis, and remote support. Built with Rust for speed.

~6 MB
Binary Size
TUI + Web
Two Interfaces
3 Formats
CSV · JSON · SQL
3 Platforms
macOS · Linux · Windows

You're installing software just to look at a .db file.

DB Browser for SQLite requires installation. SQLiteStudio needs Java. DataGrip needs a JetBrains subscription. When someone sends you a .db file, you shouldn't need to download a full IDE just to peek at the data.

1

GUI Bloat

DB Browser for SQLite, SQLiteStudio, DataGrip — they all need installation, update management, and dock icons. Opening them for a quick data check feels wrong.

2

Remote Server Pain

SSH'd into a Raspberry Pi or edge device? You can't run a GUI. You're stuck with the sqlite3 CLI and its dot-commands. No table browsing, no pagination.

3

Memorizing Dot-Commands

.headers on, .mode column, .width auto — every time you launch sqlite3. And god forbid you forget .mode column before a SELECT * — the output is unreadable.

4

Export Hassle

Need a quick CSV of a query result? With sqlite3 it's .mode csv + .output + the query + .output stdout. With GUIs it's dialog boxes. Both are slow when you just want the data.

Everything you'd do with sqlite3 CLI — but faster.

A zero-dependency TUI that starts in milliseconds. A keyboard-driven interface with pagination, export, copy-to-clipboard, and autocomplete. No memorizing dot-commands. Built-in Web UI for when you want a graphical view.

01

Instant File Picker

No --file flag? No problem. Automatically scans the current directory for .db, .sqlite3, and .db3 files. Navigate with arrow keys and hit Enter to open.

02

Table & View Browser

Sidebar navigation with live row counts. Switch between Tables and Views with q/e keys. Filter by name with instant /search.

03

Paginated Data View

500 rows per page. Prev/Next navigation. Real-time scrollbar shows position. Works with tables of any size — even multi-million row databases.

04

SQL Query Editor

Interactive query editor with autocomplete for SQLite keywords, table names, and column names. Ctrl+S to execute. Error messages shown inline with syntax highlighting.

05

Schema Inspector

View CREATE TABLE statements with full syntax highlighting. Column list with names. Quick access to table structure when debugging schema issues.

06

Multi-Format Export

Download full tables or query results as CSV, JSON, or SQL INSERT statements. One click from the export tab. Perfect for data migration and analysis.

07

Web UI Included

Launch with --ui for a full dark-theme web interface. Same features — browsing, querying, exporting. Ideal for team demos and screen sharing.

Terminal or Browser. Same binary.

TUI MODE

Terminal Interface

Vim-style keybindings (i/k/j/l for scroll, u/d for pages). Paginated table view with row counts. SQL editor with autocomplete. Copy menus for TSV/JSON export. Built for engineers who live in the terminal.

WEB UI

Dark-Theme Web Interface

Launch with --ui. Full sidebar, paginated data, SQL editor with autocomplete and syntax highlighting. Export with one click.

Two commands. That's it.

# Install in one command

sudo curl -L -o /usr/local/bin/sqltui https://dl-sqltui.voltrus.id/latest && sudo chmod +x /usr/local/bin/sqltui

# Launch file picker (scans current directory)

sqltui

# Open a specific database or Web UI

sqltui -f myapp.db --ui

Pre-built binary $4.99 one-time · Build from source free on GitHub · macOS aarch64, Linux x86_64, Windows x86_64.

Built for developers who work with SQLite daily.

MOBILE

Mobile App Debugging

Inspect SQLite databases from iOS and Android apps. Open CoreData stores, Room databases, and Realm-to-SQLite exports. No need for Android Studio or Xcode.

EMBED

Embedded & IoT Systems

SSH into your Raspberry Pi or edge device, open the local SQLite database, and diagnose data issues in seconds. Perfect for edge computing and IoT data stores.

WEB

Web App Development

Django, Rails, Laravel — many frameworks use SQLite for development. Inspect your dev database without leaving the terminal. Faster than opening a GUI tool.

DATA

Data Analysis Quick Checks

Got a .db file from a colleague? Open it instantly, browse the schema, run a few queries, export the relevant data. No SQLite installation needed — the binary is self-contained.

Common questions

Both. Sqltui is open source (GPL-3.0) — you can build it from source for free with cargo build --release. If you prefer a ready-to-use binary without compiling, it's $4.99 one-time from Polar. No subscriptions, no feature gates — just a convenience fee for the pre-built download.
Sqltui gives you a full TUI with sidebar navigation, paginated data views, search filtering, copy-to-clipboard, and export capabilities. No dot-commands to memorize. Plus a Web UI when you need a graphical view.
Sqltui uses the standard rusqlite library. It supports regular SQLite files. For SQLCipher/encrypted databases, you'd need to decrypt them first using the appropriate tool.
Yes. The pagination system loads 500 rows at a time, so even tables with millions of rows are responsive. Row counts are pre-fetched, so you always know how much data you're dealing with.
The binary includes an embedded web server (Rust + axum). When you launch with --ui, it starts a local HTTP server. Open your browser and you can browse the SQLite file through a full web interface. The web assets are compiled into the binary.

Open Source · GPL-3.0

Get Sqltui.
Build from source or buy the binary.

Build from Source

$0

Free — forever. GPL-3.0

Clone the repo, run cargo build --release, and you're done. Modify, share, redistribute.

GitHub

Pre-built Binary

$4.99

One-time — no subscription

Ready-to-use binary for macOS, Linux, or Windows. Download and run immediately — no Rust toolchain needed.

Buy & Download