Get started with Kestra in 4 minutes.
Kestra is an open-source infinitely-scalable orchestration platform enabling all engineers to manage business-critical workflows declaratively in code.
The official Kestra documentation can be found under kestra.io/docs.
To run the docs locally, you must have Node.js and NPM installed. Then, run the following commands:
npm install
npm run dev
You can access the docs at localhost:3001.
Ensure that all links, including images, are relative.
Depending on your Node.js and OS version, you may encounter the following error: Error message "error:0308010C:digital envelope routines::unsupported"
.
To resolve this issue, you will need to switch to the OpenSSL legacy provider by executing the following command: export NODE_OPTIONS=--openssl-legacy-provider
.
If you are using an Apple Silicon Mac, please ensure that you are using Node.js version 20 or higher.
Apache 2.0 © Kestra Technologies
We release new versions on a monthly basis. To stay informed about the latest releases and receive notifications for future updates, please consider starring our main repository.