Convertlo is built on a simple principle: the safest way to handle sensitive files is to never touch them at all. Every conversion runs locally inside your browser using JavaScript. There is no server, no upload, and no data retention — because there is nothing to retain.
Your files are read from disk into your browser's memory using the File API. They are processed locally and deleted from memory when you close the tab. Nothing is transmitted over the network.
The converter engines (Canvas API, Web Audio API, FFmpeg.wasm) run as JavaScript in your browser. They have no ability to send data to external servers — they can only read and write to your device's memory.
There is no login, no registration, and no email required. We have no way to associate a conversion with a person, because we do not know who is converting anything.
After your first visit, Convertlo installs as a Progressive Web App and caches itself. Image, audio, and document conversions work with no internet connection at all — proving no network access is needed.
We have no servers storing your files because we have no servers receiving your files. There is nothing to retain, nothing to breach, and nothing to subpoena.
You can verify this yourself: open your browser's network tab (F12 → Network) during a conversion. You will see zero file upload requests. The source code is straightforward HTML and JavaScript.
Yes. Since your files never leave your device, Convertlo is safe for confidential, legally sensitive, or personal documents. The risk profile is the same as opening a file in a local application on your computer.
Your IT department can monitor network traffic but would see no file content, because no file content is transmitted. The only traffic is page assets (HTML, CSS, JS, fonts) — the same as loading any website.
No. FFmpeg.wasm is a WebAssembly binary that runs as a sandboxed JavaScript worker in your browser. It has no network access. The only network request is the initial download of the WASM binary itself from a CDN.
Open your browser's developer tools (F12), go to the Network tab, then convert a file. Filter by XHR/Fetch requests. You will see zero requests containing your file data. The only requests are for static assets like fonts and scripts.
The converted file exists as a Blob in memory. When you download it, a temporary object URL is created and immediately revoked after the download starts. When you close the tab or click "Convert another file," the original and converted data are removed from memory.
Yes. The risk profile is identical to opening a file in a local application like Preview or Adobe Acrobat — because the same thing is happening. Your file loads into your browser's memory, gets processed, and then you download the result. Nothing ever leaves your device. Tax documents, medical images, legal contracts — none of it passes through any server.
Convertlo uses localStorage (not cookies) to save your theme preference and recent format pairs on your own device. Nothing about what you convert is included. Google Analytics tracks page views and button clicks — the same things any website tracks — but has no access to file names, file content, or conversion activity. You can verify this in your browser's Storage inspector.
This depends on your specific policy, but most corporate data policies restrict uploading files to external servers — which Convertlo never does. Your IT department monitoring network traffic would see only standard page-load requests for HTML, CSS, JavaScript, and fonts. No file data leaves the device. That said, always check your own policy if you are unsure.
Those services still receive your file on their servers and delete it after a retention period. That means your file was transmitted over the internet, touched their infrastructure, and was briefly stored somewhere. "Deleted after 1 hour" is still an upload. Convertlo's architecture is fundamentally different — we never receive the file in the first place. There is nothing to delete.
Wondering how Convertlo stacks up against popular cloud-based converters? See side-by-side comparisons on privacy, pricing, format support, and file size limits.
No upload, no account, no risk — your files stay on your device.
Start Converting →