Updated 3 hours ago
ollama run D0minuZ/jq-coder
Type what you want in plain English, get an executable jq filter — without your JSON ever leaving your machine. Built for the JSON you can’t send to a cloud API: production payloads, logs with PII, anything under NDA. Also understands Brazilian Portuguese.
The system prompt and temperature come preconfigured — just type your request followed by a small JSON sample (the model reads field names and shapes from it):
ollama run D0minuZ/jq-coder
>>> get the id of every order
... JSON sample: {"orders":[{"id":1,"status":"done"}]}
.orders[] | .id
More examples, all verified by executing the generated filter with real jq:
.orders[] | .id[.orders[] | select(.status == "done")][.orders[].total] | adddel(.orders[].total)jq yourself, or use the jqc CLI — a single binary that generates the filter and runs it for you.del, assignments) before applying them to data you care about.0.6B full fine-tune of Qwen3-0.6B-Base · weights CC BY 4.0