v1.1.0
We are excited to announce the release of Fluxnova Modeler v1.1.0.
Date: Nov 11th 2025
Overview
For this release, as with v1.0.0, only source code is being distributed for the modeler. App distros will be provided in the future.
On importing existing models the modeler will automatically provide a prompt asking if you would like to migrate to the Fluxnova format. A new fluxnova-bpm-platform migration utility, bundled with the modeler, automates much of the transition, updating code, dependencies, and configurations to align with Fluxnova. Your existing process data is preserved and active workflows continue without interruption.
The 1.1.0 release includes the following enhancements and bug fixes:
- Updated the "Learn More" link in the change execution platform pop-up to point to https://docs.fluxnova.finos.org/
- Fixed lint errors causing
npm run lintscript to fail - Fixed issue where running
npm run buildlocally multiple times continually appends "-dev" to build artifact names - Updated nodemailer dependency from v6 to v7
- Fixed issue where RELEASE workflow creates multiple draft releases with slightly different names
Contact Us
Please ask questions and provide feedback using discussions directly in GitHub: https://github.com/finos/fluxnova-bpm-platform/discussions
Alternatively, use the mailing list: mailto:fluxnova@lists.finos.org
Installation Instructions
- Node.js version: Ensure that you have Node.js version 22 installed to avoid compatibility issues. Install Node.js v22 using your preferred method or download the installer here.
- Windows users: Please note that scripts should be run using Git Bash rather than Command Prompt. You can download the installer for Git Bash here.
Building from source
The following installation instructions outline how to build the modeler locally from source, rather than downloading a published platform-specific app distro (e.g. Mac, Windows, Linux)
To set up and run the Fluxnova Modeler locally, please access the source code using one of the two paths below:
Path 1: Cloning the Repository from GitHub
- Clone the repository from GitHub and navigate to the project directory:
git clone https://github.com/finos/fluxnova-modeler.git
cd fluxnova-modeler
git checkout mainPath 2: Downloading the Latest Released Tag
- Navigate to the releases page on GitHub: https://github.com/finos/fluxnova-modeler/releases
- Download the source code archive (.zip or .tar.gz) attached to the latest release
- Extract/unzip the downloaded archive and navigate to the project directory
Next steps
- Once you have access to the source code, via either of the two paths above, proceed to installing dependencies:
npm install- Build the project:
npm run buildLaunch the modeler by navigating to your "fluxnova-modeler/dist" directory and running the "Fluxnova Modeler" application for your particular platform