Skip to content

Welcome to NodeActa Download

Choose NodeActa application binaries matching your platform.
NodeActa Server is available for a free 60-day trial.
All other products are free.

Download NodeActa Server

NodeActa Server for Windows v1.3.33, 64-bit
NodeActa Server for Linux v1.3.33, 64-bit

Download Application Center

NodeActa Application Center for Windows v1.3.33, 64-bit

Download NodeActa Command

NodeActa Command for Windows v1.3.33, 64-bit
NodeActa Command for Linux (Standalone) v1.3.33, 64-bit
NodeActa Command for Linux (Server Plugin) v1.3.33, 64-bit

Hint

Installing NodeActa server on Linux.

sudo apt update
sudo apt install -y wget unzip libtommath-dev libicu-dev     
sudo apt install -y libaio1t64 // or libaio1 depending what is available on the platform
// if you are planning to use MySQL as the primary database instead of Firebird
sudo apt install mysql-server-8.0
// if you are planning to use MariaDB as the primary database instead of Firebird
sudo apt install mariadb-server
// finally, install NodeActa server
sudo dpkg -i nodeacta.server.x64.deb

Hint

If you select the 'Oracle' database during installation, please verify that both the database and the matching schema already exist, since NodeActa server cannot initialize an Oracle database. In contrast, the NodeActa server will automatically create Firebird and MySQL databases if they are not present.