pgui icon indicating copy to clipboard operation
pgui copied to clipboard

GUI app to query Postgres - Powered by GPUI

PGUI

A high performance GUI to query & manage postgres databases.

Written in GPUI with GPUI Component

Connections

Connections and query history will be saved to a sqlite db file in ~/.pgui/pgui.db

Passwords are saved in the host OS secure store via Keyring crate.

Agent Panel

Only Anthropic support w/ ANTHROPIC_API_KEY via enviroment.

AI Completions (Cmd+.)

AI Completions are triggered via code actions (cmd + .) or via the inline completions toggle.

Note: currently hard-coded to claude haiku 4.5

Building

See Mac App Build for building locally on MacOS