{{site_name}} is a small collection of file tools that run entirely inside your web browser. Nothing you open here is uploaded, queued, stored or processed on a remote machine.
Why local processing
Almost every free file tool on the web works the same way: you upload your file, a server converts it, and you download the result. That model has three problems. Your file sits on someone else's disk. The operator has to pay for bandwidth and compute, so they impose file size caps, daily limits and sign-up walls. And you wait in a queue.
Modern browsers can do this work themselves. The Canvas API, WebCodecs and WebAssembly are fast enough to compress an image, convert a format or edit a PDF on your own hardware. Building the tools this way removes all three problems at once: there is no upload, so there is nothing to cap, nothing to store, and nothing to wait for.
How to verify the claim
You do not have to take our word for it. Open a tool, then disconnect from the internet before you drop a file in. The tool still works — the page was already downloaded, and the processing happens locally. You can also watch the network tab in your browser's developer tools and confirm that no request carries your file.
How this site is funded
{{site_name}} is free and supported by advertising. We do not sell data, and because your files never reach us, there is no file data that could be sold. Ads are placed around the content, never inside the tool itself, and never in a way that interrupts a task in progress.
Contact
Found a bug, or want a tool that does not exist yet? The contact page explains how to reach us.