From d9feb077cd03fc1185d9ece47ff0e8f758ac9cf2 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 12:28:12 +0200 Subject: [PATCH] Add privacy safe-harbor section --- CODE_SIGNING_POLICY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CODE_SIGNING_POLICY.md b/CODE_SIGNING_POLICY.md index e6ef5bf..676e415 100644 --- a/CODE_SIGNING_POLICY.md +++ b/CODE_SIGNING_POLICY.md @@ -30,6 +30,20 @@ repository's tag namespace. Builds are triggered exclusively by signed Git tags, which can only be created by a human maintainer with access to the project's GPG key. +## Privacy + +NotAlterra does not collect, transmit, or store any user data. The +application runs entirely offline: + +- No telemetry, no analytics, no crash reporters. +- No network requests — the binary never opens a socket. +- All configuration is stored locally in `config.ini` alongside the + executable. + +Because no data is collected, there is nothing to share, sell, or +expose. This section serves as a safe-harbor statement: NotAlterra is +designed to respect user privacy by collecting nothing at all. + ## Signing Only binaries produced by the official CI runner from the `master`