-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
129 lines (111 loc) · 4.08 KB
/
privacy.html
File metadata and controls
129 lines (111 loc) · 4.08 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Privacy Policy – Najimi</title>
<style>
body {
font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
margin: 0;
color: #111;
background: #fff;
}
main {
max-width: 720px;
margin: 40px auto;
padding: 0 16px;
}
h1 {
font-size: 28px;
margin: 0 0 8px;
line-height: 1.25;
}
h2 {
font-size: 18px;
margin: 24px 0 8px;
line-height: 1.35;
}
ul {
margin: 8px 0 16px 20px;
padding: 0;
}
p {
margin: 8px 0;
}
a {
color: inherit;
text-decoration: underline;
}
.muted {
color: #666;
}
</style>
</head>
<body>
<main>
<h1>Privacy Policy – Najimi</h1>
<p class="muted"><strong>Last updated:</strong> 2026-05-12</p>
<p>
Najimi is designed as a private, local AI companion app. We do not sell user data,
use advertising trackers, or collect analytics about your conversations.
</p>
<h2>Information We Do Not Collect</h2>
<ul>
<li>We do not collect or transmit your conversations, prompts, documents, memories, companion settings, imported avatars, voices, backgrounds, or generated content to our servers.</li>
<li>We do not sell, rent, or share your personal data with advertisers.</li>
<li>We do not use third-party advertising SDKs or tracking technologies.</li>
<li>We do not create user accounts for accessing Najimi.</li>
</ul>
<h2>Local Data and On-Device Processing</h2>
<ul>
<li>Najimi may store chats, memories, settings, imported files, generated content, model configuration, companion configuration, and other app data locally on your device.</li>
<li>Core AI, avatar, document, voice, and customization features are designed to run locally where supported.</li>
<li>Data used by local features remains on your device unless a feature clearly tells you otherwise and you choose to use it.</li>
<li>You can delete local app data through Najimi’s settings, your device’s file management tools, or by deleting the app.</li>
</ul>
<h2>Documents, Avatars, Voices, and Imported Files</h2>
<ul>
<li>When you choose to import files such as documents, VRM models, backgrounds, voice assets, or other resources, Najimi uses those files only for the features you select.</li>
<li>Imported files remain under your control and are stored locally on your device unless you remove them.</li>
<li>Najimi does not upload your imported files to our servers.</li>
</ul>
<h2>Permissions</h2>
<p>
Najimi may request access to files or photos when you choose to import documents,
images, avatars, backgrounds, or other assets.
</p>
<p>
Najimi may request microphone access if you use voice input, voice chat, or other
audio-related features.
</p>
<p>
Najimi does not request access to your location, contacts, or camera unless a future
feature clearly requires it and asks for your permission.
</p>
<h2>In-App Purchases</h2>
<p>
If Najimi offers in-app purchases or subscriptions, payment processing is handled by
Apple. We do not receive your full payment information.
</p>
<h2>Children’s Privacy</h2>
<p>
Najimi is a general-audience app. We do not knowingly collect personal information
from children under 13. If you believe a child has provided information, please
contact us and we will address it promptly.
</p>
<h2>Changes to This Policy</h2>
<p>
If we update this policy, we will change the “Last updated” date above. Material
changes will be reflected in an updated version of the app or on our website.
</p>
<h2>Contact</h2>
<p>
ShugoAI LLC<br />
<a href="mailto:tech@shugoai.com">tech@shugoai.com</a>
</p>
<h2>Developer</h2>
<p>ShugoAI LLC, United States</p>
</main>
</body>
</html>