#task-runner #parallel #parallel-task #command-line #utitlity

app congregation

Run multiple parallel tasks with grouped output

17 releases

new 0.2.8 Dec 27, 2025
0.2.7 Dec 27, 2025
0.1.8 Jul 10, 2025
0.1.6 May 31, 2025

#2221 in Command line utilities

MIT license

105KB
666 lines

congregation

Run multiple tasks in parallel with beautiful, grouped output. Inspired by bun filter and concurrently.

asciicast

Installation

Congregation can be installed using Cargo:

cargo install congregation

Usage

To get started, run a simple task by using congregation run:

congregation run 'echo hello'

You can run multiple tasks simultaneously by adding another run keyword:

congregation run 'echo task 1' run 'echo task 2'

For more information, run congregation help.

Dependencies

~7–21MB
~268K SLoC