-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
71 lines (62 loc) · 3.15 KB
/
Copy pathprivacy.html
File metadata and controls
71 lines (62 loc) · 3.15 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Orb — Privacy Policy</title>
<link rel="icon" type="image/png" href="icon.png">
<style>
body { background: #04060c; color: #eaf2ff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.7; }
main { max-width: 720px; margin: 0 auto; padding: 72px 28px 96px; }
h1 { font-size: 34px; letter-spacing: -0.02em; margin-bottom: 6px; }
.date { color: #8fa3c0; font-size: 14px; margin-bottom: 40px; }
h2 { font-size: 20px; margin: 34px 0 10px; }
p, li { color: #c9d6ea; font-size: 16px; }
ul { padding-left: 22px; }
a { color: #4ca8e8; }
</style>
</head>
<body>
<main>
<h1>Orb — Privacy Policy</h1>
<div class="date">Effective July 4, 2026</div>
<h2>The short version</h2>
<p>We don't collect your data. We couldn't if we wanted to: Orb has no developer-operated
servers, no accounts, and no analytics. Everything the app knows lives on your devices and,
if you choose to self-host, on a computer you own.</p>
<h2>What the app stores, and where</h2>
<ul>
<li><strong>On your iPhone:</strong> your settings, conversation history, and anything you
grant access to through iOS permissions (microphone for voice input; calendar, reminders,
and contacts if you connect them). iOS manages this access, and the app reads only what
you connect.</li>
<li><strong>On your own server (optional):</strong> if you connect the app to a computer
running the open-source Orb server, your conversations, reminders, and assistant memory
are processed and stored there — on hardware you control. We never see it.</li>
</ul>
<h2>Third-party AI services</h2>
<p>Orb lets you choose which AI service powers your assistant, using credentials or tools
you configure yourself. When your assistant answers a request, the relevant conversation
content is sent to the AI provider you selected, under that provider's terms and privacy
policy. You can switch or remove providers at any time.</p>
<h2>Push notifications</h2>
<p>Notifications are delivered through Apple's push service. The notification content
originates from your own server (if connected) and is not stored by us.</p>
<h2>What we collect</h2>
<p>Nothing. No accounts, no analytics SDKs, no tracking, no advertising identifiers, and no
developer-operated backend. Standard App Store install statistics are provided to us by
Apple in aggregate and contain no personal data.</p>
<h2>Release list (website only)</h2>
<p>If you submit your email address on getorb.github.io, it is used solely to send Orb
release announcements and is never shared or sold. Reply to any announcement to be
removed. This applies to the website form only — the app itself collects nothing.</p>
<h2>Children</h2>
<p>Orb is not directed at children under 13.</p>
<h2>Changes</h2>
<p>If this policy changes, the updated version will be posted at this address with a new
effective date.</p>
<h2>Contact</h2>
<p><a href="mailto:nlangley1868@gmail.com">nlangley1868@gmail.com</a></p>
</main>
</body>
</html>