-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
122 lines (111 loc) · 6.25 KB
/
Copy pathterms.html
File metadata and controls
122 lines (111 loc) · 6.25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Terms of Service for the Nimi open-source, local-first personal AI product, covering site usage, open-source licensing, and acceptable use." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nimi Terms of Service" />
<meta property="og:description" content="Terms of Service for the Nimi open-source, local-first personal AI product." />
<meta property="og:url" content="https://nimi.ai/terms.html" />
<meta property="og:image" content="https://nimi.ai/og-image.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Nimi Terms of Service" />
<meta name="twitter:description" content="Terms of Service for the Nimi open-source, local-first personal AI product." />
<link rel="canonical" href="https://nimi.ai/terms.html" />
<title>Nimi Terms of Service</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="stylesheet" href="/legal.css" />
</head>
<body>
<div class="legal-shell">
<header class="legal-header">
<div class="legal-container" style="display:flex;align-items:center;justify-content:space-between;padding:1rem 0;">
<a class="legal-brand" href="/">
<img src="/logo.svg" alt="Nimi" width="32" height="32" />
<span>Nimi</span>
</a>
<a href="/" style="color:#64748b;text-decoration:none;">Back to landing</a>
</div>
</header>
<main class="legal-container">
<article class="legal-card">
<span class="legal-kicker">Legal</span>
<h1 class="legal-title">Terms of Service</h1>
<p class="legal-subtitle">
These terms govern access to the Nimi landing site, documentation, downloads, and any related public-facing materials operated by Nimi Network Limited.
</p>
<p class="legal-meta">Last updated: August 31, 2026</p>
<section class="legal-section">
<h2>1. Scope</h2>
<p>
Nimi is an open-source, local-first personal AI product. Nimi Home is its entry, Realm owns ecosystem identity, and Runtime executes local and cloud multi-provider AI. These terms apply to the public site, software downloads when available, SDK materials, documentation, and related services linked from them.
</p>
</section>
<section class="legal-section">
<h2>2. Open-source materials</h2>
<p>
Portions of Nimi are distributed under separate open-source licenses. Those license terms continue to govern the code, docs, and assets released under them. These website terms do not replace or narrow any rights granted under the relevant open-source license.
</p>
</section>
<section class="legal-section">
<h2>3. Acceptable use</h2>
<p>You agree not to misuse the site or related services. This includes:</p>
<ul>
<li>Interfering with site availability, security, or integrity.</li>
<li>Attempting unauthorized access to systems, accounts, or infrastructure.</li>
<li>Using the site to distribute malware, deceptive content, or unlawful material.</li>
<li>Misrepresenting your relationship with Nimi or the origin of Nimi materials.</li>
</ul>
</section>
<section class="legal-section">
<h2>4. Product information and forward-looking statements</h2>
<p>
The landing page may describe product capabilities, roadmap direction, or integration surfaces. Those descriptions are for general information and may change over time. Unless expressly stated in a separate written agreement, they do not create a binding product commitment or service-level promise.
</p>
</section>
<section class="legal-section">
<h2>5. Third-party links and providers</h2>
<p>
Nimi may reference third-party model providers, repositories, documentation, or external services. Those third-party services are governed by their own terms and policies. Nimi is not responsible for third-party content, uptime, or legal terms.
</p>
</section>
<section class="legal-section">
<h2>6. Warranty disclaimer</h2>
<p>
The website and related materials are provided on an “as is” and “as available” basis. To the maximum extent permitted by law, Nimi disclaims warranties of merchantability, fitness for a particular purpose, non-infringement, and uninterrupted availability.
</p>
</section>
<section class="legal-section">
<h2>7. Limitation of liability</h2>
<p>
To the maximum extent permitted by law, Nimi Network Limited will not be liable for indirect, incidental, special, consequential, or punitive damages arising from use of the site or related public materials.
</p>
</section>
<section class="legal-section">
<h2>8. Changes</h2>
<p>
We may update these terms as the product, documentation, or public website evolves. Continued use of the site after an update means you accept the revised terms.
</p>
</section>
<section class="legal-section">
<h2>9. Contact</h2>
<p>
If you have questions about these terms, contact Nimi Network Limited through the official channels linked from the Nimi landing page or GitHub repository.
</p>
</section>
</article>
</main>
<footer class="legal-footer">
<div class="legal-container" style="display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;">
<span>Nimi Network Limited</span>
<span>
<a href="/privacy.html">Privacy Policy</a>
</span>
</div>
</footer>
</div>
</body>
</html>