# goclone を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:goclone
```

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

### macOS

- Homebrew (100%):

```sh
brew install goclone
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:goclone
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/goclone>
- **バージョン:** 1.2.2
- **ソース概要:** Website Cloner
- **ホームページ:** <https://goclone.dev>
- **リポジトリ:** <https://github.com/goclone-dev/goclone>
- **上流ドキュメント:** <https://goclone.dev>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/goclone-dev/goclone/archive/refs/tags/v1.2.2.tar.gz>
- **最終更新:** 2026-07-29T16:05:04+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- goclone (cli)
- goclone (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.2.2
- マネージャ更新日: 2026-07-29
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/goclone-dev/goclone
- 検出された最新: v1.2.2 (最新)
## プロジェクトの歴史と使われ方

goclone is a Go command-line website mirroring tool. It packages the old wget-style idea of copying a site locally into a small Go CLI with concurrent crawling, local link rewriting, and optional serving or opening of the generated copy.

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

The public goclone repository was created in March 2020 and published a v1.0.0 GitHub release the same day. The README describes the project as a utility for downloading HTML, CSS, JavaScript, images, and related files from a website into a local directory while preserving relative link structure.

The project was organized under the goclone-dev GitHub organization and paired with an official goclone.dev site. Its installation story started with an upstream Homebrew tap and later fit the standard Go CLI pattern of `go install github.com/goclone-dev/goclone/cmd/goclone@...` plus Homebrew packaging.

### 採用の歴史

GitHub repository metadata showed more than two thousand stars and several hundred forks by June 2026, which is notable for a single-purpose website cloner. Homebrew packages it as formula `goclone`, giving macOS and Linux users a package-manager path in addition to upstream Go builds.

The adoption footprint is centered on developer and archiving workflows: people who want a fast terminal tool to copy a public site for inspection, offline browsing, demos, or migration experiments.

### 使われ方

Typical usage is `goclone <url>`. The README documents flags for preset cookies, a custom user agent, proxy settings, automatically opening the result, and serving the generated files locally.

Because it rewrites links and pulls static assets into a local directory, goclone is useful for quick site snapshots. It is not a browser automation tool or a full crawler for dynamic application state.

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

Package nerds care about goclone because it is a compact example of the Go CLI distribution loop: a GitHub-hosted binary tool, a project-specific Homebrew tap, `go install` support, and later a normal Homebrew formula. It also sits in the long lineage of website mirroring tools while using Go's goroutine-friendly concurrency model.

### タイムライン

- 2020-03: GitHub repository created and v1.0.0 released.
- 2021-11: v1.2.0 released.
- 2023-06: v1.2.1 released.
- 2025-08: v1.2.2 released.

### Related projects

- wget and HTTrack are older website mirroring tools in the same general space.
- Colly is the Go scraping framework referenced by goclone's proxy flag documentation.
- The goclone-dev/homebrew-goclone repository was the upstream tap used before broader Homebrew formula packaging.

### ソース

- <https://api.github.com/repos/goclone-dev/goclone>
- <https://api.github.com/repos/goclone-dev/goclone/releases>
- <https://formulae.brew.sh/api/formula/goclone.json>
- <https://github.com/goclone-dev/goclone>
- <https://github.com/goclone-dev/goclone/releases>
- <https://goclone.dev/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** goclone
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [biome](https://pkg.so/ja/brew/biome/) - Shares pkgdb curated category or tags: cli, developer-tools, web.
- [bower](https://pkg.so/ja/brew/bower/) - Shares pkgdb curated category or tags: cli, developer-tools, web.
- [eleventy](https://pkg.so/ja/brew/eleventy/) - Shares pkgdb curated category or tags: cli, developer-tools, web.
- [muffet](https://pkg.so/ja/brew/muffet/) - Shares pkgdb curated category or tags: cli, developer-tools, web.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
