# httrack を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

httrack のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:httrack
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install httrack
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install httrack
```

  証拠: MacPorts ports tree: net/httrack/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add httrack
```

  証拠: Alpine Linux edge package indexes: httrack from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install httrack
```

  証拠: Debian stable package indexes: httrack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install httrack
```

  証拠: Fedora Rawhide package metadata: httrack from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#httrack
```

  証拠: nixpkgs package indexes: pkgs/by-name/ht/httrack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S httrack
```

  証拠: Arch Linux sync databases: httrack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install httrack
```

  証拠: openSUSE Tumbleweed package metadata: httrack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install httrack
```

  証拠: Chocolatey community package catalog: httrack from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','handbrake.install'

- Scoop (92%):

```sh
scoop install extras/httrack
```

  証拠: Scoop official bucket manifest trees: bucket/httrack.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:httrack
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.49.15
- **ソース概要:** Website copier/offline browser
- **ホームページ:** <https://www.httrack.com/>
- **リポジトリ:** <https://github.com/xroche/httrack>
- **最終更新:** 2026-07-30T12:34:27Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- htsserver (エイリアス)
- httrack (エイリアス)
- proxytrack (エイリアス)
- webhttrack (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.49.15
## プロジェクトの歴史と使われ方

HTTrack is a long-running free software offline browser and website copier. It mirrors websites to a local directory, rewrites links for offline browsing, resumes interrupted downloads, and updates existing mirrors.

### プロジェクトの歴史

Xavier Roche identifies May 1998 as the date of the first HTTrack release, initially as binaries. The official site footer and project pages also tie the project lineage to 1998, making it much older than the GitHub repository that later became the official source-control mirror.

The official manual describes the core command as `httrack`: an offline browser that copies websites to a local directory. The documentation family also includes WinHTTrack and WebHTTrack, GUI front ends for Windows and Linux/Unix, while the package exposes command-line tools such as httrack, htsserver, proxytrack, and webhttrack.

The release history shows the maintenance pattern of an old network utility: parser fixes, cache/update fixes, Windows and Unix portability work, Unicode filename handling, IDNA/punycode support, OpenSSL and zlib updates, security fixes, Android support, and many packaging/build updates.

### 採用の歴史

HTTrack became a standard package because website mirroring is a durable need: offline browsing, site preservation, testing, and local copies of documentation all predate modern web archiving services. Its official docs emphasize browsing a mirrored site locally as if it were online and updating an existing mirror rather than starting from scratch.

The input metadata lists HTTrack across many package managers, including Homebrew, Debian, Ubuntu, Fedora/DNF, Arch, Alpine, MacPorts, Nix, Scoop, Chocolatey, and Zypper. That breadth matches the project's long cross-platform history and its command-line-plus-GUI split.

### 使われ方

The man page documents mirroring one or more URLs with filters, output paths, depth limits, proxy options, cache/update controls, rate limits, retries, user agents, cookies, robots handling, and logging. Common workflows include creating a mirror, updating a mirror, continuing an interrupted mirror, or using the interactive mode.

HTTrack is powerful enough to be misused as an aggressive crawler, and the official docs include a 'How not to Use' section. For package users, that makes it both a practical offline browser and a tool that requires care around bandwidth, robots rules, and site-owner expectations.

### パッケージ好きにとっての重要性

HTTrack is package-nerd significant because it is one of the classic website mirroring utilities that survived from the late-1990s web into modern package managers. It carries old-school Unix command-line depth, GUI wrappers, and decades of portability fixes in one package.

Its history file reads like an archaeology layer of web-client problems: JavaScript link extraction, cookies, DNS cache crashes, long Windows paths, Unicode filenames, IDNA, OpenSSL transitions, CVEs, Android portability, browser integration, and package build failures. Few small CLI packages expose such a long operational history of the web changing underneath them.

### タイムライン

- 1998: First HTTrack release, initially as binaries, according to Xavier Roche on the official forum.
- 2007: Official documentation pages describe HTTrack as an open source offline browser with command-line and GUI documentation.
- 2012: Official HTML man page generated for the httrack command.
- 2013: Official blog describes the first Android release and notes that the engine is pure C.
- 2015: Official GitHub repository created as xroche/httrack.
- 2026: Release history includes 3.49-series security, packaging, and build fixes.

### Related projects

- WinHTTrack and WebHTTrack are GUI front ends documented by the HTTrack site.
- wget and curl occupy neighboring download-tool territory, but HTTrack specializes in recursive website mirroring with link rewriting.
- webhttrack, htsserver, and proxytrack are companion executables shipped by the package.
- The official Android port reused the HTTrack engine in a mobile GUI context.

### ソース

- GitHub repository metadata supplies the official repository URL and source-control mirror creation date.
- Input package-manager metadata supports broad package-manager adoption.
- Official forum reply by Xavier Roche supplies the May 1998 first-release date.
- Official overview and man pages supply the offline-browser purpose, local mirroring behavior, update/resume behavior, and CLI option scope.
- Official release history supplies long-term maintenance themes and security/build fixes.


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/httrack.conf
## 他のパッケージマネージャ記録

- Debian apt - httrack - 3.49.6-1: normalized package name match | Debian stable package indexes: httrack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Copy websites to your computer (Offline browser) | http://www.httrack.com
- Debian apt - httrack-doc - 3.49.6-1: normalized package name match | Debian stable package indexes: httrack-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Httrack website copier additional documentation | http://www.httrack.com
- Debian apt - libhttrack-dev - 3.49.6-1: normalized package name match | Debian stable package indexes: libhttrack-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Httrack website copier includes and development files | http://www.httrack.com
- Debian apt - libhttrack2 - 3.49.6-1: normalized package name match | Debian stable package indexes: libhttrack2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Httrack website copier library | http://www.httrack.com
- Debian apt - proxytrack - 3.49.6-1: normalized package name match | Debian stable package indexes: proxytrack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Build HTTP Caches using archived websites copied by HTTrack | http://www.httrack.com
- Debian apt - webhttrack - 3.49.6-1: normalized package name match | Debian stable package indexes: webhttrack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Copy websites to your computer, httrack with a Web interface | http://www.httrack.com
- Debian apt - webhttrack-common - 3.49.6-1: normalized package name match | Debian stable package indexes: webhttrack-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | webhttrack common files | http://www.httrack.com
- Nix - httrack: normalized package name match | nixpkgs package indexes: pkgs/by-name/ht/httrack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - httrack - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: httrack from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Copy websites to your computer (Offline browser) | http://www.httrack.com
- Ubuntu apt - httrack-doc - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: httrack-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Httrack website copier additional documentation | http://www.httrack.com
- Ubuntu apt - libhttrack-dev - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhttrack-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Httrack website copier includes and development files | http://www.httrack.com
- Ubuntu apt - libhttrack2 - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhttrack2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Httrack website copier library | http://www.httrack.com
- Ubuntu apt - proxytrack - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: proxytrack from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Build HTTP Caches using archived websites copied by HTTrack | http://www.httrack.com
- Ubuntu apt - webhttrack - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: webhttrack from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Copy websites to your computer, httrack with a Web interface | http://www.httrack.com
- Ubuntu apt - webhttrack-common - 3.49.5-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: webhttrack-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | webhttrack common files | http://www.httrack.com
- apk - httrack - 3.49.2-r5: normalized package name match | Alpine Linux edge package indexes: httrack from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Website Copier - Free Software Offline Browser | http://www.httrack.com/


## Combined YAML source

View the package source record on GitHub. [combined/httrack.yml](https://github.com/mxcl/pkgdb/blob/main/combined/httrack.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
