> For the complete documentation index, see [llms.txt](https://til.aldrinjenson.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.aldrinjenson.com/tools-and-workflow/clone-any-website-to-local-using-httrack.md).

# Clone any website to local using HTTrack

```bash
brew install httrack

httrack <website_url>
```

Source: <https://hackzism.blogspot.com/2020/06/clone-websites-using-httrack.html>
