CMD + K

process-compose

Community

Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::process-compose

Usage Tracking

1.90.0
1.87.0
1.64.1
1.63.0
1.46.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-ppc64le
macOS-arm64
macOS-64
win-64
linux-aarch64
linux-64