|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | +<meta charset="UTF-8"> |
| 5 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | +<meta name="description" content="Terms of service for the 1Helm website and the open-source, self-hosted 1Helm software."> |
| 7 | +<title>1Helm — Terms of Service</title> |
| 8 | +<link rel="icon" type="image/png" href="/assets/story/app-icon.png"> |
| 9 | +<link rel="stylesheet" href="/assets/manual.css"> |
| 10 | +</head> |
| 11 | +<body> |
| 12 | + |
| 13 | +<header> |
| 14 | + <a class="brand" href="/"><img src="/assets/story/app-icon.png" alt="1Helm">1Helm</a> |
| 15 | + <nav> |
| 16 | + <a href="/">the story</a> |
| 17 | + <a href="/manual">manual</a> |
| 18 | + <a class="hide-sm" href="/github">GitHub ↗</a> |
| 19 | + <a href="/download/macos">Download</a> |
| 20 | + </nav> |
| 21 | +</header> |
| 22 | + |
| 23 | +<div class="wrap single"> |
| 24 | +<main> |
| 25 | + <h1 class="page-title">Terms of <span class="mark">Service</span></h1> |
| 26 | + <p class="legal-meta">Effective date: July 24, 2026 · Contact: <a class="b plainlink" href="mailto:build@1helm.com">build@1helm.com</a></p> |
| 27 | + |
| 28 | + <section> |
| 29 | + <h2><span class="mark">1. Agreement</span></h2> |
| 30 | + <p>These terms apply to the 1Helm website (1helm.com) and to the 1Helm software you can download from it. By using the site or the software, you agree to them. If you don't agree, don't use them.</p> |
| 31 | + </section> |
| 32 | + <section> |
| 33 | + <h2><span class="mark">2. The software</span></h2> |
| 34 | + <p>1Helm is free, open-source software released under the <a class="b plainlink" href="https://github.com/gitcommit90/1Helm/blob/main/LICENSE">MIT License</a>. The full license text ships with the source code and governs your use, copying, modification, and redistribution of the software. In short: you can do nearly anything with it, and it comes with no warranty.</p> |
| 35 | + </section> |
| 36 | + <section> |
| 37 | + <h2><span class="mark">3. Self-hosting means it's yours</span></h2> |
| 38 | + <p>1Helm runs on your own hardware. You are the operator of your installation: your machine, your data, your backups, your uptime, and your security posture are your responsibility. You're also responsible for making sure your use of 1Helm — and anything your agents do at your direction — complies with the laws that apply to you.</p> |
| 39 | + </section> |
| 40 | + <section> |
| 41 | + <h2><span class="mark">4. Third-party services</span></h2> |
| 42 | + <p>1Helm connects to services you choose — AI model providers (such as ChatGPT, Claude, Gemini, or xAI accounts), Gmail, GitHub, Cloudflare, and others. Your use of those services is governed by their own terms, and you're responsible for keeping your accounts with them in good standing. 1Helm is not affiliated with or endorsed by those providers.</p> |
| 43 | + </section> |
| 44 | + <section> |
| 45 | + <h2><span class="mark">5. The website</span></h2> |
| 46 | + <p>This website exists to describe 1Helm and distribute its releases. Don't abuse it: no attempting to disrupt it, probe it beyond good-faith security research, or use it to distribute anything unlawful. Security issues can be reported privately via GitHub's vulnerability reporting for the 1Helm repository.</p> |
| 47 | + </section> |
| 48 | + <section> |
| 49 | + <h2><span class="mark">6. No warranty</span></h2> |
| 50 | + <p>The site and the software are provided <span class="b">"as is"</span>, without warranty of any kind, express or implied — including merchantability, fitness for a particular purpose, and non-infringement. AI models make mistakes; review consequential output before acting on it.</p> |
| 51 | + </section> |
| 52 | + <section> |
| 53 | + <h2><span class="mark">7. Limitation of liability</span></h2> |
| 54 | + <p>To the maximum extent permitted by law, the 1Helm contributors will not be liable for any indirect, incidental, special, consequential, or exemplary damages — including lost data, lost profits, or business interruption — arising from your use of the site or the software.</p> |
| 55 | + </section> |
| 56 | + <section> |
| 57 | + <h2><span class="mark">8. Changes</span></h2> |
| 58 | + <p>These terms may be updated from time to time; the effective date above reflects the latest revision. Continued use after a change means you accept the updated terms.</p> |
| 59 | + </section> |
| 60 | + <section> |
| 61 | + <h2><span class="mark">9. Contact</span></h2> |
| 62 | + <p>Questions about these terms: <a class="b plainlink" href="mailto:build@1helm.com">build@1helm.com</a>.</p> |
| 63 | + </section> |
| 64 | + |
| 65 | +</main> |
| 66 | +</div> |
| 67 | + |
| 68 | +<footer> |
| 69 | + <a href="/">← back to the story</a> |
| 70 | + <span>·</span> |
| 71 | + <a href="/manual">the ship's manual</a> |
| 72 | + <span>·</span> |
| 73 | + <a href="mailto:build@1helm.com">build@1helm.com</a> |
| 74 | + <span>·</span> |
| 75 | + <a href="/terms">Terms</a> |
| 76 | + <span>·</span> |
| 77 | + <a href="/privacy">Privacy</a> |
| 78 | +</footer> |
| 79 | + |
| 80 | +</body> |
| 81 | +</html> |
0 commit comments