Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/install-denode-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion guides/install-denode-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion guides/install-denode-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
34 changes: 17 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand All @@ -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.

Expand Down