This package browser is in early development. Mind the rough edges.

monolith

Command line tool for saving web pages as a single HTML file

Monolith bundles any web page into a single HTML file.

Unlike 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.

If compared to saving websites with wget -mpk, Monolith embeds all assets as data URLs and therefore displays the saved page exactly the same, being completely separated from the Internet.

Installation

Install the latest version of monolith as follows:

guix install monolith

Or install a particular version:

guix install monolith@2.7.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.