# Install kubefwd with Homebrew, Nix, scoop, winget

Bulk port forwarding Kubernetes services for local development. Version 1.25.16 via Homebrew; verified 2026-06-20.

## Install

```sh
sudo av install brew:kubefwd
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install kubefwd
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kubefwd
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ku/kubefwd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/kubefwd
```

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

- winget (92%):

```sh
winget install --id txn2.kubefwd -e
```

  Evidence: Windows Package Manager source index: txn2.kubefwd from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:kubefwd
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/kubefwd>
- **Version:** 1.25.16
- **Source summary:** Bulk port forwarding Kubernetes services for local development
- **Homepage:** <https://kubefwd.com>
- **Repository:** <https://github.com/txn2/kubefwd>
- **Upstream docs:** <https://github.com/txn2/kubefwd#readme>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/txn2/kubefwd/archive/refs/tags/v1.25.16.tar.gz>
- **Last updated:** 2026-06-20T03:33:41Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- kubefwd (cli)
- kubefwd (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.25.16
- Package-manager updated: 2026-06-20
- Local data: ok
- Upstream repository: https://github.com/txn2/kubefwd
- Upstream latest detected: v1.25.16 (current)
## Project history and usage

kubefwd is a Kubernetes local-development networking tool that bulk-forwards services from a cluster to a workstation. Its package history matters because it wraps a common but fiddly Kubernetes debugging workflow - many kubectl port-forward sessions plus local name resolution - into one installable CLI.

### Project history

The kubefwd site marks the project as established in 2017, and the public GitHub repository was created on August 5, 2018. The README describes it as 'Kube Forward' and as a command-line utility that bulk port-forwards Kubernetes services to a local workstation.

The tool grew beyond simple port-forward orchestration. The documentation describes unique 127.x.x.x loopback addresses per service, /etc/hosts integration, automatic reconnection, an interactive TUI, REST API support, and MCP integration.

### Adoption history

kubefwd was adopted by developers who wanted local code to connect to in-cluster dependencies by service name without recreating the cluster environment in Docker Compose or rewriting connection strings. Its presence in Homebrew, Nix, Scoop, and winget made that workflow easy to install across common developer machines.

The official site states that kubefwd has been on the CNCF Landscape since 2018, which places it among recognized cloud-native ecosystem tools even though it remains a focused local-development utility.

### How it is used

Users run kubefwd against a namespace or selected services. The tool discovers services, assigns loopback IP addresses, updates /etc/hosts, and establishes port forwards through the Kubernetes API so names such as api-service, database, or redis resolve locally.

Because it touches local host networking and /etc/hosts, the README documents sudo use for common workflows. That makes packaging important: users need a trusted binary from Homebrew, releases, Windows package managers, or Docker rather than ad hoc scripts.

### Why package nerds care

kubefwd is notable to package nerds because it packages a multi-process network trick as a single CLI. It competes culturally with raw kubectl port-forward, Telepresence-style intercept tools, and newer local-development proxies, while staying smaller and service-forwarding focused.

### Timeline

- 2017: Project site describes kubefwd as established
- 2018-08-05: Public GitHub repository created
- 2018: Project site says kubefwd joined the CNCF Landscape
- 2026-06-20: v1.25.16 release published

### Related projects

- kubectl port-forward is the Kubernetes built-in workflow that kubefwd generalizes across many services.
- Telepresence and mirrord are related local-development tools mentioned by kubefwd's comparison documentation.
- Kubernetes service discovery and kubeconfig access are central to kubefwd's operation.

### Sources

- <https://api.github.com/repos/txn2/kubefwd>
- <https://formulae.brew.sh/formula/kubefwd>
- <https://github.com/txn2/kubefwd>
- <https://github.com/txn2/kubefwd/releases>
- <https://kubefwd.com>


## Security Notes

infrastructure mutation or orchestration signal.

- **Geiger risk:** orange / medium
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.kube/config
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** kubefwd
- **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

## Other Package-Manager Records

- Nix - kubefwd: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubefwd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/kubefwd: normalized package name match | Scoop official bucket manifest trees: bucket/kubefwd.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - txn2.kubefwd: normalized package name match | Windows Package Manager source index: txn2.kubefwd from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [cilium-cli](https://www.automicvault.com/pkg/brew/cilium-cli/) - Shares av.db curated category or tags: cli, kubernetes, networking.
- [hubble](https://www.automicvault.com/pkg/brew/hubble/) - Shares av.db curated category or tags: cli, kubernetes, networking.
- [gost](https://www.automicvault.com/pkg/brew/gost/) - Shares av.db curated category or tags: cli, networking, port-forwarding, proxy.
- [redir](https://www.automicvault.com/pkg/brew/redir/) - Shares av.db curated category or tags: cli, networking, port-forwarding, proxy.
- [bore-cli](https://www.automicvault.com/pkg/brew/bore-cli/) - Shares av.db curated category or tags: cli, networking, port-forwarding.
- [brook](https://www.automicvault.com/pkg/brew/brook/) - Shares av.db curated category or tags: cli, networking, proxy.
- [cni-plugins](https://www.automicvault.com/pkg/brew/cni-plugins/) - Shares av.db curated category or tags: cli, kubernetes, networking.
- [connect](https://www.automicvault.com/pkg/brew/connect/) - Shares av.db curated category or tags: cli, networking, proxy.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
