Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/zx

A tool for writing better scripts observed · 2026-08-28

github.com/google/zx · homepage · JavaScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 97
  • Release rhythm 53
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 7.5
  • age_days: 1946
  • days_rel: 318
  • days_push: 19
  • n_releases_24m: 33

Full methodology

Adoption not part of the score

45704 stars · 1288 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

zx is a JavaScript/Node.js library and CLI for writing shell scripts with template literals that wrap child_process, handling argument escaping and sensible defaults. It lets developers replace complex bash scripts with JavaScript while using the npm ecosystem.

Use cases

  • write shell scripts in javascript
  • replace bash scripts with nodejs
  • run child processes with escaping
  • automate deployment scripts
  • run commands in parallel
  • cross-platform scripting

When to choose

  • you need complex logic (variables, promises, error handling) beyond what bash handles well
  • you want to use npm libraries inside automation scripts
  • you need scripts that run on Linux, macOS, and Windows

When to avoid

  • you only need simple one-liner shell commands
  • your environment has no Node.js, Bun, or Deno runtime
  • you need POSIX-strict shell portability without a JS runtime

Facets

cli-tool · maturity stable

cli developer-tools concurrency file-system developer-tools cli cross-platform windows bun shell-scripting child-process script-runner bash-alternative javascript command-line automation nodejs linux macos deno

2 sources

Member repositories

RepositoryRoleHealth v2
google/zxmain82

For agents

markdown · JSON · MCP: product_card(name="google/zx")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem