pkg.soopen package index

brew / 順位 4382

varnish を Homebrew, apk, apt, dnf, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install varnish

local Homebrew formula metadata

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

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

Linux

Alpine Linux apk確認済み · 92%
sudo apk add varnish

Alpine Linux edge package indexes · varnish · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install varnish

Debian stable package indexes · varnish · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install varnish

Fedora Rawhide package metadata · varnish · ソース: dl.fedoraproject.org

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

nixpkgs package indexes · varnish · ソース: raw.githubusercontent.com

概要

パッケージ概要

High-performance HTTP accelerator

コマンドとエイリアス

  • varnishadm
  • varnishd
  • varnishhist
  • varnishlog
  • varnishlog-json
  • varnishncsa
  • varnishstat
  • varnishstat_help_gen
  • varnishtest
  • varnishtop
  • vtest

履歴

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

Varnish Cache is an HTTP accelerator and reverse caching proxy designed to sit in front of origin servers and serve cached responses from memory. It is best known for VCL, the Varnish Configuration Language, which lets operators encode cache policy as programmable configuration.

プロジェクトの歴史

The project began from the operational needs of VG Nett, the online branch of the Norwegian newspaper Verdens Gang. In 2005 the site was serving more than 45 million page views per week and needed twelve servers; system administrator Anders Berg wrote a specification for a faster open-source HTTP accelerator. Anders Nordby helped bring in Danish FreeBSD developer Poul-Henning Kamp, VG funded the work, and Linpro supplied development and support infrastructure.

The first code was submitted to the Varnish Cache repository on February 22, 2006. Varnish 1.0 followed in September 2006 as the first production release of the high-performance HTTP accelerator. By that point VG had replaced its Squid layer and was reportedly running on Varnish alone, handling traffic spikes with three servers instead of twelve.

The project later developed a commercial ecosystem. Varnish Software was founded in 2010 after spinning out from Linpro and took over development and management around the open-source project while offering web-acceleration products and support. The open-source line continued through major releases such as 2.0 in 2008, 3.0 in 2011, and 4.0 in 2014, while commercial offerings such as Varnish Plus added enterprise storage, high availability, tuning, API acceleration, and TLS-related products.

採用の歴史

Varnish was adopted by high-traffic publishers, social platforms, and content-heavy sites because it focused narrowly on origin-side HTTP acceleration rather than general proxying. Official history material highlights adoption stories including Facebook, WikiLeaks under severe traffic pressure in 2010, Varnish User Group meetings, and the publication of community learning material such as the Varnish Book.

Its architecture reflected a package-operator culture: fast in-memory caching, shared-memory logging, separately packaged observability tools, and command-line administration. The administrator documentation describes the normal deployment pattern as installing Varnish in front of any HTTP server, configuring cache policy, and using reference tools such as `varnishadm`, `varnishlog`, `varnishstat`, `varnishncsa`, `varnishhist`, and `varnishtop` to operate it.

使われ方

A typical Varnish deployment places `varnishd` between clients and an origin web server. Requests are answered from cache when possible and proxied to the origin otherwise. Cache policy is expressed in VCL, which official documentation describes as compiled into native code and run inside the worker, allowing policy decisions at line rate.

Package users usually care about the daemon, the default VCL path, system service integration, and the tooling suite. The same package often gives operators an interactive admin CLI, request logs, Apache-style access logging, real-time counters, histogram views, test tooling, and VCL validation, making Varnish feel more like a small HTTP-cache operating environment than a single binary.

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

Varnish matters in package-manager culture because it is a canonical example of a specialized Unix network daemon: small surface area, strong command-line tooling, a DSL for runtime policy, and a BSD-licensed open-source core that distributions can ship independently from commercial variants.

The modern branding has become more complex. The current Varnish site describes Varnish Cache as a distribution of the open-source Vinyl Cache project, with native TLS, containers, Helm charts, and long-term-support cadence layered around the original caching architecture. That transition is part of the stewardship story package maintainers now have to track.

タイムライン

  • 2005: VG Nett identifies the need for a faster open-source HTTP accelerator.
  • 2006-02-22: First code is submitted to the Varnish Cache repository.
  • 2006-09: Varnish 1.0 is released and VG is running on Varnish alone.
  • 2008: Varnish 2.0 is released.
  • 2010: Varnish Software is founded after spinning out from Linpro.
  • 2011: Varnish 3.0 release helps anchor a growing community and release-party culture.
  • 2014: Varnish Cache 4.0 and Varnish Plus-era commercial components expand the ecosystem.
  • 2026: Official site describes Varnish Cache as a modern distribution of the open-source Vinyl Cache project.

Related projects

  • Squid is the older cache whose reverse-proxy use case helped motivate Varnish, but Varnish was designed specifically as an HTTP accelerator.
  • Vinyl Cache is the open-source project named by the current Varnish site as the base for the Varnish Cache distribution.
  • Varnish Software provides commercial products, support, and enterprise variants around the open-source cache.

ソース

  • Administrator documentation: https://varnish-cache.readthedocs.io/
  • Official project site: https://www.varnish.org/
  • Poul-Henning Kamp Varnish presentation: https://phk.freebsd.dk/pubs/varnish.pdf
  • Varnish Software 10-year Q&A: https://info.varnish-software.com/blog/celebrating-10-years-of-varnish-cache-qa-with-the-man-behind-the-idea
  • Varnish Software history timeline: https://varnish-software.teamtailor.com/pages/varnish-history?preview=true

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
varnishadm実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishd実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishhist実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishlog実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishlog-json実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishncsa実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishstat実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishstat_help_gen実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishtest実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
varnishtop実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
vtest実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版9.0.3
マネージャ更新日2026-06-06
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:varnish
バージョン9.0.3
パッケージマネージャHomebrew
ホームページhttps://www.varnish-cache.org/
リポジトリhttps://github.com/varnish/varnish
最終更新2026-06-06T11:29:14Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

libvarnishapi-dev 7.7.0-3+deb13u1

development files for Varnish

https://vinyl-cache.org/

sudo apt install libvarnishapi-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: varnish
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Varnish
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvarnishapi-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libvarnishapi3 7.7.0-3+deb13u1

shared libraries for Varnish

https://vinyl-cache.org/

sudo apt install libvarnishapi3
  • Section: libs
  • Architecture: amd64
  • Source Package: varnish
  • 2 依存関係
  • normalized package name match
  • 一致条件: Varnish
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libvarnishapi3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

varnish 7.7.0-3+deb13u1

state of the art, high-performance web accelerator

https://vinyl-cache.org/

sudo apt install varnish
  • Section: web
  • Architecture: amd64
  • 14 依存関係
  • 2 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Varnish
Debian stable package indexes · deb.debian.org · Debian stable package indexes: varnish from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

varnish-doc 7.7.0-3+deb13u1

documentation for Varnish Cache

https://vinyl-cache.org/

sudo apt install varnish-doc
  • Section: doc
  • Architecture: all
  • Source Package: varnish
  • 3 依存関係
  • normalized package name match
  • 一致条件: Varnish
Debian stable package indexes · deb.debian.org · Debian stable package indexes: varnish-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

varnish

nix profile install nixpkgs#varnish
  • normalized package name match
  • 一致条件: Varnish
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: varnish from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

libvarnishapi-dev 7.1.1-1.1ubuntu1

development files for Varnish

https://www.varnish-cache.org/

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

libvarnishapi3 7.1.1-1.1ubuntu1

shared libraries for Varnish

https://www.varnish-cache.org/

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

varnish 7.1.1-1.1ubuntu1

state of the art, high-performance web accelerator

https://www.varnish-cache.org/

sudo apt install varnish
  • Section: universe/web
  • Architecture: amd64
  • 12 依存関係
  • 2 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Varnish
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: varnish from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

varnish-doc 7.1.1-1.1ubuntu1

documentation for Varnish Cache

https://www.varnish-cache.org/

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

varnish 9.0.3-r0

High-performance HTTP accelerator

https://www.varnish-cache.org/

sudo apk add varnish
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: varnish
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Varnish
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: varnish from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

varnish-dbg 9.0.3-r0

High-performance HTTP accelerator (debug symbols)

https://www.varnish-cache.org/

sudo apk add varnish-dbg
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: varnish
  • 1 依存関係
  • normalized package name match
  • 一致条件: Varnish
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: varnish-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

varnish-dev 9.0.3-r0

High-performance HTTP accelerator (development files)

https://www.varnish-cache.org/

sudo apk add varnish-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: varnish
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Varnish
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: varnish-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

varnish-doc 9.0.3-r0

High-performance HTTP accelerator (documentation)

https://www.varnish-cache.org/

sudo apk add varnish-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: varnish
  • normalized package name match
  • 一致条件: Varnish
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: varnish-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

varnish-libs 9.0.3-r0

Libraries for varnish

https://www.varnish-cache.org/

sudo apk add varnish-libs
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: varnish
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Varnish
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: varnish-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

varnish-openrc 9.0.3-r0

High-performance HTTP accelerator (OpenRC init scripts)

https://www.varnish-cache.org/

sudo apk add varnish-openrc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: varnish
  • normalized package name match
  • 一致条件: Varnish
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: varnish-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

varnish 9.0.3-3.fc45

High-performance HTTP accelerator

https://www.varnish-cache.org/

sudo dnf install varnish
  • License: BSD-2-Clause AND (BSD-2-Clause-FreeBSD AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain AND Zlib)
  • Category: Unspecified
  • Architecture: i686
  • Source Package: varnish
  • 22 依存関係
  • 7 提供
  • normalized package name match
  • 一致条件: Varnish
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: varnish from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation