# themattrix/bash-concurrent

Bash function to run tasks in parallel and display pretty output as they complete.

Repository: https://github.com/themattrix/bash-concurrent
Canonical: https://ross.abutalabs.com/products/bash-concurrent
Language: Shell
License: MIT
License Family: permissive
Last push: 2019-04-16T14:50:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3886, "days_push": 2696, "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 1259, forks 52 (observed 2026-08-28T04:04:09.736756+00:00)

## What it is
A Bash function that runs shell tasks in parallel with dependency ordering and pretty terminal output. It is a single-file shell library sourced into scripts.

## Use cases
- run shell tasks in parallel
- run bash commands concurrently with pretty output
- define task dependencies in bash scripts
- run tasks sequentially or in stages from the terminal
- parallelize build or deployment steps in shell

## When to choose
- you want parallel task execution in pure Bash with no dependencies
- you need simple dependency ordering between shell tasks
- you want readable status output for long-running shell jobs

## When to avoid
- you need a full workflow engine with retries, scheduling, or distributed execution
- your tasks are in Python or another language with better-native parallelism
- you need Windows support

## Facets
- artifact type: library
- maturity: maintenance
- function: concurrency, cli
- domain: developer-tools
- platform: cli
- tags: bash, parallel-tasks, shell-scripting, task-runner, command-line, automation, linux, macos

## Member repositories
- themattrix/bash-concurrent (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:09.736756+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-30T05:05:32.582673+00:00, confidence not recorded.
  - readme: https://github.com/themattrix/bash-concurrent (fetched 2026-08-28T04:04:09.736756+00:00, sha 6d1b795b55cf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
