shenwei356/rush
A cross-platform command-line tool for executing jobs in parallel 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
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
- readme: https://github.com/shenwei356/rush · fetched 2026-08-28 · cc29047b2a15
- homepage: https://github.com/shenwei356/rush · fetched 2026-08-29 · 8da2faad2d5d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shenwei356/rush | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem