TOTEMGet collects nothing. There is no account, no analytics, no telemetry, no crash reporting and no identifier of any kind. This page explains exactly what the app and the browser extension touch, and why.
Last updated 12 September 2026 · Oceanic Consulting VOF, Poortugaal, the Netherlands · KVK 84553081
127.0.0.1. That address never leaves your machine.The extension exists for one reason: a download link on its own is worthless on any site that checks a session. To hand a download to TOTEMGet in a way that still works behind a login, the extension has to pass along what the browser would have sent itself.
| What it reads | Why | Where it goes |
|---|---|---|
| The download's URL and suggested filename | It is the file to fetch | TOTEMGet at 127.0.0.1:47810 |
| Cookies for that URL | Without the session cookie the server returns a login page instead of the file | TOTEMGet at 127.0.0.1:47810 |
| The referring page address and the browser's user agent | Many hosts refuse a request that arrives without them | TOTEMGet at 127.0.0.1:47810 |
| Your extension settings | File-type filter, excluded sites, minimum size | Chrome's own synced storage for the extension |
It reads cookies only for the address of a download you started, at the moment you start it. It does not read cookies in the background, does not browse your history, does not inject anything into pages, and contains no remote code — everything it runs is in the package you installed.
When TOTEMGet is not running the extension does nothing at all and the browser downloads normally.
TOTEMGet listens on 127.0.0.1:47810, which is reachable only from your own
computer. Requests that arrive carrying a web page's Origin are refused, and
every request that queues a download must carry a custom header that a page cannot send
cross-origin without a preflight the app declines. A malicious website therefore cannot
queue downloads on your machine even though the port is open locally.
~/Library/Logs/TOTEMGet) records the response headers servers send back, so a failing download can be understood. It stays on your computer and is written only so you can share it if you ask for help.update.totemget.com to ask whether a newer version exists. It sends nothing but that request — no identifier, no account, no information about you or your downloads. The most that can be inferred is that some copy of TOTEMGet somewhere asked the question. You can switch it off in Settings → Updates.Because nothing is collected, there is no personal data of yours for us to access, correct, export or delete. Everything the software stores is on your own machine: delete the app, its preferences, and any Keychain entries you created, and nothing remains.
If you believe otherwise, or want to report a security problem, write to [email protected]. For anything else, [email protected].
If this ever changes materially, the date at the top changes with it, and the change is described in the app's terms, which you are asked to accept again.