New tools, with a first command

OpenCLI Radar

Not a launch dump. Each card is a CLI that is not in the directory yet, with a real install, a first command, and a call: try now, wait, or skip.

How to use this

Start with Try now. Copy the first command. If it earns a slot in your workflow, it can graduate into the directory.

Fabric

Try nowAI

Crowdsourced AI patterns you can pipe anything through: summarize a page, extract insights, or critique code without reinventing the prompt.

78
agent fit

Choose this over One-off ChatGPT tabs. You get named patterns instead of retyping the same prompt.

Install
brew install fabric-ai
First command
fabric-ai --listpatterns
Stars
43,923
Why now
crowdsourced patterns
Seen
2026-09-14

43k GitHub stars and still the cleanest way to reuse battle-tested prompts from the terminal. Homebrew packages it as fabric-ai.

Source →

btop

Try nowShell Utilities

A resource monitor that actually explains CPU, memory, disks, and network without looking like 1984.

54
agent fit

Choose this over top and htop. Same job, readable by default.

Install
brew install btop
First command
btop
Stars
34,570
Why now
stable default pick
Seen
2026-09-14

34k stars and still the monitor 2026 roundups tell people to install instead of top. Open CLI already lists btm; btop is the one most humans actually want.

Source →

fx

Try nowData

Interactive JSON exploration in the terminal. Pipe API output in, fold it, and query it without writing a jq program first.

71
agent fit

Choose this over jq when you do not yet know the shape of the JSON.

Install
brew install fx
First command
echo '{"ok":true}' | fx
Stars
20,622
Why now
JSON companion
Seen
2026-09-14

20k stars and the missing companion to jq: jq is for scripts, fx is for looking.

Source →

VHS

Try nowDocs / Content

Record a terminal session from a tape file and get a GIF. Useful for CLI docs, READMEs, and showing an agent what a command looks like.

68
agent fit

Choose this over Screenshot-and-crop workflows for terminal demos.

Install
brew install vhs
First command
vhs --help
Stars
20,897
Why now
docs workflow
Seen
2026-09-14

Charm's recorder is the least painful way to document a CLI without opening a video editor. 20k stars, still maintained.

Source →