Creating offline website mirrors with kage (opens in new tab)
, "shadow[s] any website for offline viewing, with the JavaScript stripped out". Set up in a new Ubuntu 26.04 ARM64 VM: Install Chromium via App Center Install a compatible Go version wget sudo tar -C /usr/local -xzf go1.26.4.linux-arm64.tar.gz echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> ~/.bashrc && source ~/.bashrc Install kage go install github.com/tamnd/kage/cmd/kage@latest Clone the desired site kage clone example.com --chrome /snap/bin/chromium Browse the archive kage inc...
Read the original article