Browse Source

add privacy policy document

alexchenzl 5 months ago
parent
commit
58e83c8b1c
1 changed files with 44 additions and 0 deletions
  1. 44 0
      PRIVACY.md

+ 44 - 0
PRIVACY.md

@@ -0,0 +1,44 @@
+# Privacy Policy for Nanobrowser
+
+## Introduction
+
+[Nanobrowser](https://github.com/nanobrowser/nanobrowser) is an open-source AI web automation tool that runs in your browser as a Chrome extension. This Privacy Policy explains how Nanobrowser handles your data and protects your privacy.
+
+## Open Source Commitment
+
+Nanobrowser is an open-source project licensed under the Apache License 2.0. All source code is publicly available in our [GitHub repository](https://github.com/nanobrowser/nanobrowser), ensuring complete transparency in how the application functions and processes data.
+
+## Data Collection and Processing
+
+### Local Processing
+- Nanobrowser operates entirely within your browser as a Chrome extension.
+- Your login credentials and browser cookies are never extracted or transmitted outside your browser.
+- No user data is collected, stored, or processed by Nanobrowser developers.
+
+### LLM Provider Interactions
+- When using Nanobrowser's AI features, web page data (including screenshots and HTML content) are sent directly to the large language model (LLM) provider you have chosen.
+- This data transmission is necessary for the AI functionality to work properly.
+- No third-party platforms besides your selected LLM provider will have access to this data.
+- Your data privacy is subject to the privacy policies of your chosen LLM provider.
+
+## API Keys
+
+- Nanobrowser requires you to provide your own API keys for LLM providers.
+- These API keys are stored locally in your browser and are never transmitted to Nanobrowser servers.
+- You are responsible for managing and securing your API keys according to the LLM provider's terms of service.
+
+## User Control and Rights
+
+- You have complete control over your data within Nanobrowser.
+- You can clear your conversation history and settings at any time through the extension interface.
+- You can uninstall the extension to remove all locally stored data.
+
+## Changes to This Privacy Policy
+
+We may update this Privacy Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We encourage you to review this Privacy Policy periodically.
+
+## Contact Us
+
+If you have any questions or concerns about this Privacy Policy, please contact us at cws@felight.xyz
+
+Last Updated: March 5, 2025