From 0da336c8e12f817443a8e62121c72d3b7b5111d1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 16:25:10 +0300 Subject: [PATCH] feat(website): homebrew cask for macOS --- apps/website/src/download-helper.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/website/src/download-helper.ts b/apps/website/src/download-helper.ts index 8b1cb041d..53880188c 100644 --- a/apps/website/src/download-helper.ts +++ b/apps/website/src/download-helper.ts @@ -97,11 +97,16 @@ export const downloadMatrix: DownloadMatrix = { x64: "For Intel-based Macs running macOS Big Sur or later.", arm64: "For Apple Silicon Macs such as those with M1 and M2 chips.", }, + quickStartCode: "brew install --cask trilium-notes", downloads: { dmg: { recommended: true, name: "Download Installer (.dmg)" }, + homebrew: { + name: "Homebrew Cask", + url: "https://formulae.brew.sh/cask/trilium-notes#default" + }, zip: { name: "Portable (.zip)" }