AnyFormat

00164 tools · nothing uploaded

Converters that run
in your browser

Every conversion on this site happens inside your own tab. There is no upload endpoint, no queue, no account and no size cap — because there is no server on the other end to have any of those things.

  • No sign-upThere is no account system.
  • No daily limitNothing to meter.
  • No size capOnly your device: about ~2 GB on desktop.
  • Works offlineLoad once, then turn the network off.

01Start here

02Why this is different

The file physically does not move

CloudConvert, FreeConvert, Adobe, iLovePDF and Smallpdf all work the same way: your file is uploaded to their servers, converted there, and downloaded back. That round trip is what funds their paywalls and imposes their caps and queues.

Here the conversion code runs in your browser, on your machine. Not "we delete it after an hour" — it never arrives in the first place. The site is paid for by advertising instead, which is the honest alternative to being paid in files.

You can check the claim in five seconds

Load a tool page, turn your Wi-Fi off, and convert a file. It still works, because after the page has loaded there is nothing left to talk to.

Every tool page shows a live count of the requests it has made, itemised by who each one went to — the advertising that pays for the site, and everything else. Watch the second number stay still while a conversion runs.

Real limits, published honestly

Instead of an arbitrary 100 MB cap we publish the physical one: roughly ~2 GB on a desktop browser and ~400 MB on a phone, because everything is held in memory at once. Above that your tab runs out of memory, and we say so before you start rather than after.

Filenames survive

IMG_4032.heic becomes IMG_4032.jpg, never converted_1.jpg or output(3).jpg. It sounds trivial until you have converted two hundred holiday photos and have to rename all of them.

03 Images

The browser already decodes and encodes most of these, so nothing is downloaded at all — HEIC is the one exception, because its compression is patent-encumbered and only Safari has a licensed decoder. Transparency, EXIF orientation and metadata stripping are handled explicitly rather than left to chance.

04 PDF and documents

Building PDFs from images, text and ebooks, reading them back out, and rearranging them. A JPEG is embedded without re-encoding, because PDF stores JPEG natively — a converter that offers you a quality slider here is decoding and recompressing for no reason. Merging and splitting move whole pages, so nothing is redrawn.

05 Ebooks and comics

EPUB, Kindle formats and comic archives. The direction that matters is towards reflowable text: a book that fills whatever screen it is on is the thing a PDF cannot be, and it is why converting the other way is nearly always the wrong move. Books with DRM are refused rather than half-converted.

06 Audio and video

Built on WebCodecs rather than ffmpeg — a quarter of a megabyte instead of eight. Extracting audio never decodes the video track, so iPhone recordings this browser cannot play still give up their sound.

07 Archives

RAR, 7z and TAR read; ZIP written. The asymmetry is the point — RAR is proprietary and 7z is not installed anywhere by default, while ZIP opens on every machine by double-clicking. An archive is usually the whole of something, which is a good reason not to upload one.

08 Spreadsheets and tables

CSV, TSV and Excel in every direction. Typed cells, honest reporting of ragged rows, and no row limit beyond what the format itself imposes.

09 JSON tools

Format, check and reshape JSON. The documents that most need these are API responses and production logs, which is exactly the data you should not be pasting into someone else’s server.

10 Config formats

YAML, TOML and XML — the formats that hold your deployment secrets, which is a good reason to convert them locally.

11 Encoding and crypto

Base64, URL escaping, hashes and JWTs. A JWT is a live credential — decoding one on a server-side tool hands a stranger a working session.

12 Text utilities

Counting, comparing, sorting and reshaping plain text. Small tools, no downloads, instant results.

13 Subtitles and captions

SubRip, WebVTT, SubStation and the YouTube formats, with timing repair built in — shift a track that runs early, or stretch one timed for a different frame rate.

14 Calendars and contacts

iCalendar and vCard, both directions. An address book is other people’s personal data — uploading one is a disclosure you probably have no basis for.

15 Maps and GPS

GPX, KML, KMZ and GeoJSON. A GPS track is a record of where you physically were, which is a good reason to convert it on your own machine.

16 3D models

STL, OBJ, PLY, 3MF and glTF. Units are handled explicitly, because a model that arrives a thousand times too big is the most common failure in 3D conversion.