diff --git a/guides/install-denode-linux.md b/guides/install-denode-linux.md index 3ea25d4..ae2b181 100644 --- a/guides/install-denode-linux.md +++ b/guides/install-denode-linux.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-linux-amd64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-linux-amd64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index af10478..510ac42 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-macos-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-macos-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 7ba1202..c33d74e 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 6231439..a4e172c 100644 --- a/readme.md +++ b/readme.md @@ -107,11 +107,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-macos-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-macos-amd64) | -| **macOS** | ARM64 | [denode-macos-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-macos-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-macos-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-macos-amd64) | +| **macOS** | ARM64 | [denode-macos-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-macos-arm64) | > 📝 **Note**: The DeNet Datakeeper Node CLI is distributed as a standalone binary file without any installation package. Just download the appropriate binary for your system @@ -121,13 +121,13 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | |------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.6_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 | [DeNode_Manager_1.0.6_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **macOS** | ARM64 | [DeNode_Manager-1.0.6-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.6_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.6_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.6_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.6_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.6-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager-1.0.6-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.6-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.6-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager-1.0.6-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.6-1.aarch64.rpm` | +| **Windows** | x86_64 | [DeNode_Manager_1.0.7_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager_1.0.7_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 | [DeNode_Manager_1.0.7_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager_1.0.7_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **macOS** | ARM64 | [DeNode_Manager-1.0.7-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager_1.0.7_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.7_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager_1.0.7_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.6_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.7_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager_1.0.7_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.6_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.7-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager-1.0.7-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.7-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.7-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/DeNode_Manager-1.0.7-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.7-1.aarch64.rpm` | > ⚠️ **Important**: Desktop Node Manager is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -137,11 +137,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc13/denode-manager-darwin-arm64.zip) | > 📝 **Note**: Web Node Manager is distributed as a zip or msi file that requires additional setup steps compared to Desktop Node Manager. It's suitable for both desktop and server environments.