From 4a41136ada2228c7279961b637be7b295ec804eb Mon Sep 17 00:00:00 2001 From: kipavy Date: Mon, 24 Aug 2026 21:04:12 +0000 Subject: [PATCH] fix(landing): drop the --no-quarantine Homebrew hint Homebrew 6 removed the flag, so the copyable command failed with "Error: invalid option: --no-quarantine". Show the plain cask install, and point at Control-click Open with `xattr -dr com.apple.quarantine` as the fallback when macOS calls the app damaged. --- landing/app/components/DownloadCards.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/landing/app/components/DownloadCards.tsx b/landing/app/components/DownloadCards.tsx index c082a36..6cd48c8 100644 --- a/landing/app/components/DownloadCards.tsx +++ b/landing/app/components/DownloadCards.tsx @@ -112,14 +112,15 @@ export default function DownloadCards({ assets }: { assets: Asset[] }) { {p.platform === "macos" && (

- Recommended — Homebrew (skips Gatekeeper): + Recommended — Homebrew (auto-updating)

- +

- Downloaded the .dmg and macOS says it’s “damaged”? Clear the - quarantine flag: + Gatekeeper warns on first launch — Control-click Voltius in + Applications and choose Open. If macOS calls it + “damaged”, strip the quarantine metadata:

- +
)} {p.platform === "android" && (