Page 1 of 1

Monolith (single file webpage saver)

Posted: Tue Dec 01, 2020 10:09 am
by billon
https://github.com/Y2Z/monolith
A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.

Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.

If compared to saving websites with wget -mpk, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.

Re: monolith

Posted: Tue Dec 01, 2020 1:04 pm
by rbon
billon wrote: Tue Dec 01, 2020 10:09 am https://github.com/Y2Z/monolith
A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.

Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.

If compared to saving websites with wget -mpk, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
Monolith: CLI tool for saving complete web pages as a single HTML5 file.
Detailled review on Softpedia:
- Monolith program page: https://www.softpedia.com/get/Internet/ ... lith.shtml
- Monolith: review from Michaela Teodorovici with rate 4.0/5

With this tool You can create Your personal Wayback Machine in Your PC.

Re: Monolith (single file webpage saver)

Posted: Wed Jun 23, 2021 7:09 am
by Midas
Monolith v2.6.0 released 2021-06-09 (changes and downloads at https://github.com/Y2Z/monolith/releases).

Re: Monolith (single file webpage saver)

Posted: Sat Jun 26, 2021 8:37 am
by hamasaki
Great find. Works really well.