Skip to content

Commit 8bc9e60

Browse files
Update builds versions (#31)
* Add disks management guide * Update builds versions
1 parent b8030b9 commit 8bc9e60

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

guides/install-denode-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn
1818
### Method 1: Download via curl (Recommended)
1919
```bash
2020
# Download node executable
21-
curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-linux-amd64
21+
curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-linux-amd64
2222

2323
# Create directory for the node executable and copy it
2424
mkdir -p ~/denet

guides/install-denode-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn
1313
### Method 1: Download via curl (Recommended)
1414
```bash
1515
# Download node executable
16-
curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-macos-arm64
16+
curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-macos-arm64
1717

1818
# Create directory for the node executable and copy it
1919
mkdir -p ~/denet

guides/install-denode-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn
1818
### Method 1: Download via curl (Recommended)
1919
```powershell
2020
# Download node executable
21-
curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-windows-amd64.exe
21+
curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-windows-amd64.exe
2222
2323
# Create directory for the node executable and copy it
2424
mkdir -Force C:\denet

guides/node-manager.md

Whitespace-only changes.

readme.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,29 +91,29 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o
9191

9292
### Available CLI Builds
9393

94-
| Operating System | Architecture | Download Link |
95-
|------------------|--------------|---------------|
96-
| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-windows-amd64.exe) |
97-
| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-linux-amd64) |
98-
| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-linux-arm64) |
99-
| **macOS** | x86_64 | [denode-macos-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-macos-amd64) |
100-
| **macOS** | ARM64 | [denode-macos-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/denode-macos-arm64) |
94+
| Operating System | Architecture | Download Link |
95+
|------------------|--------------|---------------------------------------------------------------------------------------------------------------------|
96+
| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-windows-amd64.exe) |
97+
| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-linux-amd64) |
98+
| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-linux-arm64) |
99+
| **macOS** | x86_64 | [denode-macos-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-macos-amd64) |
100+
| **macOS** | ARM64 | [denode-macos-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/denode-macos-arm64) |
101101

102102
> 📝 **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
103103
104104
## Desktop Node Manager
105105

106106
### Available Desktop Builds
107107

108-
| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command |
109-
|------------------|----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------|
110-
| **Windows** | x86_64 | [DeNode_Manager_1.0.4_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.4_x64-setup.exe) | Installer | Double-click to install |
111-
| **macOS** | x86_64 | [DeNode_Manager_1.0.4_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.4_x64.dmg) | Disk Image | Open .dmg file and drag to Applications |
112-
| **macOS** | ARM64 | [DeNode_Manager-1.0.4-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.4_x64.dmg) | Disk Image | Open .dmg file and drag to Applications |
113-
| **Linux** | x86_64 | [DeNode_Manager_1.0.4_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.4_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.4_amd64.deb` then `sudo apt install -f` |
114-
| **Linux** | ARM64 | [DeNode_Manager_1.0.4_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.4_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.4_arm64.deb` then `sudo apt install -f` |
115-
| **Linux** | x86_64 | [DeNode_Manager-1.0.4-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager-1.0.4-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.4-1.x86_64.rpm` |
116-
| **Linux** | ARM64 | [DeNode_Manager-1.0.4-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager-1.0.4-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.4-1.aarch64.rpm` |
108+
| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command |
109+
|------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------|
110+
| **Windows** | x86_64 | [DeNode_Manager_1.0.5_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.5_x64-setup.exe) | Installer | Double-click to install |
111+
| **macOS** | x86_64 | [DeNode_Manager_1.0.5_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.5_x64.dmg) | Disk Image | Open .dmg file and drag to Applications |
112+
| **macOS** | ARM64 | [DeNode_Manager-1.0.5-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.5_x64.dmg) | Disk Image | Open .dmg file and drag to Applications |
113+
| **Linux** | x86_64 | [DeNode_Manager_1.0.5_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.5_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.5_amd64.deb` then `sudo apt install -f` |
114+
| **Linux** | ARM64 | [DeNode_Manager_1.0.5_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager_1.0.5_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.5_arm64.deb` then `sudo apt install -f` |
115+
| **Linux** | x86_64 | [DeNode_Manager-1.0.5-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager-1.0.5-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.5-1.x86_64.rpm` |
116+
| **Linux** | ARM64 | [DeNode_Manager-1.0.5-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc10/DeNode_Manager-1.0.5-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.5-1.aarch64.rpm` |
117117

118118
> ⚠️ **Important**: Desktop Node Manager is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support.
119119

0 commit comments

Comments
 (0)