# antonmedv/fx

Terminal JSON viewer & processor

Repository: https://github.com/antonmedv/fx
Canonical: https://ross.abutalabs.com/products/fx
Homepage: https://fx.wtf
Language: Go
License: MIT
License Family: permissive
Topics: json, cli, command-line, tui
Last push: 2026-08-26T14:49:32+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 56, longevity 100
- inputs: {"age_days": 3142, "days_push": 7, "days_rel": 294, "gap_med": 8.0, "n_releases_24m": 15}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 20593, forks 487 (observed 2026-08-28T04:11:30.253858+00:00)

## What it is
fx is a terminal JSON viewer and processor written in Go, offering an interactive TUI for exploring JSON and JavaScript-expression-based transformation in non-interactive mode. It also supports YAML and TOML, streaming JSON, and ships as a single self-contained binary.

## Use cases
- explore large json files in the terminal
- transform json with javascript expressions from the command line
- view curl api responses interactively
- process line-delimited json streams
- convert or inspect yaml and toml files
- extract fields from json in shell scripts

## When to choose
- you want a jq alternative with JavaScript syntax instead of a custom DSL
- you need an interactive TUI to navigate and search large JSON documents
- you need a single static binary with no runtime dependencies
- you work with streaming or line-delimited JSON

## When to avoid
- you need jq's mature ecosystem or existing jq scripts
- you need programmatic JSON manipulation inside an application rather than a CLI
- you rely on the interactive viewer on Windows, where only the Go-installed non-interactive mode is supported

## Facets
- artifact type: cli-tool
- maturity: stable
- function: cli, terminal-ui, json, parser, developer-tools
- domain: developer-tools, files
- platform: cli, windows, cross-platform, go
- tags: json-viewer, tui, json-processing, jq-alternative, yaml, toml, streaming-json, command-line, linux, macos

## Member repositories
- antonmedv/fx (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:30.253858+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:58:41.089037+00:00, confidence not recorded.
  - readme: https://github.com/antonmedv/fx (fetched 2026-08-28T04:11:30.253858+00:00, sha 1c4e1934539f)
  - homepage: https://fx.wtf (fetched 2026-08-29T07:57:19.963036+00:00, sha e57b8a9403cc)
  - site_page: https://fx.wtf/getting-started (fetched 2026-08-29T07:57:19.972153+00:00, sha aba019eb28eb)
  - site_page: https://fx.wtf/install (fetched 2026-08-29T07:57:19.975081+00:00, sha 2266bd9de0db)
- Data as of 2026-08-30T08:39:29.467469+00:00.
