Install GizmoSQL

A high-performance SQL server built on DuckDB and Apache Arrow Flight SQL.

Open the installer picker → latest stable LTS channel

macOS & Linux

curl -fsSL https://install.gizmosql.com/install.sh | sh

For the LTS channel:

curl -fsSL https://install.gizmosql.com/install.sh | sh -s -- --channel lts

Windows (PowerShell)

iwr https://install.gizmosql.com/install.ps1 -OutFile install.ps1; .\install.ps1

For the LTS channel:

iwr https://install.gizmosql.com/install.ps1 -OutFile install.ps1; .\install.ps1 -Channel lts

Other install methods

Inspect the script first

Recommended for any curl … | sh install. View the source: