The PostgreSQL client that doesn't suck.
A native macOS app for developers who want to browse, query, and edit their Postgres data without the bloat.
You've tried them all. Electron apps that eat 2GB of RAM. Java tools from 2008. Web UIs that feel like swimming through molasses.
SeekQool is different:
- Native macOS — Built with SwiftUI. Launches instantly. Uses ~50MB of memory.
- Edit inline — Double-click any cell. Change it. Preview the SQL. Push.
- Smart queries — Write
SELECT email FROM usersand still edit the results. We handle the primary keys. - Stay connected — Laptop sleep? Network blip? SeekQool reconnects automatically.
- Remember everything — Your tabs, queries, and sort orders persist across sessions.
Click a table. See the data. Sort by any column. Paginate through millions of rows.
Double-click a cell to edit. Right-click to set NULL. See exactly what SQL will run before you commit.
Write raw SQL. Get results. Edit them too (for simple SELECTs).
Never push blind. Review every UPDATE statement before it hits your database.
Grab the latest release from GitHub Releases:
- Download
SeekQool-x.x.x.dmg - Open the DMG
- Drag SeekQool to Applications
- Launch from Applications (or Spotlight)
Works on both Apple Silicon and Intel Macs.
git clone https://github.com/foxwise-ai/seekqool.git
cd seekqool/macOS
./scripts/build.sh
./scripts/install.shApp installs to ~/Applications/SeekQool.app.
cd seekqool/macOS
swift build -c releaseBinary lands in .build/release/SeekQool.
- Launch SeekQool
- Click + to add a connection
- Enter your Postgres credentials
- Double-click a table to browse
- Double-click a cell to edit
That's it. No setup wizards. No configuration files. No bullshit.
- macOS 14.0+
- PostgreSQL 12+ (any standard Postgres-compatible database)
| Action | Shortcut |
|---|---|
| Run Query | ⌘ + Return |
| New Query Tab | ⌘ + T |
| Close Tab | ⌘ + W |
| Refresh | ⌘ + R |
- Multiple result sets
- Export to CSV/JSON
- Table structure editor
- Dark mode refinements
- SSH tunneling
- SwiftUI — Native macOS UI
- PostgresNIO — Async PostgreSQL driver
- Swift Concurrency — Modern async/await
MIT
Found a bug? Want a feature? Open an issue or submit a PR.
To publish a new version:
# Tag the release
git tag v1.0.0
git push origin v1.0.0GitHub Actions will automatically:
- Build a universal binary (Apple Silicon + Intel)
- Create a DMG and ZIP
- Publish to GitHub Releases
Check out TheQuickFox.ai — Ask AI from any app about any app without breaking your flow. Special feature: reply to any message/email using a few words.
Stop fighting your database tools. Start shipping.




