Free · Offline · No upload

Turn any .mhtml archive into one portable .html file

Drop a saved web page below. We extract the text, inline every image and stylesheet, and hand you a single HTML file that opens perfectly anywhere — no internet required.

Drag & drop your .mhtml / .mht file

or

Your file never leaves this device — everything happens in your browser.

Under the hood

Three steps, zero servers

01

Parse the archive

MHTML is a MIME multipart container. We detect the boundary, split every part and decode quoted-printable & base64 payloads — right in your browser.

02

Inline every asset

Each image and stylesheet is converted to a data: URI. All cid: and original URL references in the HTML are rewritten to point at them.

03

Download one file

You get a single self-contained .html that opens locally in any browser — with all text and images intact, forever.

Nothing is uploaded. Ever.

This tool has no backend. Your archive is read with the browser's FileReader API, parsed in memory and discarded when you leave the page. It works even with Wi-Fi turned off.