Everything you need to work with PostgreSQL, without leaving your terminal.
Vim-style navigation throughout. Browse schemas, edit queries, and explore results without touching the mouse.
Instant startup. Auto-paginates large result sets with server-side LIMIT/OFFSET. Handles databases with 10,000+ tables.
Syntax highlighting, context-aware autocomplete, undo/redo, query formatting, and history navigation.
Navigate schemas, tables, views, functions, and indexes. Filter with /, preview data, copy names, show DDL.
One-key query plan analysis. Understand query performance with execution timing without leaving your workflow.
Save results as CSV or JSON. Copy cells, rows, or qualified table names directly to your clipboard.
Fully customizable via ~/.vizgres/config.toml
Download the latest release for your platform
tar xzf vizgres-*.tar.gz && sudo mv vizgres /usr/local/bin/
Connect to your database
vizgres postgres://user:pass@localhost:5432/mydb
Or launch and pick a saved connection
vizgres
Prebuilt binaries for Linux x86_64 and macOS (ARM/Intel) · Or build from source