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.
Si el trabajo es solo documentos, el servicio pago es un formulario web sobre esto. Instalador, veinte años de versiones y sin paso de subida.
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
Un conversor web autoalojado que envuelve los mismos motores, con cuentas y lista de trabajos ya integradas. Un contenedor y controlas todo el 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
Convierte imágenes y documentos en la misma pestaña del navegador, así el archivo nunca sale de tu máquina. El video es la excepción y necesita su servidor o el tuyo.
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
last updated 2026-08-11 · no votes, no pay-to-list · just what's real
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.
| tool | license | running it | platforms | stars | active |
|---|---|---|---|---|---|
| Pandoc | GPL-2.0+ | one-click install | macos, windows, linux, cli | 45,764 | 2026-08 |
| ConvertX | AGPL-3.0 | docker to self-host | web, self-hosted | 18,353 | 2026-08 |
| VERT | AGPL-3.0 | they host it | web, self-hosted | 15,341 | 2026-07 |
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.
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 SÍ. 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 puedovibecodearlo.app/filechanger.