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

shenwei356/rush

A cross-platform command-line tool for executing jobs in parallel observed · 2026-08-28

github.com/shenwei356/rush · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 76
  • Release rhythm 54
  • 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: 92
  • age_days: 3529
  • days_rel: 147
  • days_push: 147
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1132 stars · 68 forks observed · 2026-08-28

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

rush is a cross-platform command-line tool written in Go for executing jobs in parallel, similar to GNU parallel. It supports custom variables, resuming multi-line commands, timeouts, retries, and ordered output, making it well suited for parallelizing complex workflows such as bioinformatics pipelines.

Use cases

  • run shell commands in parallel from a list of inputs
  • parallelize bioinformatics pipelines on the command line
  • retry failed jobs and resume interrupted multi-line commands
  • keep parallel command output in input order
  • apply timeouts to long-running parallel jobs
  • use GNU parallel-style workflows on Windows natively

When to choose

  • you need a fast, single-binary parallel job runner on Linux, macOS, or Windows
  • you want GNU parallel-like features such as keep-order, timeout, retry, and resume with simpler syntax
  • you parallelize multi-line shell workflows, e.g. in bioinformatics

When to avoid

  • you need distributed execution across multiple machines rather than a single host
  • you depend on the full advanced feature set of GNU parallel
  • you need a GUI or workflow engine with dependency graphs rather than a CLI utility

Facets

cli-tool · maturity active

cli concurrency developer-tools workflow-automation developer-tools bioinformatics windows cli cross-platform parallel-execution gnu-parallel-alternative job-runner shell-pipelines batch-processing command-line automation linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
shenwei356/rushmain73

For agents

markdown · JSON · MCP: product_card(name="shenwei356/rush")

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