# google/wireit

Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient.

Repository: https://github.com/google/wireit
Canonical: https://ross.abutalabs.com/products/wireit
Language: TypeScript
License: Apache-2.0
License Family: permissive
Last push: 2026-08-20T11:43:37+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 1715, "days_push": 13, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6424, forks 125 (observed 2026-08-28T04:09:43.344579+00:00)

## What it is
Wireit is a Google-maintained tool that upgrades npm/pnpm/yarn scripts with dependency graphs, parallel execution, watch mode, and incremental build skipping. It caches script output locally and on GitHub Actions while keeping the familiar `npm run` workflow.

## Use cases
- run npm script dependencies in parallel
- skip rebuilds when files haven't changed
- cache build output in GitHub Actions CI
- watch npm scripts and re-run on file changes
- manage build tasks across npm workspaces monorepos

## When to choose
- you already use npm/pnpm/yarn scripts and want incremental builds without switching to a full task runner
- you want free remote caching for CI builds on GitHub Actions
- your monorepo has slow, serial script dependencies

## When to avoid
- you need a full task runner with complex pipelines beyond npm scripts
- your project doesn't use Node.js package managers
- you need build orchestration for non-JavaScript toolchains

## Facets
- artifact type: library
- maturity: active
- function: build-tool, caching, cli, developer-tools
- domain: developer-tools, web-development, performance
- platform: cli, cross-platform
- tags: npm-scripts, monorepo, watch-mode, incremental-build, task-runner, github-actions-cache, vscode-extension, automation, nodejs

## Member repositories
- google/wireit (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:43.344579+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-29T17:44:53.495294+00:00, confidence not recorded.
  - readme: https://github.com/google/wireit (fetched 2026-08-28T04:09:43.344579+00:00, sha 7215b3e510d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
