| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| anyquery_0.4.6_linux_amd64.deb | 2026-07-03 | 29.0 MB | |
| checksums.txt | 2026-07-03 | 479 Bytes | |
| anyquery_0.4.6_linux_amd64.pkg.tar.zst | 2026-07-03 | 28.4 MB | |
| anyquery_0.4.6_linux_arm64.deb | 2026-07-03 | 26.5 MB | |
| anyquery_0.4.6_linux_amd64.apk | 2026-07-03 | 30.1 MB | |
| anyquery_0.4.6_linux_amd64.rpm | 2026-07-03 | 30.2 MB | |
| anyquery_0.4.6_linux_arm64.apk | 2026-07-03 | 27.4 MB | |
| anyquery_0.4.6_linux_arm64.pkg.tar.zst | 2026-07-03 | 25.8 MB | |
| anyquery_0.4.6_linux_arm64.rpm | 2026-07-03 | 27.4 MB | |
| anyquery_0.4.6_windows_amd64.zip | 2026-07-03 | 25.3 MB | |
| anyquery_Darwin_arm64.tar.gz | 2026-07-03 | 23.0 MB | |
| anyquery_Darwin_x86_64.tar.gz | 2026-07-03 | 24.8 MB | |
| anyquery_Linux_arm64.tar.gz | 2026-07-03 | 26.4 MB | |
| anyquery_Linux_x86_64.tar.gz | 2026-07-03 | 28.9 MB | |
| 0.4.6 - Security fix again source code.tar.gz | 2026-07-03 | 13.4 MB | |
| 0.4.6 - Security fix again source code.zip | 2026-07-03 | 14.0 MB | |
| README.md | 2026-07-03 | 2.9 kB | |
| Totals: 17 Items | 380.6 MB | 7 | |
![]()
[!WARNING]
Vulnerability Patch
This release addresses the vulnerability GHSA-j4wj-p47h-f9cc
Please update Anyquery as soon as possible to 0.4.6 or later
Changes
- Update: Now, Anyquery prompts you for an update when one is available.
- Table streaming: Your queries in the CLI should be a little bit faster and should take less memory. Now, the CLI prints each row one at a time, rather than buffering them in memory before printing them
- New install methods: You can now run
go installto install Anyquery from sources. You can also use the automated install script:curl -fsSL https://anyquery.dev/install.sh | sh
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
- [13ca8b] Add install script, and update notice
- [c973ab] Add responsiveness for mobile
- [5647fe] Add sponsor button to repo
- [1e82d8] Add sponsor section
- [83a4b3] Add streaming to table rendering
- [ad9a6a] Add wider content for documentation
- [a62f9f] Bump vitess to v0.24.1 and Go to 1.26.x
- [a49510] Change version in manifest
- [eb55e1] Fix a couple of issues in Atlas Cloud plugin
- [b3844d] Fix file restriction sandbox escaping with go-getter
- [390268] Merge branch '0.4.6-release'
- [808572] Merge branch 'main' into fix/trello-cards-nil-due
- [3d037e] Merge branch 'website/redesign' into website/preview
- [76815a] Merge pull request [#74] from jakshi/fix/trello-cards-nil-due
- [bf1ed4] Merge pull request [#77] from julien040/plugins/atlascloud
- [39ce25] Merge pull request [#78] from julien040/website/preview
- [864127] Merge pull request [#80] from julien040/0.4.6-release
- [d6e035] Minor ui changes
- [c54b9f] Redesign of documentation css and integrations page
- [cd50e5] Remove mention of "AnyQuery" - wrong uppercase Q
- [30a181] Switch code highlighter theme to Atom One Dark
- [f2705f] Update documentation for go install method
- [b97145] Update image link in README.md
- [0692bf] Update llm page and a few file renaming
- [cbcfcb] Update logo
- [e5d0d7] Update rest of the page to match new design
- [9d7de8] Upgrade Astro to latest version
- [b4d3ce] Upgrade Astro to latest version
- [b1f734] Upgrade Astro to latest version and small CSS bits
- [d51373] [WIP] - Atlas Cloud plugin
- [de8dfa] fix(trello): guard nil Due when computing due reminder
- [9406a2] 💄 Initial website redesign [WIP]