# bore-cli を Homebrew, MacPorts, Nix, apk, pacman でインストール

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

## インストール

```sh
sudo av install brew:bore-cli
```

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

### macOS

- Homebrew (100%):

```sh
brew install bore-cli
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bore-cli
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bore-cli
```

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

- apk (92%):

```sh
sudo apk add bore
```

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

- pacman (92%):

```sh
sudo pacman -S bore
```

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

## パッケージ情報

- **パッケージキー:** brew:bore-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.6.0
- **ソース概要:** Modern, simple TCP tunnel in Rust that exposes local ports to a remote server
- **ホームページ:** <https://github.com/ekzhang/bore>
- **リポジトリ:** <https://github.com/ekzhang/bore>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bore (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

bore is a Rust TCP-tunnel CLI for exposing a local port through a remote server. Its historical identity is intentionally small: a modern, self-hostable alternative in the localtunnel/ngrok family that forwards TCP traffic and avoids becoming a full remote-access platform.

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

The README describes bore as a simple Rust tunnel that bypasses NAT firewalls by connecting a local client to a remote server and assigning a public port. It emphasizes a no-frills design: one binary can run either the client or server, and the protocol uses a control port plus per-connection UUID handoff.

The official GitHub releases show rapid early releases in April 2022, beginning with v0.2.0, then v0.3.0 and v0.4.0 later the same month. Later releases include v0.5.0 in April 2023 and v0.6.0 in June 2025.

### 採用の歴史

bore spread through Rust/Cargo first and then OS packages. Its README documents `cargo install bore-cli`, Homebrew core packaging on macOS, AUR packaging, Gentoo overlay packaging, binary releases for macOS, Windows, and Linux, and Docker images, while the input package metadata also shows Alpine, MacPorts, Nix, and pacman availability.

### 使われ方

The core workflow is `bore local 8000 --to bore.pub`, which exposes a local service through the public bore server on an assigned port. Operators can self-host with `bore server`, constrain port ranges, bind control and tunnel addresses separately, and optionally require a shared secret for the handshake.

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

bore matters to package nerds because it is a small Rust network utility whose package name diverges from its binary: Cargo and Homebrew use `bore-cli`, while the command is `bore`. It also demonstrates the post-ngrok packaging pattern of self-hostable tunnel tools that are simple enough to audit and ship as static binaries.

### タイムライン

- 2022: v0.2.0 published on GitHub.
- 2022: v0.3.0, v0.4.0, and v0.4.1 follow in the first release year.
- 2023: v0.5.0 published.
- 2025: v0.6.0 published.

### Related projects

- The README explicitly compares bore with localtunnel and ngrok. It is also adjacent to other self-hostable TCP/HTTP tunnel tools and to Tokio-based Rust network services.

### ソース

- <https://github.com/ekzhang/bore#readme>
- <https://github.com/ekzhang/bore/releases/tag/v0.2.0>
- <https://github.com/ekzhang/bore/releases/tag/v0.6.0>
- source_facts.package-manager


## セキュリティノート

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

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

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

- Nix - bore-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/bo/bore-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - bore-cli: normalized package name match | MacPorts ports tree: net/bore-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - bore: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/bo/bore/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - bore - 0.6.0-r0: installed executable or alias match | Alpine Linux edge package indexes: bore from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Simple CLI tool for making tunnels to localhost | https://github.com/ekzhang/bore
- pacman - bore - 0.6.0-2: installed executable or alias match | Arch Linux sync databases: bore from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A command line tool for making tunnels to localhost | https://github.com/ekzhang/bore


## Combined YAML source

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


## ソース

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