Skip to content

DeepSQL Self-Host

Run the full DeepSQL stack inside your own VPC. One line on Docker or one click on AWS.
Terminal window
curl -fsSL https://install.deepsql.ai/install.sh | bash

Brings up the full stack — frontend, backend, Postgres + pgvector, Valkey — on any Linux or macOS host with Docker. UI at http://localhost:3035. Works on Amazon Linux 2023, Ubuntu, Debian, Fedora, Alpine, Arch, openSUSE, macOS, on x86_64 and arm64.

Launch Stack in us-east-1

Provisions a t4g.large (AL2023, arm64) in your existing VPC — the same one as your Aurora or RDS — and runs the installer automatically. No public IP, SSM-managed, encrypted gp3 root, optional support IAM user for the DeepSQL team. Change the region in the URL (region=us-east-1 → your region) before clicking. Full walkthrough.

Self-hosted, in your VPC

Runs on your hardware. No data leaves your network. Talks to your existing Aurora or RDS over private networking.

Tested end-to-end on every release

Every release is verified on a real CloudFormation deploy — Amazon Linux 2023 arm64, install.sh, MCP wiring, the whole pipeline. CI on each PR runs the installer on Ubuntu x86_64 + arm64.

MCP for coding agents

The installer wires up DeepSQL’s MCP server for Claude Code, Codex, and Cursor so your agents can query your DB directly.

Secure by default

No public IP required. Encrypted EBS, IMDSv2, least-privilege IAM, SSM-only access.