Most online converters work the same way: you hand over your file, it gets uploaded to a server you know nothing about, something happens, and you download the result. For a holiday photo that might be fine. For a signed contract, a passport scan, an unreleased design, or a medical PDF, it is not. You have no idea where the file went, who can read it, or how long it sits there.
I wanted the opposite of that. Drop a file in, get the converted file back, and have the whole thing happen on your own machine so the file never travels anywhere. The browser already ships with everything needed for a lot of this work: Canvas, WebCodecs, WebAssembly. The desktop already has battle-tested tools like FFmpeg and ImageMagick. Nobody had stitched them into something that just worked and stayed local. So I did, on nights and weekends, one format at a time.
TeraConvert comes in two pieces. The web app is free and runs entirely in your browser tab. The desktop app is a one-time purchase that uses native engines for the heavy formats a browser cannot touch. Both follow the same rule: your files stay with you.