-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathschema-faq.html
More file actions
50 lines (50 loc) · 2.31 KB
/
Copy pathschema-faq.html
File metadata and controls
50 lines (50 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!-- FAQ Schema Start -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is ActivityWatch?",
"acceptedAnswer": {
"@type": "Answer",
"text": "ActivityWatch is a free, open-source, automated time tracker that runs on your computer and monitors which applications and websites you use. It works on Windows, macOS, Linux, and Android. Unlike cloud-based time trackers, all data is stored locally on your device for maximum privacy."
}
},
{
"@type": "Question",
"name": "Is ActivityWatch really free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. ActivityWatch is completely free and open-source software, licensed under the MPL-2.0 license. There are no premium tiers, no usage limits, and no ads. It is developed and maintained by volunteers."
}
},
{
"@type": "Question",
"name": "How does ActivityWatch compare to RescueTime?",
"acceptedAnswer": {
"@type": "Answer",
"text": "ActivityWatch is a privacy-first, open-source alternative to RescueTime. While RescueTime sends your data to their cloud servers, ActivityWatch keeps everything local on your device. ActivityWatch also supports more platforms (including Linux, which RescueTime dropped support for) and offers browser extensions for both Chrome and Firefox."
}
},
{
"@type": "Question",
"name": "Does ActivityWatch track my data privately?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. ActivityWatch follows a local-first approach. All your time tracking data is stored on your own device and is never sent to any server. You have full control over your data and can export, delete, or back it up at any time."
}
},
{
"@type": "Question",
"name": "What platforms does ActivityWatch support?",
"acceptedAnswer": {
"@type": "Answer",
"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."
}
}
]
}
</script>
<!-- FAQ Schema End -->