Privacy Policy

Last updated: 22 de septiembre de 2026

AnyTool Studio is a static website with no backend server. Every tool runs entirely as code downloaded to your browser, and any file, text, or image you give it is processed on your own device. This policy describes, plainly, what that means in practice.

Your files never leave your device

There is no upload button anywhere on this site because there is nowhere to upload to. Compressing a PDF, converting an image, running OCR, or any other tool reads your file into your browser's own memory, processes it there with JavaScript and WebAssembly, and hands the result back to you as a download. AnyTool Studio's servers — which only ever serve the static site files themselves — never receive your file, its contents, or its filename.

What we collect

Nothing about the files, text or images you process — there are no accounts, no sign-ups, and no server-side logs of what tools you used or what you processed. We do use Google Analytics (see "Analytics" below) to see aggregate traffic like which pages are visited and roughly how many people visit; it has no access to what you actually do inside a tool, because that never leaves your browser.

Local storage on your device

Your browser stores a few small preferences on your own device, never sent to us: your chosen language and theme, a short list of recently used tools (so they're easy to find again), and, only if you use OCR, a cached copy of the English text-recognition model so it doesn't re-download on your next visit. You can clear all of this at any time from your browser's site settings.

Analytics

This site uses Google Analytics (GA4) to understand traffic and improve the site: which pages get visited, roughly how many visitors, and general device/location info at the country level. Google Analytics sets its own cookies to do this. It measures site usage only — it is loaded from Google's servers and has no access to the files, text or images you put into a tool, since those never leave your browser to begin with. You can block this with a browser extension or by disabling cookies for this site; the tools themselves work identically either way.

Third parties

Every script, font and WebAssembly module a tool uses is served from this site's own domain, except for Google Analytics, described above. Nothing else is loaded from a third-party CDN or advertising network, and the site's Content-Security-Policy enforces that.

Offline use

AnyTool Studio can optionally install as an app and work offline. That works by caching the site's own pages and code in your browser (a standard "service worker"), not by collecting anything about you.

Changes to this policy

If this policy changes, the update will be posted on this page with a new date above.