Actor Tally

Privacy Policy

Effective date: 9 July 2026 · Applies to Actor Tally browser extension, version 2.x and later, on all supported browsers.

Actor Tally cannot send your data anywhere, because it contains no code capable of connecting to the internet. Everything you log stays in your browser, on your device. We never see it. Nobody does, unless you show them. The rest of this document explains that in detail.

1. What Actor Tally stores

All of the following is stored locally, on your device only, inside your browser's extension storage:

None of this is transmitted, synced, uploaded, mirrored, or backed up anywhere by the extension.

2. What Actor Tally transmits

Nothing. The extension makes no network requests of any kind. It contains no analytics, no telemetry, no crash reporting, no advertising code, no update pings, and no remote content. This is not a policy choice that could quietly change with an update — it is the product's core architecture, and the extension's source can be inspected to verify it. If a future version were ever to add any network capability, that would be a fundamental change to the product and would be stated plainly in the extension's changelog and store listing before you install it.

3. What we can see

Nothing. There is no account, no sign-up, no email address, and no server operated by or for Actor Tally. We have no mechanism to view, retrieve, or reconstruct any user's data, including in response to a request — the data simply never reaches us.

4. Encryption

If you set a PIN, your stored data is encrypted at rest on your device using keys derived from your PIN (PBKDF2 with 310,000 iterations and SHA-256, producing an AES-256-GCM key, all via your browser's built-in Web Crypto implementation — no custom cryptography). While your data is unlocked, the derived key is held only in temporary session storage so you don't have to re-enter your PIN for every log; it is discarded when the browser closes. Without a PIN set, data is stored unencrypted in your browser's extension storage, protected by your device's own security. Because encryption keys are derived from your PIN and exist only on your device, a forgotten PIN cannot be recovered by anyone, including us.

5. Your controls

6. Permissions, explained

7. Payments and donations

The extension is free and contains no ads and no purchases. If you choose to support development, donations happen entirely on third-party platforms (such as Patreon or a cryptocurrency network) that you visit yourself, outside the extension, under those platforms' own terms and privacy policies. The extension itself neither links out automatically nor knows whether you donated.

8. Children

Actor Tally is not directed at children and is intended for adults.

9. Changes to this policy

If this policy ever changes, the updated version will be published at this address with a new effective date, and any material change will be noted in the extension's changelog. Given the architecture described above, the realistic scope of change is limited: a version of Actor Tally that transmits data would be a different product, and would be presented as such.

10. Contact

Questions about this policy: t.me/actor_tally (Telegram).


This policy describes the extension as designed and shipped — a strictly local, zero-network tool. If you are technically inclined, you are invited to verify every claim above by inspecting the extension's code.