| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jq-linux64 | 2025-07-01 | 2.3 MB | |
| jq-macos-amd64 | 2025-07-01 | 855.3 kB | |
| jq-macos-arm64 | 2025-07-01 | 841.4 kB | |
| jq-osx-amd64 | 2025-07-01 | 855.3 kB | |
| jq-win64.exe | 2025-07-01 | 1.0 MB | |
| jq-windows-amd64.exe | 2025-07-01 | 1.0 MB | |
| jq-windows-i386.exe | 2025-07-01 | 1.1 MB | |
| sha256sum.txt | 2025-07-01 | 2.1 kB | |
| jq-linux-mips64r6el | 2025-07-01 | 2.0 MB | |
| jq-linux-mipsel | 2025-07-01 | 2.0 MB | |
| jq-linux-mipsr6 | 2025-07-01 | 1.9 MB | |
| jq-linux-mipsr6el | 2025-07-01 | 1.9 MB | |
| jq-linux-powerpc | 2025-07-01 | 2.2 MB | |
| jq-linux-ppc64el | 2025-07-01 | 2.5 MB | |
| jq-linux-riscv64 | 2025-07-01 | 1.6 MB | |
| jq-linux-s390x | 2025-07-01 | 2.0 MB | |
| jq-linux-armhf | 2025-07-01 | 1.3 MB | |
| jq-linux-i386 | 2025-07-01 | 2.1 MB | |
| jq-linux-mips | 2025-07-01 | 2.0 MB | |
| jq-linux-mips64 | 2025-07-01 | 2.1 MB | |
| jq-linux-mips64el | 2025-07-01 | 2.1 MB | |
| jq-linux-mips64r6 | 2025-07-01 | 2.0 MB | |
| jq-1.8.1.tar.gz | 2025-07-01 | 2.0 MB | |
| jq-1.8.1.zip | 2025-07-01 | 2.2 MB | |
| jq-linux-amd64 | 2025-07-01 | 2.3 MB | |
| jq-linux-arm64 | 2025-07-01 | 1.8 MB | |
| jq-linux-armel | 2025-07-01 | 1.7 MB | |
| jq 1.8.1 source code.tar.gz | 2025-07-01 | 1.4 MB | |
| jq 1.8.1 source code.zip | 2025-07-01 | 1.5 MB | |
| README.md | 2025-07-01 | 1.0 kB | |
| Totals: 30 Items | 48.5 MB | 19 | |
This is a patch release to fix security, performance, and build issues found in 1.8.0. Full commit log can be found at https://github.com/jqlang/jq/compare/jq-1.8.0...jq-1.8.1.
Security fixes
- CVE-2025-49014: Fix heap use after free in
f_strftime,f_strflocaltime. @wader [499c91] - GHSA-f946-j5j2-4w5m: Fix stack overflow in
node_min_byte_lenof oniguruma. @wader [5e159b]
CLI changes
- Fix assertion failure when syntax error happens at the end of the query. @itchyny [#3350]
Changes to existing functions
- Fix portability of
strptime/1especially for Windows. @itchyny [#3342]
Language changes
- Revert the change of
reduce/foreachstate variable in 1.8.0 (#3205). This change was reverted due to serious performance regression. @itchyny [#3349]
Documentation changes
- Add LICENSE notice of NetBSD's
strptime()to COPYING. @itchyny [#3344]
Build improvements
- Fix build on old Mac with old sed. @qianbinbin [#3336]