Skip to content

Releases: DeNetPRO/Desktop-Storage

Release list

v1.0.0

Choose a tag to compare

@polikasov polikasov released this 18 Aug 07:03

DeNet Storage Desktop v1.0.0

Initial public release of DeNet Storage Desktop for Windows, macOS, and Linux.

DeNet Storage Desktop is a private, decentralized cloud storage client designed for secure file backup, media storage, and multi-device access with client-side encryption and distributed storage.


What's New

Security & Architecture

  • Client-Side Encryption: Files are encrypted with AES-256 locally on your device before transfer. You retain sole control of the decryption keys.
  • Decentralized Distribution: Data is split into redundant fragments with parity codes and distributed across 2,000+ independent Datakeeper nodes.
  • High Availability: Files remain reconstructible even if multiple storage nodes go offline.

Application Features

  • Lightweight Desktop Client: Fast, resource-efficient desktop app built with Tauri and a Go background engine.
  • Automatic Folder Backup: Select local directories on your computer for continuous background sync to decentralized storage.
  • Pay-As-You-Go Capacity: Deposit a storage balance and pay only for the storage volume you actively use over time, with no recurring monthly subscriptions.
  • Transfer Management: Full tracking for upload and download tasks with progress metrics and network resilience.
  • Mobile Synchronization: Full compatibility with the DeNet Mobile App to manage files across all your devices.

Packages & Downloads

Platform Architecture Package Format File
Windows 64-bit (x64) NSIS Setup / MSI DeNet_Storage_1.0.0_x64-setup.exe
macOS Apple Silicon (M-series) DMG Installer DeNet_Storage_1.0.0_aarch64.dmg
macOS Intel (x64) DMG Installer DeNet_Storage_1.0.0_x64.dmg
Linux x64 Debian Package DeNet_Storage_1.0.0_amd64.deb
Linux x64 RPM Package DeNet_Storage-1.0.0-1.x86_64.rpm
Linux ARM64 Debian Package DeNet_Storage_1.0.0_arm64.deb
Linux ARM64 RPM Package DeNet_Storage-1.0.0-1.aarch64.rpm

Linux Installation

# Ubuntu / Debian
sudo dpkg -i "DeNet Storage_1.0.0_amd64.deb"

# Fedora / Red Hat
sudo rpm -i "DeNet Storage-1.0.0-1.x86_64.rpm"

Links & Resources