Releases: netuno-org/platform
Stable
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 cURL:
curl -L https://github.com/netuno-org/platform/releases/download/stable/netuno-setup.jar -o netuno-setup.jar
- Download with Wget:
wget https://github.com/netuno-org/platform/releases/download/stable/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=stable
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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/stable/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=stable
2026.02
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 cURL:
curl -L https://github.com/netuno-org/platform/releases/download/2026_02/netuno-setup.jar -o netuno-setup.jar
- Download with Wget:
wget https://github.com/netuno-org/platform/releases/download/2026_02/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=2026.02
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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/2026_02/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=2026.02
Highlighted Changes
- Focused only on the Bun in the front-end instead of PNPM + Bun.
- DB Form low-code resource has many improvements.
- The Dev area has its own app logo instead of the main one.
- Dev UI has many improvements, and bugs have been solved.
- User and group management have the Code edition field only for the Dev user, and the blank page bug solved.
- Database operations have parallel performance improved a lot, and better support for multiple databases.
- File system programmatic operations improved with many optimizations, and new features for the low-code resources: App, Storage, and OS.
- Exec resource can execute string scripts dynamically in all polyglot languages.
- WebP image format supported in the image fields and image polyglot low-code resource.
- New backoffice Reports behaviour implemented, supporting results in iFrame, new page, and HTML injection, and integrating services scripts directly.
- The Diagram has a filter to select a base form and see only descendants, and a reorganize button available to change the diagram presentation.
- DB Query UI has a selector for execution in all databases configured in the app.
- The GraalVM Community upgraded to version 25.0.2.
- Many core dependencies are up to date, including the new Jetty 12 version.
- A Maven command to execute the platform directly from the source code.
- More documentation.
- Many other improvements and bugs were solved.
Testing
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 cURL:
curl -L https://github.com/netuno-org/platform/releases/download/testing/netuno-setup.jar -o netuno-setup.jar
- Download with Wget:
wget https://github.com/netuno-org/platform/releases/download/testing/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=testing
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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/testing/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=testing
2025.12
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 cURL:
curl -L https://github.com/netuno-org/platform/releases/download/2025_12/netuno-setup.jar -o netuno-setup.jar
- Download with Wget:
wget https://github.com/netuno-org/platform/releases/download/2025_12/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.12
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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_12/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.12
Highlighted Changes
- Altcha.org integrated as a native captcha security solution.
- New low-code resource for Altcha.org integration.
- OpenAPI validation autogenerates the request problems as output.
- OpenAPI with new types for email and file upload, and examples are now supported.
- Authentication auto-lock attempts have some bugs resolved.
- New configurations for OpenAPI, authentication history attempts, and Altcha.org.
- Many core optimizations, including the integration with GraalVM.
- UI dependencies updated, and Ant.Design v6 supported.
- Core dependencies updated.
- Legacy MariaDB versions with better support.
- Many other improvements and bugs were solved.
2025.10
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 cURL:
curl -L https://github.com/netuno-org/platform/releases/download/2025_10/netuno-setup.jar -o netuno-setup.jar
- Download with Wget:
wget https://github.com/netuno-org/platform/releases/download/2025_10/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.10
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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_10/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.10
Highlighted Changes
- Authentication generates a short token to be used with WebSocket and others.
- The db.form has improved pagination.
- DB diagram improved with better tables and relations distribution.
- New netuno/core folder with the web content, libs, and others.
- Many low-code resources have improved.
- ☕ Java Web Services integration renamed to simplify.
- ☕ Java Resource events renamed for better organization.
- ☕ New Java events in the Netuno core were implemented.
- Platform compilation and bundle generation improved.
- Polyglot scripts execution improved with better error indication.
- WebSocket hosts have improved and have some fixes for better development.
- Texts and translations improved.
- Many dependencies updated.
- The GraalVM Community has been upgraded to version 25.0.1.
- More documentation.
- Forms and fields have the display name refactored to title.
- In the form field definition, the primary keys were renamed to unique, and the not null were renamed to mandatory.
- All data operations require the mandatory fields.
- And much more!
2025.08
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 cURL:
curl -L https://github.com/netuno-org/platform/releases/download/2025_08/netuno-setup.jar -o netuno-setup.jar
- Download with Wget:
wget https://github.com/netuno-org/platform/releases/download/2025_08/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.08
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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_08/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.08
Highlighted Changes
- Authentication history.
- Many low-code resources have improved.
- DB Form has new features and improvements.
- 🐛 Debug comes to all languages supported by the polyglot core.
- Polyglot scripts execution improved with better error indication.
- WebSocket improvements.
- OS command execution refactored.
- Dependencies updated.
- The GraalVM has been upgraded to 24.0.2 Community.
- More documentation.
- The image and file field has new features for easy visualization, and shows type, size, and dimensions.
- Better support for big and negative numbers.
- And much more!
2025.04
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
netunohome 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
Highlighted Changes
- The user is blocked for 1 hour after 3 consecutive authentication failures.
- Data core refactored for better maintenance.
- The GraalVM has been upgraded to 24.0.0 Community.
- More documentation.
- More than 1.000 commits as open source.
2025.03
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_03/netuno-setup.jar -O netuno-setup.jar
- Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/2025_03/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.03
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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_03/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.03
Highlighted Changes
- Netuno's logo and icons upgraded.
- Data system diagram upgraded and restyled.
- The platform version number was simplified.
- All core Java dependencies were optimized.
- Engine based on ORMs with more features: _db.form
- The GraalVM has been upgraded to 23.0.2 Community.
- Many core optimizations and HTTP multipart uploads were refactored.
- PDF, XLS, WS and others, improved with new capabilities.
- More documentation.
v7:20250117.1023
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/v7-20250117_1023/netuno-setup.jar -O netuno-setup.jar
- Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/v7-20250117_1023/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=20250117.1023
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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/v7-20250117_1023/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=20250117.1023
v7:20240926.1359
Installation
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/v7-20240926_1359/netuno-setup.jar -O netuno-setup.jar
- Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/v7-20240926_1359/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=20240926.1359
On MAC OS X, you need to disable the quarantine, thus inside the
netunohome 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/v7-20240926_1359/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=20240926.1359