Skip to content

Installation

SQLsaber is an open-source agentic SQL assistant that helps you interact with your databases using natural language.

It autonomously fetches the right context, writes appropriate SQL queries, and provides insights based on the resulting data.

Terminal window
uv tool install sqlsaber
Terminal window
pipx install sqlsaber

For homebrew or linuxbrew users, you can use Homebrew to install both uv and sqlsaber.

Terminal window
brew install uv
uv tool install sqlsaber

After installation, verify that SQLsaber is working:

Terminal window
saber --version

You should see the current version of SQLsaber displayed.

Terminal window
# using uv
uv tool upgrade sqlsaber
# using pipx
pipx upgrade sqlsaber

After installation, you’ll want to:

  1. Set up your first database connection
  2. Configure authentication for AI providers
  3. Start with the getting started guide