# havn を Homebrew, apk, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:havn
```

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

### macOS

- Homebrew (100%):

```sh
brew install havn
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add havn
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#havn
```

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

- pacman (92%):

```sh
sudo pacman -S havn
```

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

## パッケージ情報

- **パッケージキー:** brew:havn
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.3.8
- **ソース概要:** Fast configurable port scanner with reasonable defaults
- **ホームページ:** <https://github.com/mrjackwills/havn>
- **リポジトリ:** <https://github.com/mrjackwills/havn>
- **最終更新:** 2026-07-15T15:58:53Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- havn (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

havn is a lightweight Rust port scanner with configurable defaults. The README describes it as a self-contained TCP scanning application using Tokio multithreading, with Docker and multi-platform binary distribution.

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

The project history is compact and well documented in its changelog. Version 0.1.0 on 2023-05-18 is listed as the initial commit. Subsequent 0.1.x releases refined documentation, CLI argument descriptions, spinner/color behavior, tests, and maintenance automation.

By 2025, the changelog shows feature work such as a Rust 2024 edition update and verbose mode. The 0.3.x line continued performance and release-workflow adjustments while retaining the small single-purpose scope of a fast configurable scanner.

### 採用の歴史

havn is distributed through Cargo, prebuilt GitHub release archives, Docker Hub, GitHub Container Registry, Arch Linux repositories, x-cmd, and Homebrew package metadata. That gives a small Rust CLI several installation paths without turning it into a larger framework.

Its adoption is likely among users who want a quick TCP port scan with sane defaults, concurrent scanning, IPv4/IPv6 selection, configurable ranges, retries, timeouts, Docker support, and a small binary footprint.

### 使われ方

Typical use is direct CLI scanning: run havn with a host or address, optionally select all ports or a range, set concurrency, timeout, retry count, monochrome output, IPv6 mode, or verbose output.

The README examples cover scanning github.com with defaults, scanning localhost across all ports with custom concurrency and timeout, scanning specific host/port ranges, and scanning one port with retries.

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

havn is package-nerd relevant as a small Rust network utility that ships through several channels: cargo install for Rust users, prebuilt release archives for direct installs, containers for isolated runs, and OS package managers for system-managed installs.

Its changelog is intentionally granular, recording maintenance items such as dependency updates, Rust lint changes, release-script updates, and CI workflow changes. That is useful to package maintainers because build tooling and Rust edition changes can affect downstream packaging even when CLI behavior barely changes.

### タイムライン

- 2023-05-18: v0.1.0 initial commit.
- 2023-07-30: v0.1.3 added monochrome mode.
- 2024: 0.1.x releases continued documentation, dependency, and workflow maintenance.
- 2025-02-24: v0.2.0 updated the project to Rust 2024 edition.
- 2025-08-12: v0.3.0 added verbose mode.
- 2026: 0.3.x releases continued dependency, workflow, linting, and container-build fixes.

### Related projects

- Tokio provides the asynchronous Rust runtime used by havn.
- Cargo and crates.io are the native Rust packaging path for havn.
- Docker Hub, GitHub Container Registry, Arch Linux packaging, Homebrew, and x-cmd are documented distribution channels.

### ソース

- <https://crates.io/crates/havn>
- <https://formulae.brew.sh/formula/havn>
- <https://github.com/mrjackwills/havn>
- <https://github.com/mrjackwills/havn/releases>
- <https://raw.githubusercontent.com/mrjackwills/havn/main/CHANGELOG.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - havn: normalized package name match | nixpkgs package indexes: pkgs/by-name/ha/havn/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - havn - 0.1.17-r0: normalized package name match | Alpine Linux edge package indexes: havn from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast configurable port scanner with reasonable defaults | https://github.com/mrjackwills/havn
- pacman - havn - 0.3.8-1: normalized package name match | Arch Linux sync databases: havn from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast configurable port scanner with reasonable defaults | https://github.com/mrjackwills/havn


## Combined YAML source

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