+
Skip to content

Releases: netuno-org/platform

Stable

30 Apr 16:42
Compare
Choose a tag to compare

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/stable/netuno-setup.jar -O netuno-setup.jar
  • Download with cURL:
curl -L 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 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/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

2025.04

30 Apr 16:43
Compare
Choose a tag to compare

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

Testing

30 Apr 16:19
Compare
Choose a tag to compare
Testing Pre-release
Pre-release

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/testing/netuno-setup.jar -O netuno-setup.jar
  • Download with cURL:
curl -L 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 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/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.03

30 Mar 21:01
Compare
Choose a tag to compare

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 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_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

v7:20250117.1023

23 Jan 18:29
Compare
Choose a tag to compare

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 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/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

26 Sep 14:30
Compare
Choose a tag to compare

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 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/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

v7:20240606.1441

06 Jun 14:54
Compare
Choose a tag to compare

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-20240606_1441/netuno-setup.jar -O netuno-setup.jar
  • Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/v7-20240606_1441/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=20240606.1441

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/v7-20240606_1441/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=20240606.1441

v7:20230417.0119

17 Apr 01:41
Compare
Choose a tag to compare

Installation

Linux or Mac OS X

Create the Netuno directory, 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-20230417_0119/netuno-setup.jar -O netuno-setup.jar
  • Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/v7-20230417_0119/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=20230417.0119

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/v7-20230417_0119/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=20230417.0119

v7:20220402.1511

02 Apr 14:30
Compare
Choose a tag to compare

The stable release of April 2022, highlights below:

Check out how to install. 🚀

Upgraded to GraalVM 22.0.0.2 and Java 17.

Resources:

  • DB
    • Is able to give the full configuration with the new config method.
    • Methods with many optional parameters are compatible with Jython.
  • Convert
    • New method to convert arrays to list, and the resource Val uses it when needed to auto-cast.
  • Time
    • Time resource exposes more Java objects, simpleDateFormat and gregorianCalendar.
  • Remote
    • Reimplemented with Java 11 HTTP Client.
    • Accepts all certificates, and when an exception occurred is attached to the response object returned.
  • HTML
    • Jsoup updated, and several new methods were created on the HTML resource.

OpenAPI:

  • Auto-generate the interface embedded.
  • Paths definition without the dot bug at the start.

Demo Application:

  • ReactJS mass update, all dependencies were updated, and the UI code becomes functional.
  • All database samples are working well for all languages.
  • Data interactions sample linked to all scripts languages.

Apps

  • Wrong origins configuration on new apps, fixed.
  • New apps have the UI with all dependencies updated.
  • New apps are created with the command to force the NPM installation.

Platform Bases

  • Windows platform configuration, compilation, and debugging are very improved and documented.
  • Bundle build optimized to windows, and many other improvements.
  • When installation raises some errors, it should indicate to execute the install command again, which may solve it.
  • Downloads with progress bar.
  • Installation optimized to separate versions of stable and testing.
  • Fixes in installation scripts.
  • Root folder with a script to update to the latest development version added.
  • Documentation improved.

Others Improvements:

  • In data builder when a form is renamed then the fields links are auto-updated.
  • Commands support the configuration of the custom install command.
  • In uploads or saving files, the missing bytes when saved have been solved.
  • JSON and scripts generated with two spaces indentation.
  • The auto recreating of the UI folders is not mandatory anymore.
  • Physical files when saved to another path are copied instead of moved.
  • In Values when gets the SQL date or timestamp, tries to preserve the types.

Installation

Linux or Mac OS X

Create the Netuno directory, 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-20220402_1511/netuno.jar -O netuno.jar
  • Download with cURL:
curl -L https://github.com/netuno-org/platform/releases/download/v7-20220402_1511/netuno.jar -o netuno.jar

After downloading one of the previous methods, execute the Netuno's installation:

  • Installation of the v7:20220402.1511 version:
java -jar netuno.jar install version=20220402.1511

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/v7-20220402_1511/netuno.jar" -OutFile "netuno.jar"

After completing the previous download, execute the Netuno's installation:

  • Installation of the official and stable version:
java -jar netuno.jar install version=20220402.1511

v7:20211227.1719

27 Dec 18:38
Compare
Choose a tag to compare

The stable release of December 2021, highlights below:

Check out how to install. 🚀

Upgraded to GraalVM 21.3 and Java 17.

Resources:

  • SMTP
    • Better errors description when has issues with attachments.

User Interface:

  • Forms and fields support descriptions with translations.
  • Forms with reordering numbers to manage the menu position.
  • Build mode (DEV view):
    • All dropdowns allow clear your value selected.
    • Solved the failed submission bug in all forms validation.
    • Reports fixes, and now the clone field is supported.
    • Fixed the assignment of user and group on fields management.

Demo Application:

Others Improvements:

  • Solved the missing UID definition when the database inserts data.
  • Shows the application name when throwing managed errors.
  • Applications are created with .editor.config.
  • Installation alerts to quarantine command on Mac OS X to run better.
  • Updated the dependency of the Log4J because of the Log4Shell security flaw.
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载