PPostggresively
FeaturesEnginesDeployDownloadSetup
Get started

Self-hosted database console

Postgres control,
without leaving the browser

Browse schemas, run queries, manage backups, and connect MySQL, SQLite, and SQL Server — from a console you host on your own infrastructure.

Download latestView on GitHub
postggresively · overview
Overview
SQL console
Databases
Connections
Server

postgresql

localhost:5432 · active

4 databases

Service

active

Version

16.2

Databases

4

Total size

2.4 GB

Active connections
app_apiSELECT12 ms
workeridle—
migrationALTER TABLE340 ms

0+

Database engines

0

Deploy paths

0%

Self-hosted

Zero

Vendor lock-in

Built for modern infrastructure

PostgreSQLMySQLMariaDBSQLiteSQL ServerWebAuthnDockersystemdPM2ARM64Raspberry PiAES-256-GCMPostgreSQLMySQLMariaDBSQLiteSQL ServerWebAuthnDockersystemdPM2ARM64Raspberry PiAES-256-GCM
Features

Everything you need to run databases day to day

Not a hosted SaaS. A console you deploy next to your databases and control completely.

Browse

Schema and data, one click away

Inspect tables, columns, indexes, and row previews without juggling psql and GUI tools. The sidebar follows your connection and database context.

public.users

id · uuidemail · textcreated_at · timestamptz

Query

A SQL console that stays out of your way

Run statements with autocomplete grounded in your live schema. Saved queries live in the console database, separate from your operator data.

SELECT id, email, created_at
FROM users
WHERE active = true
ORDER BY created_at DESC
LIMIT 50;

42 rows · 8.2 ms

Secure

Passkeys and step-up for destructive work

Sign in with WebAuthn or password. Dropping databases, terminating backends, and deleting rows require a fresh five-minute elevated token.

✓

Step-up verified

Passkey · valid for 5 minutes

Operate

Server control from the same UI

Start and stop the Postgres service, read logs, schedule backups, and monitor activity — through a local agent that never leaves the host.

postgresql.servicerunning

CPU 12% · Memory 1.2 GB

Last backup: today 02:00 UTC

Multi-engine

One console,
many connection strings

Start with the Postgres instance on your server, then add remote databases from the Connections page. Strings are encrypted at rest; only redacted forms reach the browser.

  • PostgreSQL

    Full support

    Full feature set including row editor, database creation, activity monitoring, and agent pages.

  • MySQL / MariaDB

    Browse & query

    Browse schemas, preview rows, and run queries against remote instances.

  • SQLite

    Browse & query

    Point at a file path and inspect tables without installing a server.

  • SQL Server

    Browse & query

    Connect with encrypted connection strings stored under AES-256-GCM.

  • Architecture

    Browser

    Next.js console UI

    Backend

    Auth, SQL, schema API

    Agent

    systemd, logs, backups

    Postgres

    your data

    The agent is localhost-only. The backend is the only component exposed to the network.

    Why operators choose it

    Control without compromise

    Postggresively is designed for teams who run their own databases and want a console that stays on their terms.

    “Finally a database console that respects the operator's stack — local agent, encrypted connections, no cloud account required.”

    Platform engineer

    Self-hosted infra

    “The step-up flow for destructive actions is exactly what we wanted. Passkeys on login, password for the rare drop-database moment.”

    Security-minded DBA

    Production Postgres

    “One UI for the Postgres on the box and the MySQL staging instance. Saved connection strings just work.”

    Full-stack developer

    Multi-engine setup

    Deploy your way

    Ship on bare metal, Pi, or Docker

    Every release publishes platform archives and compose bundles to GitHub. Pick the path that matches your infrastructure.

    Recommended

    PM2 release bundle

    Pre-built binaries for Linux, macOS, and Windows — including ARM64 and Raspberry Pi.

    Containers

    Docker Compose

    Full stack with Postgres, agent, backend, and web. Multi-arch images on every tag.

    Linux

    Systemd units

    User-level services on Linux. No root required for the console itself.

    Contributors

    Local development

    Three-process dev setup with hot reload for the web UI.

    Ready to install?

    Download the latest release for your platform, or browse previous versions and release notes.

    Go to downloads

    Postggresively

    A self-hosted web console for Postgres and other relational databases on your server.

    DownloadGitHubReleases
    © 2026 Postggresively · MIT licensed