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.
uv (Recommended)
Section titled “uv (Recommended)”uv tool install sqlsaberpipx install sqlsaberHomebrew
Section titled “Homebrew”For homebrew or linuxbrew users, you can use Homebrew to install both uv and sqlsaber.
brew install uvuv tool install sqlsaberVerify Installation
Section titled “Verify Installation”After installation, verify that SQLsaber is working:
saber --versionYou should see the current version of SQLsaber displayed.
Upgrading SQLsaber
Section titled “Upgrading SQLsaber”# using uvuv tool upgrade sqlsaber
# using pipxpipx upgrade sqlsaberWhat’s Next?
Section titled “What’s Next?”After installation, you’ll want to: