Privacy Policy

Last updated: Setyembre 22, 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 contents or names of the files, text or images you process is collected. There are no accounts or sign-ups. We use Google Analytics (see "Analytics" below) for aggregate traffic and tool reliability metrics, but your actual input and output never leave 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 tool reliability. Events may include the tool slug, file type, file count, aggregate input/output sizes, processing duration, success or failure type, theme, and language choice. Filenames, passwords, file contents, entered text, and generated output are never sent. Google Analytics also receives general device and country-level location information and may set its own cookies. You can block it with a browser extension or by disabling cookies for this site; the tools 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.