ConvertMyFile

Privacy

Learn how ConvertMyFile processes your files privately.

Your files stay on your device

ConvertMyFile processes all files directly in your web browser using WebAssembly (WASM). Your images are never uploaded to any server. The conversion happens entirely on your device, using your computer's processing power.

How it works

  • When you load the converter, your browser downloads a small WebAssembly module (~5 MB) that contains the image processing engine.
  • When you drop files, they are read directly into your browser's memory.
  • The WASM engine converts the files locally. No network requests are made during conversion.
  • Converted files are saved from your browser's memory directly to your downloads folder.

No tracking, no analytics

We do not use cookies, analytics trackers, or any third-party scripts that monitor your activity. We don't know what files you convert or even that you visited this page.

Open technology

ConvertMyFile is powered by wasm-vips, a WebAssembly port of the libvips image processing library. The conversion engine runs in a Web Worker to keep the UI responsive.