diff --git a/_includes/schema-faq.html b/_includes/schema-faq.html
index d902dc9e..c5768ca2 100644
--- a/_includes/schema-faq.html
+++ b/_includes/schema-faq.html
@@ -41,7 +41,7 @@
"name": "What platforms does ActivityWatch support?",
"acceptedAnswer": {
"@type": "Answer",
- "text": "ActivityWatch runs on Windows (10 and later), macOS (10.15+), Linux (most distributions), and Android. Browser extensions are available for Chrome and Firefox to track your web activity."
+ "text": "ActivityWatch runs on Windows, macOS, Linux, and Android. Browser extensions are available for Chrome and Firefox to track your web activity. macOS version and architecture support varies by release, so check the downloads page if you need a specific macOS build."
}
}
]
diff --git a/_includes/schema-index.html b/_includes/schema-index.html
index d0b6692a..2e11f89e 100644
--- a/_includes/schema-index.html
+++ b/_includes/schema-index.html
@@ -89,7 +89,7 @@
}
]
},
- "softwareRequirements": "Requires Windows 10 or later, macOS 10.15 or later, Linux kernel 5.4 or later, or Android 7.0 or later",
+ "softwareRequirements": "Requires Windows 10 or later, Linux kernel 5.4 or later, or Android 7.0 or later. macOS version and architecture support varies by release; see the downloads page for current macOS builds.",
"creator": {
"@type": "Person",
"name": "Erik Bjäreholt",
diff --git a/downloads.pug b/downloads.pug
index 288fb46d..85fe5d0e 100644
--- a/downloads.pug
+++ b/downloads.pug
@@ -26,6 +26,8 @@ article.container
div For help on how to get started, see the #[a(href="https://docs.activitywatch.net/en/latest/getting-started.html") Getting Started guide] in the documentation.
div Looking for an older or pre-release version? You can find all #[a(href="https://github.com/ActivityWatch/activitywatch/releases") releases on GitHub].
+ p.mt-2
+ | macOS support varies by release. If you need a specific macOS version or Intel/Apple Silicon build, check the GitHub release assets before installing. The latest stable download on this page may differ from current prerelease or nightly macOS builds.
h3.mt-3 Nightly builds
p
diff --git a/index.pug b/index.pug
index 3786b998..4822b3c3 100644
--- a/index.pug
+++ b/index.pug
@@ -137,7 +137,7 @@ div.container
h3 What platforms does ActivityWatch support?
p
- | ActivityWatch runs on #[b Windows] (10 and later), #[b macOS] (10.15+), #[b Linux] (most distributions), and #[b Android]. Browser extensions are available for Chrome and Firefox to track your web activity.
+ | ActivityWatch runs on #[b Windows], #[b macOS], #[b Linux], and #[b Android]. Browser extensions are available for Chrome and Firefox to track your web activity. macOS version and architecture support varies by release, so check the #[a(href="/downloads/") downloads page] if you need a specific macOS build.
p.mt-3
| For more answers, see the #[a(href="https://docs.activitywatch.net/en/latest/faq.html") full FAQ in the documentation].