Skip to content

Installation

Eventum can be installed via your preferred package manager:

bash
npm install eventum
bash
yarn add eventum
bash
pnpm add eventum

Windows support

WARNING

Prebuilt binaries for Windows are temporarily unavailable due to npm publishing restrictions.

Windows users can build from source using:

  • Rust (stable toolchain)
  • Node.js >= 18
  • Visual Studio Build Tools

Run:

bash
npm install

Released under the MIT License.