process-compose
Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
To install this package, run one of the following:
Because sometimes you just don't want to deal with docker files, volume definitions, networks and docker registries. Since it's written in Go, Process Compose is a single binary file and has no other dependencies.
Once installed, you just need to describe your workflow using a simple YAML schema in a file called process-compose.yaml:
version: "0.5"
processes:
hello:
command: echo 'Hello World from Process Compose'
And start it by running process-compose up from your terminal.
Summary
Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
Last Updated
Feb 1, 2026 at 10:44
License
Apache-2.0
Total Downloads
3.6K
Version Downloads
214
Supported Platforms
GitHub Repository
https://github.com/F1bonacc1/process-composeDocumentation
https://f1bonacc1.github.io/process-compose/launcher/