MediaBastion Web
← Back to the chores

Nothing leaves your browser

MediaBastion Web is a static web page. When you add a picture, a video, an audio file or a PDF, it stays inside the browser tab as a JavaScript File object. Every chore, from converting and resizing to removing a background with an AI model, runs on your own computer using WebAssembly and the browser's built-in codecs. There is no upload endpoint on this site. Nothing to send it to.

What this site does download

That is the complete list. The page's Content-Security-Policy header restricts every connection (connect-src, script-src, img-src, worker-src) to this site, so even a bug could not send your files elsewhere. You can verify it yourself: open the browser's developer tools, watch the Network tab while you run a chore, and see that only winbastion.com files are fetched and that nothing is posted.

What this site does not do

Metadata and the results

Results are new files that you download; your originals are never modified. "Clean for sharing" tells you exactly what it removed from a picture (location, camera, dates, serial numbers, software, XMP, IPTC, embedded thumbnail, hidden data after the image), and "What is inside this file?" shows what a file gives away before you share it. Conversions that re-encode a picture drop its metadata and say so in the report; choose "Keep dates, camera, location" if you want it carried across.

Offline

After the first visit the page works without a network connection; engines work offline once they have been fetched once. You can add the page to your home screen or install it as an app.

Who

MediaBastion is made by EBITA.AI (the WinBastion product family). The company Privacy Policy is at winbastion.com/privacy.html; the open-source components of this page are listed on the licences page.