v0.0.46
What's new in 0.0.46
- Bring your own key (Plus and Pro). Point the AI assistant at your own OpenAI,
OpenRouter, or Anthropic key instead of the built-in models. Requests go straight to
the provider, so your key and your prompts never touch our servers. Add a key under
Settings, AI, choose which models to show, then pick one from the assistant's model menu. - The assistant's proposed SQL now appears in a cleaner block, with a header, syntax
highlighting, and quick insert and copy tools. - After signing in with Google, the app now comes to the front automatically.
Install
Windows
Download SnoutData-Setup-0.0.46.exe below and run it. If SmartScreen shows a
red warning on first install, click More info → Run anyway. Updates install
themselves from inside the app after that.
Linux (Ubuntu / Debian)
Download and install the .deb:
wget https://github.com/snoutdata/db/releases/download/v0.0.46/snoutdata_0.0.46_amd64.deb
sudo apt install ./snoutdata_0.0.46_amd64.debOr add the apt repo directly (no download, pulls the latest):
curl -fsSL https://apt.snoutdata.com/snoutdata-archive-keyring.gpg \
| sudo tee /usr/share/keyrings/snoutdata-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/snoutdata-archive-keyring.gpg] https://apt.snoutdata.com stable main" \
| sudo tee /etc/apt/sources.list.d/snoutdata.list >/dev/null
sudo apt update && sudo apt install snoutdataBoth wire the same signed apt repo, so future releases install with sudo apt upgrade (or
automatically via unattended-upgrades), no re-downloading. Launch SnoutData from your app
menu (or run snoutdata); sign-in and the Chromium sandbox work with no extra flags.