Automic VaultAutomic Vault

brew

h2o を Homebrew, MacPorts, Nix, apt でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install h2o

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install h2o

MacPorts ports tree · www/h2o/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#h2o

nixpkgs package indexes · pkgs/by-name/h2/h2o/package.nix · ソース: api.github.com

Ubuntu apt確認済み · 92%
sudo apt install h2o

Ubuntu 24.04 LTS package indexes · h2o · ソース: archive.ubuntu.com

概要

パッケージ概要

HTTP server with support for HTTP/1.x and HTTP/2

履歴

プロジェクトの歴史と使われ方

H2O is an MIT-licensed C HTTP server and library created in the HTTP/2 transition era. It became notable among web-server and package-manager users for treating HTTP/2 prioritization, server push, TLS behavior, and later HTTP/3/QUIC support as core design concerns rather than bolt-on features.

プロジェクトの歴史

The H2O repository was created in August 2014. The README credits DeNA, Kazuho Oku, Tatsuhiko Kubo, and later contributors including Fastly, and describes H2O as an optimized HTTP server with HTTP/1.x, HTTP/2, and experimental HTTP/3 support.

H2O 1.0 arrived around the finalization of HTTP/2, and the Changes file records early work to support the finalized HTTP/2 version and fix issues reported by h2spec. The project subsequently added or refined TLS, OCSP, mruby scripting, FastCGI, reverse proxying, HTTP/2 priority behavior, server push, early hints, and libh2o APIs.

The release history shows a mature 2.x line through 2019, including security fixes for HTTP/2 denial-of-service vectors and other parser or logging issues. A 2026 repository release note records that maintainers had decided in 2019 to stop tagging regular versions, steering users toward the master branch instead of a backported stable-branch model.

採用の歴史

H2O emerged as HTTP/2 moved from draft work into production deployment, so its adoption history is tied to operators and developers who wanted a server that handled HTTP/2 semantics deeply. The official site emphasizes lower CPU and memory-bandwidth use than older HTTP servers and highlights prioritization schemes, server push, and 103 Early Hints.

Fastly's public author page for Kazuho Oku identifies him as the author of H2O, quicly, and picoTLS, linking the server to a broader ecosystem of transport-layer and TLS work. Package-manager adoption through Homebrew, MacPorts, Nix, and Ubuntu made H2O available to developers experimenting with modern HTTP stacks without building from source.

使われ方

H2O can run as a standalone HTTP server or be used as libh2o. Its documentation covers command options, YAML-style configuration, virtual hosts, paths, static files, FastCGI, proxying, access logs, compression, mruby, HTTP/2, HTTP/3, and operational features such as graceful restart.

For CLI/package users, H2O is commonly installed to test or operate a compact web server with HTTP/2 and HTTP/3 behavior, to compare prioritization and push behavior, or to embed HTTP serving behavior through the library.

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

H2O is significant because it is not just another packaged web server: it captured a particular period when HTTP/2 implementers were validating new protocol semantics with h2spec, HPACK, prioritization trees, TLS choices, and server push. It also connected package ecosystems to related low-level projects such as picohttpparser, quicly, and picoTLS.

For people who follow formulae and ports, H2O is a useful example of a high-performance network daemon whose packaging surface spans daemon deployment, local protocol testing, and C library reuse.

タイムライン

  • 2014: H2O repository created.
  • 2015: 1.0-era development aligned with finalized HTTP/2 support and h2spec fixes.
  • 2017: 2.2.0 series added a broad set of server, proxy, mruby, and logging features.
  • 2018: 2.3.0 beta added HTTP/2, proxy, mruby, TLS, and server-timing work.
  • 2019: 2.2.6 and 2.3.0-beta2 included fixes for HTTP/2 denial-of-service CVEs.
  • 2026: Release note documented the earlier decision to stop tagging versions and use master-branch commits.

Related projects

  • Related projects include h2spec for conformance testing, nghttp2 as another major HTTP/2 implementation, picohttpparser as a parser used in the H2O ecosystem, quicly for QUIC, picoTLS for TLS, and web servers such as nginx and Apache that H2O is often compared with.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:http,server

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
h2ocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.2.6
マネージャ更新日2026-06-22
ローカルデータOK
上流最新
検出された最新v2.2.6

https://github.com/h2o/h2o

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:h2o
バージョン2.2.6
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/h2o
ホームページhttps://github.com/h2o/h2o/
リポジトリhttps://github.com/h2o/h2o
上流ドキュメントhttps://github.com/h2o/h2o#readme
ライセンスMIT
ソースアーカイブhttps://github.com/h2o/h2o/archive/refs/tags/v2.2.6.tar.gz
最終更新2026-06-22T14:03:41-07:00
Pulseupdated
依存関係openssl@3
ビルド依存関係cmake, pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared
注意点A basic example configuration file has been placed in $HOMEBREW_PREFIX/etc/h2o. You can find fuller, unmodified examples in $HOMEBREW_PREFIX/opt/h2o/share/h2o/examples.

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameh2o
Version Scheme0
Revision3
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

h2o

nix profile install nixpkgs#h2o
  • normalized package name match
  • 一致条件: H2o
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/h2/h2o/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

h2o 2.2.5+dfsg2-8.1ubuntu3

optimized HTTP/1.x, HTTP/2 server

https://h2o.examp1e.net

sudo apt install h2o
  • Section: universe/httpd
  • Architecture: amd64
  • 8 依存関係
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: h2o from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

h2o-doc 2.2.5+dfsg2-8.1ubuntu3

optimized HTTP/1.x, HTTP/2 server - documentation

https://h2o.examp1e.net

sudo apt install h2o-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: h2o
  • 1 依存関係
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: h2o-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libh2o-dev 2.2.5+dfsg2-8.1ubuntu3

dev helpers of the H2O library compiled with libuv

https://h2o.examp1e.net

sudo apt install libh2o-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: h2o
  • 2 依存関係
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libh2o-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libh2o-dev-common 2.2.5+dfsg2-8.1ubuntu3

H2O library headers

https://h2o.examp1e.net

sudo apt install libh2o-dev-common
  • Section: universe/libdevel
  • Architecture: all
  • Source Package: h2o
  • 2 依存関係
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libh2o-dev-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libh2o-evloop-dev 2.2.5+dfsg2-8.1ubuntu3

dev helpers of the H2O library compiled with its own event loop

https://h2o.examp1e.net

sudo apt install libh2o-evloop-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: h2o
  • 2 依存関係
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libh2o-evloop-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libh2o-evloop0.13t64 2.2.5+dfsg2-8.1ubuntu3

H2O library compiled with its own event loop

https://h2o.examp1e.net

sudo apt install libh2o-evloop0.13t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: h2o
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libh2o-evloop0.13t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libh2o0.13t64 2.2.5+dfsg2-8.1ubuntu3

H2O library compiled with libuv

https://h2o.examp1e.net

sudo apt install libh2o0.13t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: h2o
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: H2o
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libh2o0.13t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
MacPorts95%

h2o

sudo port install h2o
  • normalized package name match
  • 一致条件: H2o
MacPorts ports tree · api.github.com · MacPorts ports tree: www/h2o/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment