Netuno platform is open-source, polyglot, and low-code, for fast development of reliable web solutions.
Easy database and back-office modeling with the supported databases: PostgreSQL, MariaDB/MySQL, and MSSQL.
Real-time API development with the supported languages: JavaScript, Python, Ruby, Groovy, Kotlin, and Java.
You can use it to run over Linux, Windows, and MacOS.
Installation
Here is more about the installation process, in the official documentation.
Linux or Mac OS X
Create the Netuno directory, and execute in the terminal:
mkdir -p netuno && cd netuno
Choose one of the following methods of download:
- Download with WGET:
wget https://github.com/netuno-org/platform/releases/download/2025_04/netuno-setup.jar -O netuno-setup.jar
- Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/2025_04/netuno-setup.jar -o netuno-setup.jar
After downloading one of the previous methods, execute the Netuno's installation:
- Installation of this version:
java -jar netuno-setup.jar install version=2025.04
On MAC OS X, you need to disable the quarantine, thus inside the
netuno
home folder, please run:
sudo xattr -r -d com.apple.quarantine .
Windows
In Windows open the terminal of PowerShell go to the start menu and type: powershell
Now copy and paste the command below and follow the Installation steps:
md netuno; cd netuno
Invoke-WebRequest -Uri "https://github.com/netuno-org/platform/releases/download/2025_04/netuno-setup.jar" -OutFile "netuno-setup.jar"
After completing the previous download, execute the Netuno's installation:
- Installation of this version:
java -jar netuno-setup.jar install version=2025.04