Privacy by Design
Your documents never leave your device. Not now, not ever.
How It Works
Elixir Fuse processes everything directly in your browser using JavaScript and WebAssembly. There is no server involved.
Client-Side Processing
All operations — PDF merging, splitting, rotating, compressing, and file conversions between Markdown, Word, and PDF — happen entirely in your browser. Your files are read into memory locally and never transmitted anywhere.
No Uploads
There is no upload endpoint. There is no server to receive your files. The application is a static HTML/JS bundle that runs entirely on your machine.
Nothing Persists
When you close the tab, everything is gone. We use no localStorage, no IndexedDB, no cookies. Your files exist only in RAM while you're using the tool.
What We Can't See
We have zero access to any of the following:
Technical Guarantees
Enforced at the browser level, not just promised.
Content Security Policy
Our CSP headers include connect-src 'none', which means the browser physically blocks any outbound network requests from our page. Even if malicious code were injected, it couldn't phone home.
No Third-Party Scripts
We load only trusted, pinned-version libraries from CDNs for document processing: pdf-lib and pdf.js for PDFs, marked for Markdown parsing, docx for Word generation, and mammoth for Word reading. No analytics, no tracking pixels, no social widgets, no ad networks.
No Cookies or Storage
Zero cookies. Zero localStorage. Zero IndexedDB. Zero sessionStorage. There is literally nothing persisted between visits.
No Outbound Connections
Once loaded, the PDF processing tools require zero network access. Document processing happens in a completely separate execution context with no ability to transmit data.
Transparent Architecture
We're upfront about how everything works.
Elixir Fuse processes your documents entirely in your browser. We're transparent about our architecture so you can trust the privacy guarantees — your files never leave your machine, and our infrastructure has no mechanism to receive them.
What We Don't Track
We use privacy-friendly, cookie-free analytics. No personal data is collected.
Privacy-First Analytics
We use cookie-free, privacy-respecting analytics to understand basic site usage — page views and visitor counts. No personal data, no fingerprinting, no cross-site tracking.
We Don't Track
Your file contents, file names, page counts, what you merge, what you download, passwords you enter, or anything about your documents. We literally can't — that data never reaches us.
How We Compare
Most online PDF tools upload your files to their servers. We don't.
| Feature | Elixir Fuse | Typical Online Tools |
|---|---|---|
| File Upload Required | ✗ Never | ✓ Always |
| Server Processing | ✗ None | ✓ Required |
| Files Stored on Server | ✗ Never | ✓ Temporarily |
| Account Required | ✗ No | ✓ Often |
| Tracking / Analytics | Privacy-first, cookie-free | ✓ Extensive (files + behavior) |
| No Server Required | ✓ Once loaded, no network needed | ✗ Requires constant connection |
| File Size Limits | ✗ None | ✓ Usually |
| Free to Use | ✓ Always | Limited |
Dependencies & SBOM
Full transparency on every library we use. Download the machine-readable SBOM or review below.
Loading dependency list...
