VERT.sh Alternative
VERT.sh and File Converts are built on the same idea: convert the file where it already is, rather than shipping it to a server. The honest differences are narrow and specific — VERT is open source and self-hostable, which we are not; we convert video on your device, which VERT sends to a server, and we carry a PDF toolkit, camera RAW decoding and on-device OCR that VERT does not.
| Feature | File Converts | VERT |
|---|---|---|
| Image, audio and document conversion | On your device | On your device |
| Video conversion | On your device (FFmpeg compiled to WebAssembly) | Uploaded to a server — the asterisk in “fully local*” |
| PDF toolkit (merge, split, protect, watermark, page numbers) | 13 dedicated tools | Not a PDF suite |
| Camera RAW decoding | 8 formats, decoded in-browser | No |
| On-device OCR and text-to-speech | Yes, both | No |
| Free tier | Unlimited for in-browser tools | Unlimited |
| Works offline | Yes — installable PWA | Yes, for local formats |
| Open source and self-hostable | No — hosted only | Yes — auditable and deployable yourself |
Comparison reflects each provider's publicly documented free tier at the time of writing — check each site for current details.
Last checked: July 2026
What VERT is
VERT is the closest thing to a peer this site has. It converts images, audio, documents and video by compiling the relevant codecs to WebAssembly and running them inside the tab, it carries no advertising, and its source is published so anyone can audit the claim or stand up their own copy. Where most comparisons here contrast two different philosophies, this one contrasts two implementations of the same philosophy.
Where VERT wins
Being auditable and self-hostable. Our privacy claim asks you to trust an instrumented network panel; theirs lets you read the source and, if you want, run the whole thing on hardware you control. For anyone whose threat model doesn't permit trusting a hosted page at all, that is a categorically better answer and no amount of instrumentation substitutes for it.
The actual trade-off
Their tagline carries an asterisk, and the asterisk is video: transcoding is handed to a server rather than performed in the tab. We compile FFmpeg to WebAssembly and keep video on the machine, which is slower on a long clip but never transmits it. Beyond that we are simply built wider — a thirteen-tool PDF suite, eight camera RAW formats, on-device text recognition and speech synthesis — none of which they set out to cover.
Choose VERT if
You want to read the code, self-host, or your files are sensitive enough that auditability is a requirement rather than a preference.
Choose File Converts if
Your video must not leave the machine, or the job is a PDF, a camera RAW file, a scan needing text extraction, or a document you want read aloud.