Joe's note: the visual identity is right, the words were not. This keeps the design exactly as shipped and rewrites the verbiage to be sharper and more specific — the hero lede, the stat labels, the "what it catches" framing, the supply-chain / execution / model-file cards, the agents section, and the pricing line. Also reconciles the repo with what is actually live: the current hero-video design, the new pricing ($59.99/yr Pro, $19/seat/mo Fleet with a 3-seat minimum), softwareVersion 0.1.12 in the structured data, and the referenced static assets (hero.mp4, favicon, og-image, privacy/terms, icons). Source links now point at the public GitHub mirror. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
116 lines
8.3 KiB
HTML
116 lines
8.3 KiB
HTML
<!doctype html>
|
|
<html lang="en" data-theme="light">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Terms of Service — Hound</title>
|
|
<meta name="description" content="Terms of service for Hound endpoint and supply-chain security software.">
|
|
<link rel="canonical" href="https://houndav.com/terms">
|
|
<link rel="icon" href="/favicon.png" type="image/png">
|
|
<meta name="robots" content="index, follow">
|
|
<style>
|
|
:root {
|
|
--bg: #F7F7FB; --fg: #14141C; --dim: #55556B; --faint: #8A8AA0;
|
|
--line: #E2E2EC; --raised: #FFFFFF; --brand: #5A58C8;
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
:root:not([data-theme="light"]) {
|
|
--bg: #0B0E14; --fg: #E8ECF4; --dim: #8B96AB; --faint: #5A6478;
|
|
--line: #232B3A; --raised: #12161F; --brand: #9896E0;
|
|
}
|
|
}
|
|
:root[data-theme="dark"] {
|
|
--bg: #0B0E14; --fg: #E8ECF4; --dim: #8B96AB; --faint: #5A6478;
|
|
--line: #232B3A; --raised: #12161F; --brand: #9896E0;
|
|
}
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body {
|
|
background: var(--bg); color: var(--fg);
|
|
font: 16px/1.75 "IBM Plex Sans", system-ui, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }
|
|
a { color: var(--brand); text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
h1, h2, h3 { font-family: "Space Grotesk", system-ui, sans-serif; letter-spacing: -.02em; }
|
|
h1 { font-size: 28px; margin: 56px 0 8px; }
|
|
h2 { font-size: 20px; margin: 40px 0 12px; }
|
|
p, ul, ol { margin-bottom: 16px; }
|
|
ul, ol { padding-left: 24px; }
|
|
li { margin-bottom: 6px; }
|
|
.updated { color: var(--faint); font-size: 14px; margin-bottom: 32px; }
|
|
.back { display: inline-block; margin: 24px 0; font-size: 14px; color: var(--dim); }
|
|
.back:hover { color: var(--fg); }
|
|
footer { border-top: 1px solid var(--line); margin-top: 56px; padding: 28px 0; color: var(--faint); font-size: 13px; }
|
|
</style>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap">
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<a class="back" href="/">← Back to Hound</a>
|
|
<h1>Terms of Service</h1>
|
|
<p class="updated">Last updated: August 21, 2026</p>
|
|
|
|
<p>These terms govern your use of the Hound software agent, the houndav.com website, and any related services (collectively, the "Service"). By installing, downloading, or using Hound, you agree to these terms. If you do not agree, do not use the Service.</p>
|
|
|
|
<h2>1. The Software</h2>
|
|
<p>The Hound agent is open-source software released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Your use of the agent source code is governed by that license. These terms govern the Service as a whole, including the definition feeds, paid subscriptions, website, and support.</p>
|
|
|
|
<h2>2. Free Tier</h2>
|
|
<p>The free tier provides on-demand scanning, real-time file protection, quarantine, and the MCP server at no cost and with no account required. We may change the features included in the free tier at any time. We will not retroactively remove protections from systems that already have the free tier installed without providing reasonable notice.</p>
|
|
|
|
<h2>3. Paid Subscriptions</h2>
|
|
<p>Pro and Fleet subscriptions are billed as described at the time of purchase. All fees are non-refundable except where required by applicable law. We may change pricing for future billing periods with 30 days' notice. If you cancel, your subscription remains active until the end of the current billing period.</p>
|
|
<p>Fleet subscriptions include a specified number of seats. Additional seats are billed as described at purchase. You are responsible for managing seat assignments within your organization.</p>
|
|
|
|
<h2>4. Acceptable Use</h2>
|
|
<p>You agree not to:</p>
|
|
<ul>
|
|
<li>Reverse-engineer, redistribute, or resell the signed definition packs or threat feeds</li>
|
|
<li>Use the Service to develop a competing security product that incorporates our definition data</li>
|
|
<li>Attempt to circumvent license key validation or subscription enforcement</li>
|
|
<li>Use the Service in any way that violates applicable law</li>
|
|
</ul>
|
|
<p>The open-source agent itself may be forked, modified, and redistributed under the Apache 2.0 license. This restriction applies to the proprietary definition feeds and paid services, not to the agent code.</p>
|
|
|
|
<h2>5. Definitions and Updates</h2>
|
|
<p>Definition packs are cryptographically signed. We make reasonable efforts to ensure definitions are accurate, but we do not guarantee that every malicious package, binary, or threat will be detected, or that every detection will be correct. False positives and false negatives are inherent to security software.</p>
|
|
|
|
<h2>6. Disclaimer of Warranties</h2>
|
|
<p><strong>THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY. WE DISCLAIM ALL WARRANTIES, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.</strong></p>
|
|
<p><strong>WE DO NOT WARRANT THAT THE SERVICE WILL DETECT ALL THREATS, PREVENT ALL SECURITY INCIDENTS, OR OPERATE WITHOUT INTERRUPTION OR ERROR. NO SECURITY SOFTWARE CAN GUARANTEE COMPLETE PROTECTION. HOUND IS ONE LAYER OF A SECURITY STRATEGY, NOT A SUBSTITUTE FOR ONE.</strong></p>
|
|
|
|
<h2>7. Limitation of Liability</h2>
|
|
<p><strong>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL HOUND, ITS DEVELOPERS, CONTRIBUTORS, OR AFFILIATES BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF DATA, LOSS OF PROFITS, BUSINESS INTERRUPTION, SECURITY BREACHES, OR SYSTEM DAMAGE, ARISING OUT OF OR RELATED TO YOUR USE OF OR INABILITY TO USE THE SERVICE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</strong></p>
|
|
<p><strong>OUR TOTAL AGGREGATE LIABILITY FOR ALL CLAIMS RELATED TO THE SERVICE SHALL NOT EXCEED THE AMOUNT YOU PAID US IN THE TWELVE (12) MONTHS PRECEDING THE CLAIM, OR FIFTY U.S. DOLLARS ($50), WHICHEVER IS GREATER.</strong></p>
|
|
|
|
<h2>8. Indemnification</h2>
|
|
<p>You agree to indemnify and hold harmless Hound and its developers from any claims, damages, losses, or expenses (including reasonable legal fees) arising from your use of the Service, your violation of these terms, or your violation of any third-party rights.</p>
|
|
|
|
<h2>9. The Execution Gate</h2>
|
|
<p>The execution gate operates by intercepting process execution at the kernel level using fanotify. It is designed to fail open: if the Hound agent crashes, becomes unresponsive, or is stopped, pending executions are released and the system continues to operate normally. Despite this design, you acknowledge that any software operating at this level carries inherent risk, and you accept that risk by enabling the execution gate.</p>
|
|
|
|
<h2>10. Third-Party Content</h2>
|
|
<p>Hound's definition data draws from public sources including the OpenSSF Malicious Packages feed. We are not responsible for the accuracy of upstream data sources. Detection identifiers and threat names may reference third-party research; inclusion does not imply endorsement.</p>
|
|
|
|
<h2>11. Termination</h2>
|
|
<p>You may stop using the Service at any time by uninstalling the agent. We may suspend or terminate your access to paid features if you violate these terms or fail to pay applicable fees. The open-source agent will continue to function for local scanning regardless of account status.</p>
|
|
|
|
<h2>12. Changes to These Terms</h2>
|
|
<p>We may update these terms from time to time. Material changes will be noted on the website with an updated date. Continued use of the Service after changes constitutes acceptance of the revised terms.</p>
|
|
|
|
<h2>13. Governing Law</h2>
|
|
<p>These terms are governed by the laws of the State of Tennessee, United States, without regard to conflict-of-law provisions. Any disputes shall be resolved in the courts of Davidson County, Tennessee.</p>
|
|
|
|
<h2>14. Severability</h2>
|
|
<p>If any provision of these terms is found to be unenforceable, the remaining provisions continue in full force and effect.</p>
|
|
|
|
<h2>15. Contact</h2>
|
|
<p>Questions about these terms: <a href="mailto:legal@houndav.com">legal@houndav.com</a></p>
|
|
|
|
</div>
|
|
<footer><div class="wrap">© 2026 Hound</div></footer>
|
|
</body>
|
|
</html>
|