Your files. Your browser. Done.
convert.now is the opposite of the file converter sites you've been Googling for the last decade. No uploads. No ads. No 30-second wait timers. No "sign up to download" walls.
Every file converter you've used in the past decade does the same thing: you upload your file to their server, they run a conversion, they send it back. The server hosting, the ads on the download page, the 30-second wait timer, the "upgrade for unlimited" banner — all of it exists because the conversion is happening somewhere else.
Modern browsers can do most of those conversions themselves. Image codecs and PDF tools compile to WebAssembly, run in a Web Worker, and produce output your browser can hand back to you as a file. No server, no upload, no wait. Faster, cheaper, and private by construction.
That's the whole product. Drop a file. Pick a format. Download. The file never leaves your device — open DevTools' Network tab and verify it for yourself. We can't see your files because we never receive them.
Our launch tools — image converter, image compressor, PDF merger, PDF-to-image, image-to-PDF — work this way, plus 30+ format-pair routes like /png-to-jpg and /webp-to-png that point at the same engines with the format selectors pre-filled.
Free, forever. A Pro tier is on the roadmap for batch tools and complex server-side jobs (OCR, video, etc), but the browser tools will always be free.