macOS
brew install bore-clilocal Homebrew formula metadata
sudo port install bore-cliMacPorts ports tree · net/bore-cli/Portfile · source: api.github.com
brew
Modern, simple TCP tunnel in Rust that exposes local ports to a remote server. Version 0.6.0 via Homebrew; verified from local package data.
install
brew install bore-clilocal Homebrew formula metadata
sudo port install bore-cliMacPorts ports tree · net/bore-cli/Portfile · source: api.github.com
nix profile install nixpkgs#bore-clinixpkgs package indexes · pkgs/by-name/bo/bore-cli/package.nix · source: api.github.com
sudo apk add boreAlpine Linux edge package indexes · bore · source: dl-cdn.alpinelinux.org
sudo pacman -S boreArch Linux sync databases · bore · source: geo.mirror.pkgbuild.com
overview
Modern, simple TCP tunnel in Rust that exposes local ports to a remote server
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bore | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ekzhang/bore
install metadata
| Package key | brew:bore-cli |
|---|---|
| Version | 0.6.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bore-cli |
| Homepage | https://github.com/ekzhang/bore |
| Repository | https://github.com/ekzhang/bore |
| Upstream docs | https://github.com/ekzhang/bore |
| License | MIT |
| Source archive | https://github.com/ekzhang/bore/archive/refs/tags/v0.6.0.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bore-cli |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bore-cli
nix profile install nixpkgs#bore-clibore-cli
sudo port install bore-clibore
nix profile install nixpkgs#borebore 0.6.0-r0
Simple CLI tool for making tunnels to localhost
https://github.com/ekzhang/bore
sudo apk add borebore 0.6.0-2
A command line tool for making tunnels to localhost
https://github.com/ekzhang/bore
sudo pacman -S boresource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.