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, 64-bit
NodeActa Server for Linux, 64-bit

Download Application Center

Application Center for Windows, 64-bit

Download NodeActa Command

NodeActa Command for Windows, 64-bit
NodeActa Command for Linux, 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 libaio1 // or libaio1t64 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.