Skip to content
Documentation

Cordum documentation.

Run Cordum locally, understand the control plane architecture, and ship workflows with policy enforcement. Source access is required to run locally. Request access.

Start here
1

After you receive source access, clone the repo and start the platform with Docker Compose.

2

Run the platform smoke script to verify.

3

Open the dashboard at http://localhost:8082.

terminal
git clone https://github.com/cordum/platform
cd platform
docker compose up -d
./tools/scripts/platform_smoke.sh
Core Concepts
Job

A single unit of work dispatched to a worker via NATS.

Workflow

A DAG of steps that produces a run timeline.

Run

A workflow execution with state, approvals, and results.

Safety Kernel

Policy decision point that evaluates every job.

Approval

Human gate bound to a policy snapshot and job hash.

Pack

Installable overlays for workflows, schemas, and policy.