diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..db4c082 --- /dev/null +++ b/privacy.html @@ -0,0 +1,156 @@ + + + + + + + + Portage — Privacy Policy + + + + + + + + +
+
+

Privacy Policy

+

Portage runs entirely on your device. Nothing is sent anywhere.

+
+
+ +
+
+

Last updated: June 25, 2026

+ +

The short version

+

+ Portage does not collect, transmit, store, sell, or share any of your data. + It has no analytics, no telemetry, no remote servers, and no third-party services. + Everything happens locally in your browser. The export file Portage produces is saved + to your local downloads folder; what you do with it from there is up to you. +

+ +

What Portage reads from your browser

+

+ When you ask Portage to export your data, it reads the categories you select from your browser: +

+ +

+ This data is read only when you click an export action, only for the categories you check, + and only for as long as it takes to write the export file. Portage does not background-scan or + passively monitor any of it. +

+ +

What Portage does with that data

+

+ Portage assembles the selected data into a single .portage.json file. + If you enable the optional encryption toggle, the file is encrypted with AES-256-GCM + using a passphrase you provide. Portage never stores, transmits, or has access to that passphrase + in any form — it exists only in memory during the export operation and is discarded immediately after. +

+

+ The resulting file is saved to your browser's local downloads folder via the standard download API. + Portage has no ability to upload, sync, share, or otherwise move the file anywhere on its own. + Any further movement of that file — copying to a USB drive, sending it to yourself, uploading to cloud storage — + is an action you take outside of Portage. +

+ +

What Portage does on import

+

+ When you import a .portage.json file, Portage decrypts it (if encrypted) and writes + the contents back into the destination browser using each browser's native APIs. The file you provide + is read from your local disk only; nothing about the file or its contents is transmitted. + After import, the in-memory copy of the bundle is wiped. +

+ +

Network activity

+

+ Portage makes no network requests of any kind. There is no analytics endpoint, no telemetry, + no update check, no remote logging, no third-party SDK, and no embedded tracker. + You can verify this by inspecting the source code, by inspecting the extension files, + or by watching network activity in your browser's developer tools while using Portage. +

+ +

Why each permission is requested

+ + +

Children's privacy

+

+ Portage is not directed at children and does not knowingly collect any information from anyone, + including children. Because Portage collects no information at all, there is nothing to disclose, + delete, or restrict. +

+ +

Changes to this policy

+

+ If this policy is ever updated, the revised version will be posted at this URL and the + "Last updated" date above will change. Because Portage has no telemetry, there is no in-app + notification system; substantive changes will be noted in the GitHub release notes for the + version that introduces them. +

+ +

Open source

+

+ Portage is MIT-licensed and the complete source code is available at + github.com/pvrzz/Portage. + Every claim in this policy can be verified against the source. +

+ +

Contact

+

+ Questions about this policy can be filed as an issue on the GitHub repository, or sent to + the email address listed on the GitHub profile of pvrzz. +

+
+
+ + + +