monolith

Save complete web pages as single HTML files with all assets

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for saving complete web pages as a single HTML file

Commands

monolith

Examples

Save a webpage as a single HTML file$ monolith https://example.com -o example.html
Save webpage without CSS stylesheets$ monolith https://example.com -c off -o output.html
Save webpage with timeout and ignore network errors$ monolith https://example.com -t 10 -o archived.html