# havener を Homebrew, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:havener
```

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

### macOS

- Homebrew (100%):

```sh
brew install havener
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install havener
```

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

## パッケージ情報

- **パッケージキー:** brew:havener
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.2.7
- **ソース概要:** Swiss army knife for Kubernetes tasks
- **ホームページ:** <https://github.com/homeport/havener>
- **リポジトリ:** <https://github.com/homeport/havener>
- **最終更新:** 2026-07-27T14:32:23+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- havener (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Havener is a Go command-line convenience wrapper around kubectl for Kubernetes tasks. Its own README describes it as a tool created to shorten long kubectl workflows and provide a Swiss-army-knife style set of cluster operations.

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

The project is maintained under the Homeport GitHub organization and documents commands for events, logs, node-exec, pod-exec, top, and watch. The README says it was created because Kubernetes users often end up with long kubectl commands for recurring tasks such as executing commands across pods or retrieving usage details.

Its release list shows a 1.x and 2.x version history, with v2.2.x releases distributed through GitHub. The repository badges and Go module references show the normal Go CLI maintenance pattern: tests, Go Report Card, Go Reference, tagged releases, and source builds with go install.

### 採用の歴史

Havener appears to be a niche Kubernetes operator tool rather than a broad platform. Package metadata shows distribution through Homebrew and MacPorts, and the README documents a Homebrew tap, download script, and go install path.

Adoption is likely concentrated among users who already operate Kubernetes clusters with kubectl and want compact commands for cross-pod execution, log retrieval, event viewing, pod watching, and resource overview tasks.

### 使われ方

Havener relies on the same Kubernetes configuration model as kubectl: KUBECONFIG can point at a YAML config file, and the --kubeconfig flag can supply a path such as $HOME/.kube/config.

Common commands include havener events, havener logs, havener node-exec, havener pod-exec, havener top, and havener watch. This makes it a companion CLI rather than an independent Kubernetes API surface.

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

For package nerds, Havener is a small example of an opinionated kubectl adjunct being packaged as a standalone Go binary. It depends on the user's existing Kubernetes credentials and cluster access rather than owning credentials or config.

Its significance is modest but practical: Homebrew distribution turns a project-specific operations helper into a repeatable install for macOS and other brew users.

### タイムライン

- 1.x: Havener established the Kubernetes helper CLI and tagged early stable releases.
- 2.x: The project continued with tagged GitHub releases and command documentation.
- 2024: GitHub release listings show v2.2.x releases through late 2024.
- 2026: Homebrew metadata and the repository show ongoing package availability.

### Related projects

- kubectl is the primary Kubernetes CLI that Havener wraps for convenience.
- Kubernetes configuration through KUBECONFIG and kubeconfig files is the authentication and cluster-selection layer Havener relies on.
- Homeport's other Go CLIs, such as dyff, sit in the same small-operations-tool ecosystem.

### ソース

- <https://formulae.brew.sh/formula/havener>
- <https://github.com/homeport/havener>
- <https://github.com/homeport/havener/releases>
- <https://pkg.go.dev/github.com/homeport/havener>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

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

- MacPorts - havener: normalized package name match | MacPorts ports tree: sysutils/havener/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/havener.yml](https://github.com/mxcl/pkgdb/blob/main/combined/havener.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
