xroche/httrack

HTTrack Website Copier, copy websites to your computer (Official repository)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 14th, 2015
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 781
Total Stargazers: 4,760 (+1)
Total Subscribers: 137 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.4 hours
Mean response time: 519.8 days
90th percentile: 2921.4 days
Tracked items: 509

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. Work labelled "area:http" is answered fastest, typically in about 11 hours, while "windows" waits about 83 months. 99% of issues opened in the past year have since been closed. Three people close 99% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 14
Closed in 7 days: 17
Avg open age: 1,781 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 14
Closed in 7 days: 17
Comments in 7 days: 3
Events in 7 days: 36

Top labels

  • bug (76)
  • enhancement (29)
  • area:engine (18)
  • windows (15)
  • area:i18n (11)
  • needs-repro (11)
  • area:http (10)
  • area:filters (8)

Detailed Description

HTTrack is an offline browser utility that downloads websites to a local directory for offline browsing.

HTTrack solves the problem of accessing websites without an internet connection by recursively mirroring entire sites from the internet to your computer. It preserves the original site's relative link structure, allowing you to browse the downloaded site in your browser as if it were still online. The tool can also update existing mirrored sites and resume interrupted downloads. It is fully configurable and includes an integrated help system.

HTTrack suits anyone who needs to archive websites, work offline, or preserve web content locally. The project provides multiple interfaces for different platforms: a command-line tool, WinHTTrack for Windows, WebHTTrack for Linux and BSD, macOS with Homebrew installation support, and an Android app. Choose this tool if you need a mature, established solution for website mirroring with broad platform coverage and the flexibility to work from the command line or through graphical interfaces.

The project is written in C and maintained as a development repository where git checkouts require running bootstrap to regenerate the configure script using autotools, while released tarballs include configure and skip this step. The build system supports a one-shot wrapper that combines bootstrap, configure, and make in a single command. The project maintains multiple platform-specific frontends alongside the core command-line utility, indicating ongoing effort to serve users across different operating systems.