wader/fq
{ "createdAt": "2021-02-07T21:37:53Z", "defaultBranch": "master", "description": "jq for binary formats - tool, language and decoders for working with binary and text formats", "fullName": "wader/fq", "homepage": "", "language": "Go", "name": "fq", "pushedAt": "2025-11-23T14:34:43Z", "stargazersCount": 10307, "topics": [ "binary", "cli", "decode", "go", "golang", "hexdump", "jq", "json", "pcap", "query", "repl", "tls", "xml" ], "updatedAt": "2025-11-24T17:06:24Z", "url": "https://github.com/wader/fq"}Tool, language and decoders for working with binary data.
TLDR: it aims to be jq, hexdump, dd and gdb for files combined into one.
![fq demo]!(doc/demo.svg)
Basic usage is fq . file, fq d file or fq 'some query' file ....
For details see [usage.md]!(doc/usage.md).
Background
Section titled “Background”fq is inspired by the jq tool and language and allows you to work with binary formats in the same way. In addition to using jq expressions it can also present decoded tree structures, transform, slice and concatenate binary data. It also supports nested formats and features an interactive REPL with auto-completion of functions and names.
It was originally designed to query, inspect and debug media codecs and containers like MP4, FLAC and JPEG but has since been extended to support a variety of formats like executables, packet captures (with TCP reassembly) and serialization formats like JSON, YAML, XML, CBOR, protobuf. In addition it also has functions to work with URLs, convert to/from hex, number bases, search for patterns etc.
- Make binaries more accessible, queryable and sliceable.
- Nested formats and bit-oriented decoding.
- Quick and comfortable CLI tool.
- Bits and bytes transformations.
- Make it useful enough that people want to help improve it.
- Inspire people to create similar tools.
Supported formats
Section titled “Supported formats”[fq -rn -L doc ‘include “formats”; formats_list’] !: sh-start
[aac_frame]!(doc/formats.md#aac_frame), adts, adts_frame, aiff, amf0, apev2, [apple_bookmark]!(doc/formats.md#apple_bookmark), ar, [asn1_ber]!(doc/formats.md#asn1_ber), av1_ccr, av1_frame, av1_obu, avc_annexb, [avc_au]!(doc/formats.md#avc_au), avc_dcr, avc_nalu, avc_pps, avc_sei, avc_sps, [avi]!(doc/formats.md#avi), [avro_ocf]!(doc/formats.md#avro_ocf), [bencode]!(doc/formats.md#bencode), bitcoin_blkdat, [bitcoin_block]!(doc/formats.md#bitcoin_block), bitcoin_script, bitcoin_transaction, [bits]!(doc/formats.md#bits), [bplist]!(doc/formats.md#bplist), bsd_loopback_frame, [bson]!(doc/formats.md#bson), [bytes]!(doc/formats.md#bytes), bzip2, [caff]!(doc/formats.md#caff), [cbor]!(doc/formats.md#cbor), [csv]!(doc/formats.md#csv), dns, dns_tcp, elf, ether8023_frame, exif, fairplay_spc, [fit]!(doc/formats.md#fit), flac, [flac_frame]!(doc/formats.md#flac_frame), flac_metadatablock, flac_metadatablocks, flac_picture, flac_streaminfo, gif, gzip, hevc_annexb, [hevc_au]!(doc/formats.md#hevc_au), hevc_dcr, hevc_nalu, hevc_pps, hevc_sps, hevc_vps, [html]!(doc/formats.md#html), icc_profile, icmp, icmpv6, id3v1, id3v11, id3v2, ipv4_packet, ipv6_packet, jp2c, jpeg, json, jsonl, [leveldb_descriptor]!(doc/formats.md#leveldb_descriptor), [leveldb_log]!(doc/formats.md#leveldb_log), [leveldb_table]!(doc/formats.md#leveldb_table), [luajit]!(doc/formats.md#luajit), [macho]!(doc/formats.md#macho), macho_fat, [markdown]!(doc/formats.md#markdown), [matroska]!(doc/formats.md#matroska), [midi]!(doc/formats.md#midi), [moc3]!(doc/formats.md#moc3), [mp3]!(doc/formats.md#mp3), mp3_frame, mp3_frame_vbri, mp3_frame_xing, [mp4]!(doc/formats.md#mp4), mpeg_asc, mpeg_es, mpeg_pes, mpeg_pes_packet, mpeg_spu, mpeg_ts, [msgpack]!(doc/formats.md#msgpack), [negentropy]!(doc/formats.md#negentropy), [nes]!(doc/formats.md#nes), ogg, ogg_page, [opentimestamps]!(doc/formats.md#opentimestamps), opus_packet, [pcap]!(doc/formats.md#pcap), pcapng, [pg_btree]!(doc/formats.md#pg_btree), [pg_control]!(doc/formats.md#pg_control), [pg_heap]!(doc/formats.md#pg_heap), png, prores_frame, [protobuf]!(doc/formats.md#protobuf), protobuf_widevine, pssh_playready, [rtmp]!(doc/formats.md#rtmp), safetensors, sll2_packet, sll_packet, [tap]!(doc/formats.md#tap), tar, tcp_segment, tiff, [tls]!(doc/formats.md#tls), toml, [tzif]!(doc/formats.md#tzif), [tzx]!(doc/formats.md#tzx), udp_datagram, vorbis_comment, vorbis_packet, vp8_frame, vp9_cfm, vp9_frame, vpx_ccr, [wasm]!(doc/formats.md#wasm), wav, webp, [xml]!(doc/formats.md#xml), yaml, [zip]!(doc/formats.md#zip)
[#] !: sh-end
It can also work with some common text formats like URLs, hex, base64, PEM etc and for some serialization formats like XML, YAML, etc. it can transform both from and to jq values.
For details see [formats.md]!(doc/formats.md) and [usage.md]!(doc/usage.md).
Presentations and media
Section titled “Presentations and media”- PBS Tidbit 8 of Y: Interview with jq Maintainer Mattias Wadman - English podcast episode about jq and some fq.
- Kodsnack 585 - Polymorfisk JSON - Swedish podcast episode about jq and fq
- “fq - jq for binary formats” at FOSDEM 2023 - video & slides
- “fq - jq for binary formats” at No time to wait 6 - video - [slides]!(doc/presentations/nttw6/fq-nttw6-slides.pdf)
- “fq - jq for binary formats” at Binary Tools Summit 2022 - video - [slides]!(doc/presentations/bts2022/fq-bts2022-v1.pdf)
Install
Section titled “Install”Use one of the methods listed below or download a pre-built release for macOS, Linux or Windows. Unarchive it and move the executable to PATH etc.
On macOS if you don’t install using one of the method below then you might have to manually allow the binary to run. This can be done by trying to run the binary, ignore the warning and then go into security preference and allow it. Same can be done with these commands:
xattr -d com.apple.quarantine fq# for macOS version before Sequoia you might need this alsospctl --add fqHomebrew (macOS)
Section titled “Homebrew (macOS)”brew install wader/tap/fqMacPorts
Section titled “MacPorts”On macOS, fq can also be installed via MacPorts. More details here.
sudo port install fqWindows
Section titled “Windows”fq can be installed via scoop.
scoop install fqArch Linux
Section titled “Arch Linux”fq can be installed from the extra repository using pacman:
pacman -S fqYou can also build and install the development (VCS) package using an AUR helper:
paru -S fq-gitnix-shell -p fqFreeBSD
Section titled “FreeBSD”Use the fq port.
Alpine
Section titled “Alpine”Currently in edge testing but should work fine in stable also.
apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing fqBuild from source
Section titled “Build from source”Make sure you have go 1.22 or later installed.
To install directly from git repository (no git clone needed):
# build and install latest releasego install github.com/wader/fq@latest
# build and install latest mastergo install github.com/wader/fq@master
# copy binary to $PATH if neededcp "$(go env GOPATH)/bin/fq" /usr/local/binTo build, run and test from source:
# build and rungo run .# build and run with argumentsgo run . -d mp3 . file.mp3# just buildgo build -o fq .# run all tests and build binarymake test fqDevelopment and adding a new decoder
Section titled “Development and adding a new decoder”See [dev.md]!(doc/dev.md)
Thanks and related projects
Section titled “Thanks and related projects”This project would not have been possible without itchyny’s jq implementation gojq. I also want to thank HexFiend for inspiration and ideas and stedolan for inventing the jq language.
Similar or related works
Section titled “Similar or related works”- HexFiend - Hex editor for macOS with format template support.
- ImHex - A Hex Editor for Reverse Engineers.
- binspector - Binary format analysis tool with query language and REPL.
- kaitai - Declarative binary format parsing.
- Wireshark - Decodes network traffic (tip:
tshark -T json). - MediaInfo - Analyze media files (tip
mediainfo --Output=JSONandmediainfo --Details=1). - GNU poke - The extensible editor for structured binary data.
- ffmpeg/ffprobe - Powerful media libraries and tools.
- hexdump - Hex viewer tool.
- hex - Interactive hex viewer with format support via lua.
- hachoir - General python library for working binary data.
- scapy - Decode/Encode formats, focus on network protocols.
Projects and Standards
Section titled “Projects and Standards”- Let’s Solve the File Format Problem.
- PRONOM file format registry.
- Sustainability of Digital Formats at Library of Congress.
- Data Format Description Language (DFDL).
TODO and ideas
Section titled “TODO and ideas”See [TODO.md]!(doc/TODO.md)
License
Section titled “License”fq is distributed under the terms of the MIT License.
See the [LICENSE]!(LICENSE) file for license details.
Licenses of direct dependencies:
- Forked version of gojq - https://github.com/itchyny/gojq/blob/main/LICENSE (MIT)
- github.com/ergochat/readline - https://github.com/ergochat/readline/blob/master/LICENSE (MIT)
- github.com/BurntSushi/toml - https://github.com/BurntSushi/toml/blob/master/COPYING (MIT)
- github.com/creasty/defaults - https://github.com/creasty/defaults/blob/master/LICENSE (MIT)
- github.com/gomarkdown/markdown - https://github.com/gomarkdown/markdown/blob/master/LICENSE.txt (BSD)
- github.com/gopacket/gopacket - https://github.com/gopacket/gopacket/blob/master/LICENSE (BSD)
- github.com/mitchellh/copystructure - https://github.com/mitchellh/copystructure/blob/master/LICENSE (MIT)
- github.com/mitchellh/mapstructure - https://github.com/mitchellh/mapstructure/blob/master/LICENSE (MIT)
- github.com/pmezard/go-difflib - https://github.com/pmezard/go-difflib/blob/master/LICENSE (BSD)
- golang/snappy - https://github.com/golang/snappy/blob/master/LICENSE (BSD)
- golang/x/* - https://github.com/golang/text/blob/master/LICENSE (BSD)
- gopkg.in/yaml.v3 - https://github.com/go-yaml/yaml/blob/v3/LICENSE (MIT)
- Parts of go crypto/tls and github.com/zmap/zcrypto - https://github.com/zmap/zcrypto/blob/master/LICENSE (Apache)