FileChanger alternatives: 3 free & open-source picks

Curated, verified, and actually free. No trials, no crippled tiers. Star counts and last-activity dates checked by hand, not scraped and forgotten.

filechanger $39/mothese $0YEScan I vibecode it the honest breakdown📄 documents & pdfs
Pandocopen sourcedesktopclione-click install

If the job is only documents, the paid service is a web form on top of this. Installer, twenty years of releases, and no upload step.

licenseGPL-2.0+

runson your machine

installInstall the signed MSI, pkg, deb or tarball, or a package-manager build, then run conversions from the command line

dataReads source documents and writes converted files directly on local disk; optional templates, filters and defaults live in the user data directory

the catch vs FileChangerIt only handles document formats from the command line, with no image, audio or video conversion and no hosted API.

setupIt is a command-line tool, and PDF output usually requires installing and learning a separate LaTeX or other PDF engine

facts verified 2026-08-11

46kactive aug 2026pandoc.org ↗repo ↗
ConvertXopen sourcewebself-hosteddocker to self-host

A self-hosted web converter that wraps the same engines, with accounts and a job list already built. One container and you own the whole pipeline.

licenseAGPL-3.0

runsyour server

installRun the official Docker image with a mounted data directory, set a JWT secret and place it behind HTTPS

dataAccounts, SQLite-backed history and uploaded/converted files in the mounted /app/data directory; old files are auto-deleted on a configurable schedule

the catch vs FileChangerIt provides a self-hosted web interface rather than FileChanger's managed one-call API, so uptime, scaling, security and integration glue are yours.

setupDocker plus HTTPS/reverse-proxy setup; the first visitor can claim the initial account if the service is exposed before configuration

facts verified 2026-08-11

18kactive aug 2026github.com ↗repo ↗
VERTopen sourcewebself-hostedthey host it

Converts images and documents in the browser tab itself, so the file never leaves the machine. Video is the exception and needs their server or yours.

licenseAGPL-3.0

runsyour machine or their cloud

installOpen the hosted web app; for full self-hosting run the Docker image and optionally a separate vertd video daemon

dataMost image/audio/document files are transformed in browser memory and downloaded locally; video goes to the configured FFmpeg-based vertd daemon, public by default or self-hosted

the catch vs FileChangerIt has no equivalent unified managed conversion API, supports a narrower set of jobs, and private video conversion needs a separate daemon.

setupPrivate video conversion requires launching and connecting a separate vertd daemon; custom external URLs require rebuilding the self-hosted image

facts verified 2026-08-11

15kactive jul 2026vert.sh ↗repo ↗

last updated 2026-08-11 · no votes, no pay-to-list · just what's real

the usual suspects · recommended everywhere, rejected here

CloudConvert free tierTen conversions a day. Fine for an emergency, not a replacement for anything you do regularly.

Stirling PDFFree, alive and genuinely good, but PDF only. It does not touch audio, video, images or markup formats, so it replaces a slice rather than the job.

at a glance
toollicenserunning itplatformsstarsactive
PandocGPL-2.0+one-click installmacos, windows, linux, cli45,7642026-08
ConvertXAGPL-3.0docker to self-hostweb, self-hosted18,3532026-08
VERTAGPL-3.0they host itweb, self-hosted15,3412026-07
Rather build it exactly your way? The one-shot prompt is free too.get the prompt →
why people still pay for FileChanger

Nobody pays for the conversions that work. They pay for the awkward ones: the DOCX with tracked changes, the HEIC nobody can open, the MXF from a camera, the 4 GB video that has to finish while a browser tab is still open. Doing those reliably means keeping a toolchain installed, patched and fenced off from the files it is fed, and doing it for other people means doing it while strangers upload whatever they like. That upkeep is the product. The convert button is a weekend. If none of that applies to you, any pick above saves $468 a year.

questions
Is there a free alternative to FileChanger?

Yes: Pandoc, ConvertX, VERT. Every tool on this page is either open source or genuinely free to use long-term: no trials, no crippled tiers.

Should I just build my own FileChanger?

Our verdict is YES. The conversion is other people's software. Pandoc, ImageMagick and FFmpeg do the actual work, the format list looks enormous because those three projects are enormous, and a coding agent can wire all of them behind an upload form and a REST endpoint in one sitting. What a subscription buys is not the conversion, it is somebody else running a box that eats untrusted files from strangers all day without falling over, and keeping a few hundred format pairs working after every upstream release. Point it at your own files on your own machine and most of that risk simply is not yours, which is why this one is a yes. If you'd rather build, the exact one-shot prompt is free at vibecodeit.com/filechanger.