diff --git a/landing/src/components/DownloadSection.tsx b/landing/src/components/DownloadSection.tsx
index dcd8e5f1..2b58b2ee 100644
--- a/landing/src/components/DownloadSection.tsx
+++ b/landing/src/components/DownloadSection.tsx
@@ -12,18 +12,21 @@ export function DownloadSection() {
icon: Laptop,
link: DOWNLOAD_LINKS.macArm,
description: 'macOS (Intel + Apple Silicon)',
+ disabled: false,
},
{
platform: 'Windows',
icon: Monitor,
link: DOWNLOAD_LINKS.windows,
description: 'Windows x64',
+ disabled: false,
},
{
platform: 'Linux',
icon: Terminal,
link: DOWNLOAD_LINKS.linux,
description: 'Linux AppImage',
+ disabled: true,
},
];
@@ -34,10 +37,14 @@ export function DownloadSection() {
{LATEST_VERSION}