google/zx

Description: A tool for writing better scripts

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 hours ago
Added to GitGenius on June 28th, 2026
Created on May 5th, 2021
Open Issues & Pull Requests: 53 (+0)
Number of forks: 1,274
Total Stargazers: 45,605 (-1)
Total Subscribers: 159 (+0)

Issue Activity (beta)

Open issues: 19
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 407 days
Stale 30+ days: 19
Stale 90+ days: 14

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (31)
  • feature (12)
  • docs needed (3)
  • wontfix (2)
  • docs (1)
  • research (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 0.3 hours
Mean response time: 7.9 days
90th percentile: 2.7 days
Tracked items: 136

Most active contributors

Detailed Description

The zx repository is a JavaScript tool developed by Google that simplifies writing shell scripts by combining the expressiveness of JavaScript with the convenience of bash. Rather than forcing developers to choose between bash's simplicity for system operations and JavaScript's more structured programming capabilities, zx bridges this gap by providing convenient wrappers around Node.js's child_process module. The tool handles argument escaping automatically and applies sensible defaults, eliminating much of the boilerplate typically required when spawning shell commands from JavaScript.

The project supports multiple JavaScript runtimes beyond Node.js, including Bun version 1.0.0 and above, Deno versions 1.x and 2.x, and GraalVM Node.js, making it broadly compatible across the JavaScript ecosystem. It works on Linux, macOS, and Windows, with support for both bash and PowerShell shells depending on the platform. The tool accommodates both CommonJS and ES modules, as well as JavaScript and TypeScript, providing flexibility in how developers structure their scripts.

According to GitGenius activity tracking, the repository maintains responsive issue and pull request handling, with a median response latency of 0.3 hours across 136 tracked items, though the mean response time of 188.7 hours indicates some variance in handling complexity. Bug reports represent the most active issue category with 31 tracked items, followed by feature requests with 12 items and documentation needs with 3 items. The project's maintenance is concentrated among a small core team, with antongolub leading contributor activity at 274 tracked events, followed by antonmedv with 142 events and easymikey with 23 events.

The repository's influence extends across the broader JavaScript ecosystem, as evidenced by overlapping contributors with other significant projects including metabase/metabase, opensumi/core, and denoland/deno. This cross-project involvement suggests that zx addresses a genuine need in the scripting and automation space that resonates with developers working on diverse projects.

Documentation is comprehensive, with a dedicated website at google.github.io/zx providing setup instructions and usage guides. The project includes a lite version for users with minimal requirements and maintains code examples within the repository to help developers get started. The tool requires Node.js version 12.17.0 or higher at minimum, establishing a reasonable baseline for adoption while supporting modern JavaScript features. Licensed under Apache 2.0, zx is explicitly noted as not being an officially supported Google product, though it maintains active development and community engagement focused on improving shell scripting capabilities for JavaScript developers.

zx
by
googlegoogle/zx

Repository Details

Fetching additional details & charts...