Skip to content

First Release

Pre-release
Pre-release

Choose a tag to compare

@ATClus ATClus released this 21 Mar 11:55
d4e26c5

πŸ“¦ Release v1.0.18

Data: 2025‑03‑20
Status: Alpha


πŸš€ Overview

First official release of ClusterOS.


πŸ”’ Security

File SHA256 Checksum Signature
ClusterOS_1.0.18.0_x64_Alpha.zip abc123...def456 ClusterOS_1.0.18.0_x64_Alpha.zip.asc
ClusterOS_1.0.18.0_x64_Alpha.zip.sha256 β€” ClusterOS_1.0.18.0_x64_Alpha.zip.sha256.asc

πŸ“₯ Installation

  1. Download asset: ClusterOS_1.0.18.0_x64_Alpha.zip
  2. Verify checksum:
       $fileHash = (Get-Content .\ClusterOS_1.0.18.0_x64_Alpha.zip.sha256).Split(" ")[0]
    
       if ($computed -eq $fileHash) { "OK" } else { "HASH MISMATCH" }
    
  3. Install: ClusterOS_1.0.18.0_x64 MSIX package file