Skip to content

Show HN: Kage – Shadow any website to a single binary for offline viewing

6.5 relevance
Score Breakdown
technical depth
6
novelty
7
actionability
8
community
8
strategic
3
personal
6

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Kage is a useful open-source tool for offline website archiving, moderately relevant.

Open Source github.com
Shadow any website for offline viewing, with the JavaScript stripped out - tamnd/kage
Summary

Kage is a Go-based CLI tool that clones websites into offline-readable folders by rendering pages in headless Chrome, snapshotting the DOM after JavaScript settles, then stripping all scripts and rewriting assets to local paths. It supports breadth-first crawling with sitemap seeding, robots.txt compliance, idempotent re-rendering, and can pack mirrors into ZIM archives or self-contained binaries that serve themselves without any dependencies. The tool is installable via `go install`, prebuilt binaries, or a Docker image that bundles Chromium.

Author

tamnd