Compress PDF without uploading
Everything happens in your browser tab. Nothing is sent to any server. Watch the byte counter at the bottom — it stays at zero.
How compressing without uploading works
Every other 'free PDF compressor' works by uploading your file to a server, compressing it there, and sending it back. That means a copy of your document — passport, contract, medical record — sits on infrastructure you don't control, however briefly. fits. is built on the opposite premise: the compression engine runs inside your own browser tab via WebAssembly, so the file is never transmitted anywhere.
You don't have to take that on faith. Open your browser's Network tab, drop a PDF, and run a compression — you'll see the page and engine load, but no upload of your file. The site also ships a Content-Security-Policy that blocks cross-origin requests at the browser level, so the privacy guarantee is structural rather than a promise. The byte counter at the bottom of the page stays at zero for your document.