Skip to main content

Introduction

Welcome to the Netuno installation guide, the low-code, polyglot, and open-source platform developed to accelerate the creation of your projects and facilitate the setup of your development environment.

Here you build robust full-stack applications quickly, combining the speed of low-code with the power of traditional coding.

Instalation via Script

The easiest way to install Netuno is through the installation script provided by the platform. Just run the commands in the terminal according to your Operating System.

Linux or macOS

bash <(curl -fsSL https://raw.githubusercontent.com/netuno-org/platform/refs/heads/main/install.sh)

Start the DEMO App

Once the installation is complete, run the command below inside the netuno folder to start the server with the demonstration application:

./netuno server

Open the Application in the Browser

After startup, the browser will open automatically with the local server address. If it does not open, manually access one of the addresses below:

Stop the Server

To shut down the server, press in the terminal:

CTRL + C

To start it again, use the same command ./netuno server.

Next Steps

Here are some ideas of what you can do now.

Beginners

If you are new to Netuno, start by creating your first form:

Create my first form

Tutorials

Explore practical development tutorials with Netuno:

View development tutorials

Projects

See how to apply Netuno to real-world business projects:

Explore projects and use cases