# chisel-tunnel を Homebrew, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:chisel-tunnel
```

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

### macOS

- Homebrew (100%):

```sh
brew install chisel-tunnel
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chisel
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/chisel
```

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

- winget (92%):

```sh
winget install --id Snesnopic.Chisel -e
```

  証拠: Windows Package Manager source index: Snesnopic.Chisel from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:chisel-tunnel
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/chisel-tunnel>
- **バージョン:** 1.11.8
- **ソース概要:** Fast TCP/UDP tunnel over HTTP
- **ホームページ:** <https://github.com/jpillora/chisel>
- **リポジトリ:** <https://github.com/jpillora/chisel>
- **上流ドキュメント:** <https://github.com/jpillora/chisel#readme>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/jpillora/chisel/archive/refs/tags/v1.11.8.tar.gz>
- **最終更新:** 2026-07-10T15:48:44Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

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

Chisel is a Go single-binary TCP/UDP tunneling tool that transports traffic over HTTP and secures the connection using SSH.

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

The official repository begins in 2015 and the README presents Chisel as a client/server executable for passing through firewalls or exposing a secure endpoint into a network. Its feature list grew around encrypted SSH transport, reverse port forwarding, SOCKS5 support, proxy traversal, stdio transport for SSH ProxyCommand, and server-side reverse proxy behavior.

### 採用の歴史

The upstream install section points users to GitHub releases, a one-line install script, Docker images, Fedora packages, and go install. The input package facts also show distribution through Homebrew as chisel-tunnel, Nix as chisel, Scoop, and WinGet, reflecting cross-platform command-line adoption.

### 使われ方

Users run chisel server on a reachable HTTP endpoint and chisel client from the restricted side to create local, remote, or reverse tunnels. The README documents common firewall traversal, SOCKS5, HTTP CONNECT proxy, authentication, TLS, and client auto-reconnect use cases.

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

Chisel is a package-manager favorite because it compresses a lot of tunnel behavior into one static-ish Go executable. It is also a good example of the naming compromises package managers make: Homebrew uses chisel-tunnel while other ecosystems often package the upstream name chisel.

### タイムライン

- 2015: First public commits and 1.0.x tags in the official repository.
- 2015: README documents GitHub release binaries and go install from source.
- 2026: Homebrew tracks stable v1.11.7 for the chisel-tunnel formula.

### Related projects

- The README explicitly compares its transport building blocks with Go net/http, crypto/ssh, SOCKS5, HTTP CONNECT proxies, Docker distribution, and Fedora community packaging.

### ソース

- <https://github.com/jpillora/chisel#readme>
- <https://formulae.brew.sh/api/formula/chisel-tunnel.json>
- <https://github.com/jpillora/chisel>


## セキュリティノート

chisel-tunnel に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

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

## 他のパッケージマネージャ記録

- Nix - chisel: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ch/chisel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/chisel: installed executable or alias match | Scoop official bucket manifest trees: bucket/chisel.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Snesnopic.Chisel: installed executable or alias match | Windows Package Manager source index: Snesnopic.Chisel from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [proxytunnel](https://www.automicvault.com/ja/pkg/brew/proxytunnel/) - Shares av.db curated category or tags: cli, networking, proxy, ssh, tcp.
- [boring](https://www.automicvault.com/ja/pkg/brew/boring/) - Shares av.db curated category or tags: cli, networking, port-forwarding, ssh, tunnel.
- [cloudflared](https://www.automicvault.com/ja/pkg/brew/cloudflared/) - Shares av.db curated category or tags: cli, networking, proxy, tunnel, tunneling.
- [dns2tcp](https://www.automicvault.com/ja/pkg/brew/dns2tcp/) - Shares av.db curated category or tags: cli, networking, tcp, tunnel, tunneling.
- [gost](https://www.automicvault.com/ja/pkg/brew/gost/) - Shares av.db curated category or tags: cli, go, networking, port-forwarding, proxy.
- [jprq](https://www.automicvault.com/ja/pkg/brew/jprq/) - Shares av.db curated category or tags: cli, http, networking, tcp, tunneling.
- [rospo](https://www.automicvault.com/ja/pkg/brew/rospo/) - Shares av.db curated category or tags: cli, networking, proxy, ssh, tunneling.
- [sixtunnel](https://www.automicvault.com/ja/pkg/brew/sixtunnel/) - Shares av.db curated category or tags: cli, networking, proxy, tunnel, tunneling.
- [redir](https://www.automicvault.com/ja/pkg/brew/redir/) - Local package facts share a topical domain. Shared terms: cli, forwarding, networking, port, port-forwarding.
- [gotun](https://www.automicvault.com/ja/pkg/brew/gotun/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, http, networking, over, proxy.

## Combined YAML source

View the package source record on GitHub. [combined/chisel-tunnel.yml](https://github.com/automic-vault/db/blob/main/combined/chisel-tunnel.yml)


## ソース

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
