Installation
Get started with Orchestrix in your project.
Requirements
- Node.js: 24.x or higher
- TypeScript: 4.x or higher (optional, but highly recommended)
Install
You can install Orchestrix using your favorite package manager:
bash
npm install @eddiecbrl/orchestrixbash
pnpm add @eddiecbrl/orchestrixbash
yarn add @eddiecbrl/orchestrixbash
bun add @eddiecbrl/orchestrixOptional Adapters
If you want to use distributed persistence or idempotency, you might need to install additional adapters.
Redis Adapter
bash
npm install redisDynamoDB Adapter
bash
npm install @aws-sdk/client-dynamodb @aws-sdk/lib-dynamodbNext Steps
Now that you have Orchestrix installed, check out the Quick Start to build your first workflow.