About Breezo

Breezo is 73 tools in 13 categories — PDF, image, video, audio, Office documents, ZIP, text, SEO, developer, generator, unit-conversion and network tools — and every one of them runs inside your own browser. It exists because the standard way to build an online file tool has an obvious flaw, and browsers finally got good enough to avoid it.

Where the name comes from

Breezo joins two words: breeze and office. The office half is the work — invoices to compress, slides to convert, scans to split, a recording to trim. The small file chores that sit between you and the thing you actually sat down to do.

The breeze half is how that work should feel. No queue, no sign-up, no progress bar running on someone else's server. Drop the file in, it's done, carry on.

That's a high standard to write into a name, and it's the one we hold every tool here to: if it needs an account, a wait, or a paragraph of explanation, it isn't finished.

The problem with how these tools normally work

Nearly every popular online converter follows the same architecture: you upload your file, their server processes it, you download the result. That works, but it means every document, photo and screenshot you convert is transmitted to a company you know nothing about and processed on hardware you cannot see.

It also costs the operator money on every single conversion. That cost is why free tiers get rationed. One widely used service caps free web uploads at 15 MB per file. Another allows two tasks per hour and stamps a watermark on anything beyond that. Those limits are not arbitrary — they are the direct consequence of an architecture where your usage is their expense.

What changed

Modern browsers can run compiled code at close to native speed through WebAssembly. The same image encoders that desktop software uses — MozJPEG, the reference WebP encoder, oxipng, libheif — now compile to WebAssembly and run inside a browser tab.

The same shift reaches well past images. PDFs are rewritten by pdf-lib and rendered back to pictures by PDF.js, both ordinary JavaScript. The video tools use mediabunny to move already-encoded packets from one container into another, so the video stream is passed through untouched rather than re-encoded. Audio is decoded by the browser's own Web Audio implementation and written back out as uncompressed PCM. ZIP files are read and built with fflate, and Office documents become PDFs with the help of a WebAssembly build of HarfBuzz that cuts each font down to the characters actually used.

That removes the reason to upload anything. The processing can happen where the file already is: on your own machine.

What that changes in practice

There is no file size limit, because there is no upload to size-limit. There is no hourly quota, because your conversions consume none of our resources. There are no watermarks and no accounts, for the same reason. And after your first visit the tools keep working with no network connection at all.

Most importantly, the privacy claim is not a policy promise you have to trust — it is an architectural fact you can verify. Open your browser developer tools, watch the Network tab, and convert something. Nothing carrying your file will appear.

Where we are honest about the limits

Local processing is not free of trade-offs. Very large files can exhaust the memory available to a browser tab, particularly on a phone. The first conversion of a session downloads the relevant encoder, which is a one-off cost of a few hundred kilobytes to a few megabytes depending on the format.

And some operations genuinely cannot be done well in a browser. Where that is true, we say so on the page rather than pretending otherwise, and any tool that ever needs to send your file somewhere will tell you clearly before it does.

How this is paid for

Right now, nothing is paying for it — there is no advertising on the site, and it costs very little to run precisely because there is no server doing the work. Advertising is the most likely way it eventually pays for itself, and we would rather say that plainly than quietly switch it on one day.

What will not change: there is no premium tier that unlocks the limits, because there are no limits to unlock. If a paid option ever exists it will be for things that genuinely cost money to provide, or simply to remove ads — never for crippling the free tools to create a reason to upgrade.