Translate any JS-rendered page locally

tezcatl ●●○

Render a foreign-language page, strip the markup, and translate it entirely on-device using llm with a local model. No Google Translate, no API keys, and nothing about what you're reading leaves the machine.

$ tezcatl https://www3.nhk.or.jp/news/ | strip-tags -m | llm -m apple "translate this to English"
1. Miyazaki, Tsushima City issues evacuation orders for 712 households due to rain and rising rivers. 2. A line of precipitation is expected to develop in southern Japan this morning... ...
Requires: tezcatl, strip-tags, llm