Early development

Distributed execution, without coupling to the work.

Mechana is a plugin-driven distributed execution platform for Java. It coordinates arbitrary workloads across workers while keeping the infrastructure independent of the work being performed.

Plugin driven

Workloads implement a stable plugin API. Mechana does not need to understand their internal purpose or domain.

Distributed by design

Coordinator and worker responsibilities are separated around explicit execution state, attempts, progress, and results.

Built for clarity

The project emphasizes predictable state transitions, structured contracts, observability, and testable components.

Conceptual model

Client Coordinator Worker Plugin Result