Monolith

Monolith

Save complete web pages as a single HTML file

Category
Archive
License
Creative Commons
Platforms
Windows macOS Linux
Released
2019
Path
c:\Monolith\monolith.exe
Benefits
Can archive complex HTML pages; good for saving documentation with full images and stylesheets
Version
Latest known: 2.10.1 (2025-03-30)

Examples

1. Save lyrics page with embeded CSS, image and javascript assets.

monolith.exe https://lyrics.github.io/db/P/Portishead/Dummy/Roads/ -o %title%.%timestamp%.html

2. Save webpage with all embedded resources.

monolith.exe https://cfdocs.org/cfexecute -o %title%.%timestamp%.html

3. Use Chromium (as a javascript engine) to act as a pre-processor to fetch and embed all content. (141mb page!)

"c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --headless --window-size=1920,1080 --run-all-compositor-stages-before-draw --virtual-time-budget=9000 --incognito --dump-dom https://cfsummit.adobeevents.com/ | monolith - -I -b https://cfsummit.adobeevents.com/ -o cfsummit2025.html

Try it

Agree to terms to run demos.