- Download installation and management scripts from the scripts directory
install.sh denode-manager.sh
- Download the appropriate archive for your system from https://github.com/DeNetPRO/Node/releases
denode-manager-darwin-amd64.zip denode-manager-darwin-arm64.zip
- Open terminal
- Allow scripts execution on this device
cd ~/Downloads chmod +x install.sh denode-manager.sh
- Run installation script that will install the application in ~/.denode-manager by default
sudo bash install.sh

- Then start the application and check its state using denode-manager.sh script
sudo bash denode-manager.sh

- Open browser and go to http://localhost:1111

- Launched server should always be running in the background, otherwise the application will not work, check the status using denode-manager.sh script
- You shouldn't use both CLI and GUI at the same time, otherwise you will get an undefined application behaviour