Skip to content

Installation

Prerequisites

Before installing Cronflow, make sure you have:

  • Node.js version 18 or higher
  • Bun version 1.0.0 or higher (recommended for best performance)
  • npm, yarn, or pnpm (optional, Bun is preferred)

Quick Install

bash
bun add cronflow

Using npm

bash
npm install cronflow

Using yarn

bash
yarn add cronflow

Using pnpm

bash
pnpm add cronflow

TypeScript Support

Cronflow is built with TypeScript and includes full type definitions. No additional @types package is needed.

typescript
import { cronflow } from "cronflow";
// Full TypeScript support out of the box

System Requirements

Supported Platforms

Cronflow supports the following platforms:

PlatformArchitectureStatus
Linuxx86_64✅ Supported
Linuxaarch64✅ Supported
macOSx86_64✅ Supported
macOSaarch64✅ Supported
Windowsx86_64✅ Supported
Windowsaarch64✅ Supported

Runtime Requirements

  • Node.js: 18.0.0 or higher
  • Bun: 1.0.0 or higher (recommended)
  • Memory: Minimum 200MB RAM
  • Disk: 50MB free space

Released under the Apache 2.0 License.