Files
inkOS/docs/privacy/index.html
2026-06-07 22:37:12 +03:00

131 lines
6.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>inkOS — Privacy Policy</title>
<meta name="description" content="inkOS privacy policy. No internet permission, no tracking, no data collection — everything stays on your device.">
<link rel="canonical" href="https://inkos.gez.im/privacy/">
<meta property="og:type" content="website">
<meta property="og:title" content="inkOS — Privacy Policy">
<meta property="og:description" content="inkOS privacy policy. No internet permission, no tracking, no data collection — everything stays on your device.">
<meta property="og:url" content="https://inkos.gez.im/privacy/">
<meta property="og:image" content="https://inkos.gez.im/img/og.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="inkOS — Privacy Policy">
<meta name="twitter:description" content="inkOS privacy policy. No internet permission, no tracking, no data collection — everything stays on your device.">
<meta name="twitter:image" content="https://inkos.gez.im/img/og.jpg">
<link rel="icon" href="../img/inkos.svg" type="image/svg+xml">
<link rel="stylesheet" href="../stili.css">
</head>
<body class="page-fade">
<!-- NAV -->
<div class="nav-wrapper">
<nav class="nav">
<div class="nav-inner">
<a href=".." class="nav-logo"><img src="../img/inkos_logo_w.svg" alt="inkOS"></a>
<div class="nav-links">
<a href="..">Home</a>
<a href="../about/">About</a>
<a href="../features/">Features</a>
<a href="../presets/">Presets</a>
<a href="../changelog/">Changelog</a>
<a href="..#faq">FAQ</a>
<a href="https://www.buymeacoffee.com/gezimos" target="_blank" class="nav-cta">Support</a>
</div>
</div>
</nav>
</div>
<!-- HERO -->
<section class="hero hero-features">
<h1>Privacy Policy</h1>
<p>Last updated: December 2025</p>
</section>
<section class="faq-section">
<div class="faq-split">
<div class="faq-left">
<h2 class="faq-head">Your data stays on your device.</h2>
<p class="faq-sub">inkOS does not have the capability to access or transmit your personal information. There is no internet permission.</p>
</div>
<div class="faq-right">
<div class="faq-item open">
<div class="faq-q"><span class="material-symbols-outlined faq-icon">block</span>No Data Collection</div>
<div class="faq-a">inkOS does not track you. We cannot collect, store, or share your data because inkOS does not have the capability to access or transmit your personal information.</div>
</div>
<div class="faq-item open">
<div class="faq-q"><span class="material-symbols-outlined faq-icon">wifi_off</span>No Server Connections</div>
<div class="faq-a">inkOS does not connect to any servers. All functionality operates entirely on your device. There is no network communication, no data transmission, and no external connections.</div>
</div>
<div class="faq-item open">
<div class="faq-q"><span class="material-symbols-outlined faq-icon">smartphone</span>Local Data Only</div>
<div class="faq-a">inkOS only previews and displays data that already exists on your phone. All app information, notifications, and settings are processed and displayed locally on your device. Nothing leaves your phone.</div>
</div>
<div class="faq-item open">
<div class="faq-q"><span class="material-symbols-outlined faq-icon">code</span>Open Source</div>
<div class="faq-a">inkOS is open source software. You can review the source code on <a href="https://github.com/gezimos/inkOS">GitHub</a> to verify that it does not collect, track, or transmit any data.</div>
</div>
<div class="faq-item open">
<div class="faq-q"><span class="material-symbols-outlined faq-icon">shield</span>Your Privacy is Protected</div>
<div class="faq-a">By design, inkOS cannot compromise your privacy because it has no mechanism to collect, store, or share your data. Everything stays on your device, exactly where it belongs.</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-top">
<div class="footer-brand">
<div class="footer-brand-logo">
<img src="../img/inkos_logo_w.svg" alt="inkOS">
</div>
<p>A free, open-source Android launcher for people who'd rather use their phone less.</p>
<div class="footer-btns">
<a href="https://play.google.com/store/apps/details?id=app.inkos" class="footer-btn footer-btn-fill">Google Play</a>
<a href="https://github.com/gezimos/inkOS" class="footer-btn">Source Code</a>
</div>
</div>
<div class="footer-col">
<h3>Product</h3>
<a href="..">Home</a>
<a href="../about/">About</a>
<a href="../features/">Features</a>
<a href="../presets/">Presets</a>
<a href="../changelog/">Changelog</a>
<a href="..#faq">FAQ</a>
<a href="https://youtube.com/@gezimos" target="_blank">YouTube</a>
</div>
<div class="footer-col">
<h3>Legal</h3>
<a href="../privacy/">Privacy Policy</a>
<a href="../permissions/">Permissions</a>
<a href="https://github.com/gezimos/inkOS/blob/main/LICENSE">License</a>
</div>
<div class="footer-col">
<h3>Support</h3>
<p style="font-size:14px; color:#aaa; line-height:1.6; margin-bottom:16px;">This project required a lot of beans. Coffee is appreciated.</p>
<a href="https://www.buymeacoffee.com/gezimos" target="_blank" class="footer-btn" style="padding:6px 12px; background:#FFDD00; color:#000; border-color:#FFDD00; align-self:flex-start; width:fit-content;">
<img src="../img/bmc.svg" alt="Buy me a coffee" style="height:24px; display:block;">
</a>
</div>
</div>
<div class="footer-bottom">
<span class="footer-copy">&copy; 2026 inkOS. All rights reserved.</span>
<div class="footer-bottom-links">
<a href="../privacy/">Privacy</a>
<a href="../permissions/">Permissions</a>
<a href="https://github.com/gezimos/inkOS">GitHub</a>
</div>
</div>
</div>
</footer>
<script src="../script.js"></script>
</body>
</html>