Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/schema-faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion _includes/schema-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions downloads.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down