While v2.4 is the current stable release, the development team has already announced the alpha for v2.5 (expected Q4 2026). Key preview features include:
A smart building management company receives 10,000 sensor readings per second. iactivation r3 v2.4
docker run -d \
--name iactivation-r3 \
-p 8080:8080 -p 9090:9090 \
-e DB_URL=jdbc:postgresql://host.docker.internal:5432/iactivation \
-e ADMIN_PASSWORD=securepass \
iactivation/r3:2.4.0
Once running, access the Web UI at http://localhost:8080. The default admin login is admin (use your password). While v2
Previous versions relied on pre-compiled Java or .NET snippets. V2.4 introduces a native GraalVM polyglot scripting engine. This means you can now write activation logic in Python, JavaScript, Ruby, or R directly within the flow designer. Once running, access the Web UI at http://localhost:8080
For IT admins managing hundreds of client machines, the new multi-threading engine reduces license generation time by up to 70%. What used to take 30 seconds per endpoint now takes just 8 seconds on a modern SSD-equipped system.