Purchase Confirmed

Thank you for your
purchase.

Your PostgresTUI binary license is confirmed. Download the pre-built binary below for your platform.

Getting Started

1

Download PostgresTUI

Download the zip below for your platform. Extract it: the postgrestui binary is ready to run.

2

Make it executable

On macOS/Linux: chmod +x postgrestui. Optionally move it to a directory in your PATH: sudo mv postgrestui /usr/local/bin/

3

Connect to PostgreSQL

Run: postgrestui -s localhost -p 5432 -d mydb -u postgres. Or launch the Web UI: postgrestui -s localhost -d mydb -u postgres --ui

4

Start browsing

Navigate tables with vim-style keys. Run SQL queries with autocomplete. Export data as CSV, JSON, or SQL. You're all set.

Open source alternative. PostgresTUI is also open source (GPL-3.0). If you prefer to build from source, clone github.com/dzulfikar08/postgrestui and run cargo build --release.

Download Binary

Choose your platform. Single-file binary, no dependencies.

macOS Intel
Intel-based Macs
Download
Linux
x64 (64-bit)
Download
Windows
x64 (64-bit)
Download

Version 0.2.0 · macOS 10.15+ / Linux x64 / Windows 10+

Need help or have questions?

[email protected]