| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| anyquery_0.5.0_linux_amd64.deb | 2026-08-05 | 22.7 MB | |
| anyquery_0.5.0_linux_arm64.deb | 2026-08-05 | 20.7 MB | |
| checksums.txt | 2026-08-05 | 479 Bytes | |
| anyquery_0.5.0_linux_amd64.rpm | 2026-08-05 | 22.7 MB | |
| anyquery_0.5.0_linux_amd64.apk | 2026-08-05 | 23.7 MB | |
| anyquery_0.5.0_linux_amd64.pkg.tar.zst | 2026-08-05 | 22.6 MB | |
| anyquery_0.5.0_linux_arm64.apk | 2026-08-05 | 21.5 MB | |
| anyquery_0.5.0_linux_arm64.pkg.tar.zst | 2026-08-05 | 20.5 MB | |
| anyquery_0.5.0_linux_arm64.rpm | 2026-08-05 | 20.7 MB | |
| anyquery_0.5.0_windows_amd64.zip | 2026-08-05 | 19.4 MB | |
| anyquery_Darwin_arm64.tar.gz | 2026-08-05 | 17.6 MB | |
| anyquery_Darwin_x86_64.tar.gz | 2026-08-05 | 19.1 MB | |
| anyquery_Linux_arm64.tar.gz | 2026-08-05 | 20.7 MB | |
| anyquery_Linux_x86_64.tar.gz | 2026-08-05 | 22.7 MB | |
| 0.5.0 - Sandbox strengthening source code.tar.gz | 2026-08-05 | 13.4 MB | |
| 0.5.0 - Sandbox strengthening source code.zip | 2026-08-05 | 14.0 MB | |
| README.md | 2026-08-05 | 3.0 kB | |
| Totals: 17 Items | 301.9 MB | 6 | |
![]()
[!WARNING]
Vulnerabilities Patch
This release addresses the security advisories GHSA-rj3v-75f4-r542, GHSA-fcq2-h3m5-5rm3, GHSA-7jrp-4mmv-mw39, GHSA-4rr9-66j6-r74m and GHSA-xhv3-pjg4-555g
Please update Anyquery as soon as possible to 0.5.0 or later
Changes
- Breaking:
s3://andgcs://URLs are no longer supported directly. Query a presigned (S3) or signed (GCS) URL over plain HTTPS instead. - New: paste a normal share link from GitHub, GitHub Gist, GitLab, Codeberg, Hugging Face, Google Sheets, or Dropbox, and Anyquery rewrites it to the raw file URL for you.
- New:
read_filereads any supported format (CSV, TSV, JSON, JSONL, Parquet, TOML, YAML, HTML) picked from the file extension, so you don't need to name the reader yourself.format=overrides detection when the extension is missing or misleading. - New:
read_csvauto-detects the delimiter, header row, and column types when you don't specify them. - Sandbox hardening: fixed a bypass where an
ATTACH DATABASE/VACUUM INTOtarget with a repeatedmode=query parameter (e.g.file:x?mode=memory&mode=rwc) was classified as in-memory and allowed, while SQLite actually opened it read-write on disk. Also closed a gap where the developer-mode UDFs (load_dev_plugin,reload_dev_plugin,unload_dev_plugin) stayed registered under an active sandbox and could read arbitrary local files. anyquery runno longer executes dot commands: query files fetched from a URL, S3 bucket, or Query Hub ID could contain.shellor.systemand run local commands. Dot and slash commands are now disabled for that execution path.
What is Anyquery?
Anyquery is a query engine that allows you to query anything over SQL. Whether it's a local CSV, a Google Sheet, your Apple notes, or your GitHub stars, you can query it with Anyquery.
It's built on top of SQLite, and you can use alternative languages like PRQL and PQL to query your data.
Get started at anyquery.dev

Changelog
- [bb4001] Add internship banner
- [027e84] Fix sandbox escaping
- [22296f] Merge pull request [#81] from julien040/website/preview
- [eb38f5] Merge pull request [#85] from mikemikimike/fix/82-postgres-identifier-quoting
- [07699b] Merge pull request [#87] from julien040/0.5.0-release
- [de5e91] Remove go-getter to fix vulnerabilities
- [981f70] Wrong link for resume
- [68ff1f] fix(postgres): quote identifiers exactly once