v0.0.52
What's new in 0.0.52
- Attach documents to the AI chat. Attach a PDF, Word document, Markdown, CSV, JSON, or
text file in the assistant and ask about it: "write the query this report describes",
"summarize this spec", "chart the numbers in this CSV". The assistant reads the file as
context for your question. - Size-aware, so big files stay fast and cheap. A short file is sent in full; a long one
is condensed into excerpts sampled across the whole document (the lead of each page or
section), so the assistant sees the entire file end to end without sending all of it. - Handles real-world documents. Cleans up common PDF text glitches, drops repeated page
headers/footers so they don't crowd out the content, and tells you clearly when a file is a
scanned or image-only PDF with no readable text.
Install
Windows
Download SnoutData-Setup-0.0.52.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.52/snoutdata_0.0.52_amd64.deb
sudo apt install ./snoutdata_0.0.52_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.