All posts
7 min read

How to convert files on a Mac without uploading them to a website

Free online converters are convenient and quietly risky: you hand your file to a stranger's server, often with unclear retention and ads wrapped around the download. For anything private (a contract, an ID scan, unreleased media) that is the wrong trade. Converting on your Mac keeps the file local and is usually faster. Here is how to do it well.

Why "upload to convert" is a bad habit

Browser-based converters upload your file, process it on their server, and let you download the result. You are trusting an unknown party with the contents, their retention policy, and their security. For a throwaway meme that is fine. For anything with personal or commercial value it is a needless exposure, and it fails entirely when you are offline.

Local conversion is faster and private

Your Mac already ships with powerful media frameworks. A native converter uses them to transform files in place, with no upload, no wait on your connection, and no third party in the loop. Large files especially convert far faster locally than round-tripping to a server.

The clever part: multi-step routing

Sometimes there is no direct converter from format A to format B. A naive tool just fails. A smarter approach models every conversion as a graph of capabilities and finds the best route, even if it takes two or three hops, the same way a map app routes you through connecting roads. That turns "unsupported" into "supported via an intermediate step".

Doing it with Recast

Recast is a native Mac converter built on exactly this idea. It models conversions as a capability graph across 58 formats and 589 conversion paths, so when there is no direct route it finds the best multi-step one automatically. It handles images, video, audio, documents and data in one workspace, runs batch queues with live cancellable progress, and even adds a Convert File action to the Shortcuts app for automation. Compatible conversions stay on-device.

On this site Recast is a fully activated download: donate and download, no subscription.

Common conversions people want

  • HEIC photos from iPhone to JPG or PNG for sharing.
  • Video to a smaller MP4, or audio to MP3 or WAV.
  • Documents to PDF, or between document formats.
  • Batch converting a whole folder in one pass.

Frequently asked questions

Is it safe to use free online file converters?

For non-sensitive files, usually. But online converters upload your file to a server with unclear retention, so for anything private (contracts, ID scans, unreleased media) local conversion on your Mac is the safer choice, and it also works offline.

Can I convert a file when there is no direct converter for it?

Yes, with a tool that routes through intermediate formats. Recast models conversions as a capability graph and finds the best multi-step route automatically when no single-step converter exists.

Can I batch convert a whole folder of files?

Yes. Recast runs batch queues with live, cancellable progress, so you can convert many files in one pass.

Does converting files on-device cost anything ongoing?

No. On this site Recast is a one-time donation download that is fully activated, with no subscription or per-file fee.

Get the app

On this site the apps are fully activated downloads supported by a donation, with no account and no subscription. Donate and download Recast, or browse all nine native Mac apps.

Related reading