anizel
Home / How it works

Nothing you drop into Anizel is uploaded. Here's how you can prove it.

Every one of the 40 tools on this site runs on your own computer or phone — inside your web browser, using JavaScript. There is no upload step and no server doing the work on your files. You don't have to trust that: you can watch.

The 60-second test

  1. Open a tool. Any of them — Merge PDF, Compress Image, Protect PDF, whatever you use.
  2. Open your browser's DevTools. Press F12 (or ⌘⌥I on Mac) and click the Network tab. Tick Preserve log if you see it. This tab lists every single byte your browser sends anywhere.
  3. Clear the log, then drop your file onto the tool. Sensitive contracts, ID scans, photos — whatever you were about to use it for.
  4. Click the button to run the tool. Merge, compress, convert, whatever.
  5. Look at the Network tab. You'll see no request carrying your file. No POST to a server, no upload progress, no data going out. The file is opened by the JavaScript in the page you're already on and the result is saved straight back to your device.

If we were secretly uploading your file, it would show up in that Network tab. It doesn't — because we aren't.

How it actually works

Modern browsers can do everything a server used to do. When you drop a file onto one of our tools, it's read into memory by JavaScript (using the browser's built-in File API), processed by an open-source library also running in your browser (pdf-lib, PDF.js, Tesseract's WebAssembly, and so on), and the result is handed straight back to a download link. Your computer is doing the work. Ours isn't even involved.

The whole site is static HTML, CSS and JavaScript — the same kind of files you'd get from opening a plain document. We couldn't process your files on a server even if we wanted to: there isn't one behind these tools.

The libraries doing the work

None of this is our invention — we're standing on years of excellent open-source work. Every library that touches your files ships with source code you can inspect:

All of these are copied straight into /assets/vendor/ on this site and served from anizel.com itself — not fetched from a third-party CDN at runtime. That was a deliberate choice, so that a compromised CDN can never inject malicious code onto a page while you're using it.

What actually crosses the network

To be honest and specific, here is every network request Anizel can make, and none of them involve your file bytes:

That's it. There is no other outbound traffic. There is no place we could put a "silent upload" — the Network tab would give it away instantly.

Install it — work offline forever

Anizel is a Progressive Web App. Click the install icon in your browser's address bar (or "Add to Home Screen" on mobile) and it becomes a real app on your device. After that, the whole site — every tool, every library — works with no internet at all. Try it: install, turn on airplane mode, merge two PDFs.

That's the ultimate demonstration that nothing is uploaded. It couldn't be, because there's nowhere for it to go.

Who's behind this

Anizel is a small project built to make the everyday file jobs — merging PDFs, compressing photos, zipping folders — take five seconds instead of five clicks on a paywalled competitor. It's free, it always will be, and it has no premium tier hiding the useful features. If you find something we should add, get in touch.

Ready?

Pick a tool →