+ {/* Header */}
+
+
+ Download AeThex OS
+
+
+ Get the desktop application for Windows, macOS, or Linux
+
+ {latestRelease && (
+
+ Latest Version: {latestRelease.tag_name.replace('desktop-v', '')} •
+ Released {new Date(latestRelease.published_at).toLocaleDateString()}
+
+ )}
+
+
+ {loading ? (
+
+
+
Loading releases...
+
+ ) : !latestRelease ? (
+
+
+
No Desktop Releases Yet
+
+ Desktop releases are coming soon. In the meantime, you can:
+
+
+
+ ) : (
+
+ {/* Windows */}
+ }
+ platform="Windows"
+ description="MSI Installer for Windows 10/11"
+ asset={getAssetByPlatform('windows')}
+ formatBytes={formatBytes}
+ color="from-blue-600 to-blue-400"
+ />
+
+ {/* macOS */}
+ }
+ platform="macOS"
+ description="Universal DMG for Intel & Apple Silicon"
+ asset={getAssetByPlatform('macos')}
+ formatBytes={formatBytes}
+ color="from-slate-600 to-slate-400"
+ />
+
+ {/* Linux */}
+ }
+ platform="Linux"
+ description="AppImage & DEB packages"
+ asset={getAssetByPlatform('linux')}
+ formatBytes={formatBytes}
+ color="from-orange-600 to-orange-400"
+ />
+
+ )}
+
+ {/* Additional Info */}
+
+
+
+
+ Installation Instructions
+
+
+
+ Windows: Run the MSI installer and follow the prompts
+
+
+ macOS: Open the DMG file and drag AeThex OS to Applications
+
+
+ Linux (AppImage): Make executable with chmod +x and run
+
+
+ Linux (DEB): Install with sudo dpkg -i filename.deb
+
+
+
+
+
+
+
+ Other Options
+
+
+
+
+