# onioncat を Homebrew, apk, MacPorts, zypper, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:onioncat
```

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

### macOS

- Homebrew (100%):

```sh
brew install onioncat
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install onioncat
```

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

### Linux

- apk (92%):

```sh
sudo apk add onioncat
```

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

- zypper (92%):

```sh
sudo zypper install onioncat
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/ocat
```

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

- winget (92%):

```sh
winget install --id ic005k.OCAuxiliaryTools -e
```

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

## パッケージ情報

- **パッケージキー:** brew:onioncat
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/onioncat>
- **バージョン:** 4.11.0
- **ソース概要:** VPN-adapter that provides location privacy using Tor or I2P
- **ホームページ:** <https://github.com/rahra/onioncat>
- **リポジトリ:** <https://github.com/rahra/onioncat>
- **ライセンス:** GPL-3.0-only
- **ソースアーカイブ:** <https://github.com/rahra/onioncat/releases/download/v4.11.0/onioncat-4.11.0.tar.gz>
- **最終更新:** 2026-07-28T14:05:35+09:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- tor

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.11.0
- マネージャ更新日: 2026-07-28
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/rahra/onioncat
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

OnionCat is a long-running networking experiment that maps Tor hidden services or I2P tunnels into an IPv6 TUN interface. It makes onion/I2P endpoints look like peers on an IP network, so ordinary IP-based protocols can travel over Tor or I2P hidden-service transports.

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

OnionCat development began in 2008, when Tor hidden-service v2 identifiers were short enough to be reversibly mapped into IPv6 addresses under a special prefix. Its own documentation describes the core trick as translating between OnionCat IPv6 addresses and .onion hostnames, then forwarding packets between a local TUN device and remote OnionCat peers.

The move from Tor v2 hidden services to v3 onion services challenged OnionCat's original design because v3 identifiers no longer fit inside an IPv6 address. OnionCat4 added lookup machinery to preserve the virtual-network model after the identifier-size change.

### 採用の歴史

OnionCat has been packaged beyond a single ecosystem: Debian documented an ocat(1) man page by the Jessie era, and Homebrew packages onioncat for macOS and Linux users. Its GitHub repository is the official upstream and had an onioncat-4.11.0 release dated March 9, 2023.

### 使われ方

Users run ocat with a local onion or I2P identifier, and OnionCat opens a TUN device, assigns it a derived IPv6 address, and relays packets through Tor or I2P. The tool can carry TCP, UDP, and other IP-based traffic, making it resemble a peer-to-peer VPN between hidden services rather than a web-only Tor client.

The README also exposes OnionCat's operational rough edges: it is a userland connector, depends on Tor/I2P setup, and does not add its own encryption on top of the transport. That makes it a tool for operators who understand the underlying anonymity network rather than a general-purpose consumer VPN.

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

OnionCat matters because it is one of the more literal attempts to package 'IP over onion services' as a Unix-style command. It combines old-school TUN-device networking, IPv6 address mapping, Tor/I2P naming, and distro packaging into a compact but unusual formula.

### タイムライン

- 2008: OnionCat development began around Tor hidden-service v2 identifiers.
- 2015: Debian Jessie shipped an onioncat man page documenting ocat as an IP-transparent Tor/I2P connector.
- 2023-03-09: onioncat-4.11.0 was published as a GitHub release.
- 2023-10-25: the upstream README/man-page text identified ocat and documented OnionCat4 behavior.

### Related projects

- Related projects and technologies include Tor onion services, I2P server tunnels, TUN/TAP virtual network interfaces, and VPN-style tunneling tools.

### ソース

- <https://formulae.brew.sh/formula/onioncat>
- <https://github.com/rahra/onioncat>
- <https://github.com/rahra/onioncat/blob/master/doc/INTRO_TO_ONIONCAT4.txt>
- <https://manpages.debian.org/jessie/onioncat/ocat.1>


## セキュリティノート

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:** onioncat
- **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

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

- apk - onioncat - 4.11.0-r1: normalized package name match | Alpine Linux edge package indexes: onioncat from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | OnionCat is a VPN-adapter, which uses Tor or I2P as its transport. | https://www.onioncat.org/
- apk - onioncat-doc - 4.11.0-r1: normalized package name match | Alpine Linux edge package indexes: onioncat-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | OnionCat is a VPN-adapter, which uses Tor or I2P as its transport. (documentation) | https://www.onioncat.org/
- zypper - onioncat - 4.11.0-1.12: normalized package name match | openSUSE Tumbleweed package metadata: onioncat from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | VPN adapter for Tor and I2P | https://www.onioncat.org/
- MacPorts - onioncat: normalized package name match | MacPorts ports tree: net/onioncat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/ocat: installed executable or alias match | Scoop official bucket manifest trees: bucket/ocat.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - ic005k.OCAuxiliaryTools: installed executable or alias match | Windows Package Manager source index: ic005k.OCAuxiliaryTools from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [tor](https://pkg.so/ja/brew/tor/) - Runtime dependency declared by Homebrew.
- [openvpn](https://pkg.so/ja/brew/openvpn/) - Shares pkgdb curated category or tags: cli, networking, tunneling, vpn.
- [obfs4proxy](https://pkg.so/ja/brew/obfs4proxy/) - Shares pkgdb curated category or tags: cli, networking, privacy, tor.
- [fastd](https://pkg.so/ja/brew/fastd/) - Shares pkgdb curated category or tags: cli, networking, tunneling, vpn.
- [dsvpn](https://pkg.so/ja/brew/dsvpn/) - Shares pkgdb curated category or tags: cli, networking, tunneling, vpn.
- [meek](https://pkg.so/ja/brew/meek/) - Shares pkgdb curated category or tags: cli, networking, privacy, tor.
- [openfortivpn](https://pkg.so/ja/brew/openfortivpn/) - Shares pkgdb curated category or tags: cli, networking, vpn.
- [dnscrypt-proxy](https://pkg.so/ja/brew/dnscrypt-proxy/) - Shares pkgdb curated category or tags: cli, networking, privacy.
- [nebula](https://pkg.so/ja/brew/nebula/) - Shares pkgdb curated category or tags: cli, networking, vpn.
- [sshuttle](https://pkg.so/ja/brew/sshuttle/) - Local package facts share a topical domain. Shared terms: cli, networking, that, tunneling, vpn.

## Combined YAML source

View the package source record on GitHub. [combined/onioncat.yml](https://github.com/mxcl/pkgdb/blob/main/combined/onioncat.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
- external package-manager database matches
- cross-ecosystem install command graph
