Automic VaultAutomic Vault

brew

wireguard-tools を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install wireguard-tools

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install wireguard-tools

MacPorts ports tree · net/wireguard-tools/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add wireguard-tools

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

Debian apt確認済み · 92%
sudo apt install wireguard-tools

Debian stable package indexes · wireguard-tools · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install wireguard-tools

Fedora Rawhide package metadata · wireguard-tools · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#wireguard-tools

nixpkgs package indexes · pkgs/by-name/wi/wireguard-tools/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S wireguard-tools

Arch Linux sync databases · wireguard-tools · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install wireguard-tools

openSUSE Tumbleweed package metadata · wireguard-tools · ソース: download.opensuse.org

概要

パッケージ概要

Tools for the WireGuard secure network tunnel

コマンドとエイリアス

  • wg
  • wg-quick

履歴

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

wireguard-tools is the command-line companion package for WireGuard. It supplies `wg`, the low-level configuration utility, and `wg-quick`, the convenience script that turns simple interface configuration files into working tunnels.

プロジェクトの歴史

WireGuard was designed around a deliberately small kernel or userspace tunnel implementation plus simple userspace configuration. The official repositories page identifies wireguard-tools as the cross-platform userspace tooling for configuring WireGuard implementations, including `wg(8)` and `wg-quick(8)`.

`wg` became the protocol-specific tool for setting and reading interface state, peers, keys, endpoints, allowed IPs, handshakes, and transfer counters. `wg-quick` grew into the pragmatic wrapper for common host setups: it reads an interface-named config file, adds the interface, assigns addresses, configures routes, and then tears that setup down again on request.

採用の歴史

The tools package became the everyday interface to WireGuard both before and after the protocol reached Linux 5.6. Before mainline inclusion, it paired with out-of-tree kernel modules and userspace implementations; after inclusion, it remained necessary because the kernel feature alone does not provide the user-facing `wg` and `wg-quick` commands.

Its cross-platform scope also matters: the official project describes wireguard-tools as tooling for WireGuard implementations rather than only for Linux. Package ecosystems therefore treat it as the stable CLI surface that can sit on top of kernel drivers, BSD ports, macOS interfaces, Windows support, and wireguard-go.

使われ方

`wg` is used for precise interface inspection and configuration: showing runtime status, setting peers, applying keys, and dumping machine-readable state for scripts. It is the command admins reach for when they need to see whether a tunnel has handshaken or exactly which allowed IPs are active.

`wg-quick` is the fast path for common deployments. It looks for an interface config such as `/etc/wireguard/wg0.conf`, applies WireGuard settings, assigns addresses, and infers routes from peer allowed IPs, while still allowing more advanced users to bypass it and call `wg` plus platform networking commands directly.

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

This is the package that turns WireGuard from a kernel feature or protocol implementation into something shell users can operate. For many systems, installing WireGuard really means installing the tunnel implementation plus wireguard-tools.

The package is also beloved in automation because `wg` has script-friendly output and `wg-quick` keeps the common one-file tunnel pattern boring. That combination made WireGuard unusually approachable for sysadmins compared with older VPN stacks that relied on larger daemon configurations and certificate-heavy workflows.

タイムライン

  • 2017: The WireGuard paper describes a separate userspace `wg(8)` tool for configuration.
  • 2019: WireGuard is accepted into the net-next path toward Linux 5.6, increasing the importance of stable userspace tooling around the kernel implementation.
  • 2020: Linux 5.6 ships WireGuard support; wireguard-tools remains the common CLI package for configuring it.
  • 2026: The upstream cgit repository continues to publish tagged wireguard-tools releases and cross-platform fixes.

Related projects

  • wireguard-go can create a userspace WireGuard interface that is then configured with `wg`.
  • NetworkManager and desktop network settings tools can cover higher-level workflows, but wireguard-tools remains the reference command-line layer.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:network

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

local files

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

Config paths the tool may read or write during local use.

Unix
/etc/wireguard/INTERFACE.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
/etc/wireguard/INTERFACE.conf

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-26
マネージャ版1.0.20260223
マネージャ更新日2026-05-18
ローカルデータOK
上流not checked
検出された最新未検出

https://www.wireguard.com/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:wireguard-tools
バージョン1.0.20260223
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/wireguard-tools
ホームページhttps://www.wireguard.com/
リポジトリhttps://git.zx2c4.com/wireguard-tools
上流ドキュメントhttps://www.wireguard.com/compilation
ライセンスGPL-2.0-only
ソースアーカイブhttps://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-1.0.20260223.tar.xz
最終更新2026-05-18T12:02:02-04:00
Pulseupdated
依存関係bash, wireguard-go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewireguard-tools
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Debian apt95%

wireguard-tools 1.0.20210914-3

fast, modern, secure kernel VPN tunnel (userland utilities)

https://www.wireguard.com

sudo apt install wireguard-tools
  • Section: net
  • Architecture: amd64
  • Source Package: wireguard
  • 1 依存関係
  • 6 任意依存関係
  • normalized package name match
  • 一致条件: Wireguard Tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: wireguard-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

wireguard-tools

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

wireguard-tools 1.0.20210914-1ubuntu4

fast, modern, secure kernel VPN tunnel (userland utilities)

https://www.wireguard.com

sudo apt install wireguard-tools
  • Section: net
  • Architecture: amd64
  • Source Package: wireguard
  • 1 依存関係
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Wireguard Tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: wireguard-tools from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

wireguard-tools 1.0.20260223-r0

Next generation secure network tunnel: userspace tools

https://www.wireguard.com

sudo apk add wireguard-tools
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • 1 依存関係
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wireguard-tools-bash-completion 1.0.20260223-r0

Bash completions for wireguard-tools

https://www.wireguard.com

sudo apk add wireguard-tools-bash-completion
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wireguard-tools-doc 1.0.20260223-r0

Next generation secure network tunnel: userspace tools (documentation)

https://www.wireguard.com

sudo apk add wireguard-tools-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wireguard-tools-openrc 1.0.20260223-r0

Next generation secure network tunnel: userspace tools (OpenRC init scripts)

https://www.wireguard.com

sudo apk add wireguard-tools-openrc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • 1 依存関係
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wireguard-tools-systemd 1.0.20260223-r0

Next generation secure network tunnel: userspace tools (systemd files)

https://www.wireguard.com

sudo apk add wireguard-tools-systemd
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wireguard-tools-wg 1.0.20260223-r0

Next generation secure network tunnel: userspace tools (wg)

https://www.wireguard.com

sudo apk add wireguard-tools-wg
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools-wg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wireguard-tools-wg-quick 1.0.20260223-r0

Next generation secure network tunnel: userspace tools (wg-quick)

https://www.wireguard.com

sudo apk add wireguard-tools-wg-quick
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Wireguard Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wireguard-tools-wg-quick from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

wireguard-tools 1.0.20260223-1.fc45

Fast, modern, secure VPN tunnel

https://www.wireguard.com/

sudo dnf install wireguard-tools
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Wireguard Tools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wireguard-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

wireguard-tools 1.0.20260223-1

next generation secure network tunnel - tools for configuration

https://www.wireguard.com/

sudo pacman -S wireguard-tools
  • License: GPL
  • Architecture: x86_64
  • 1 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Wireguard Tools
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wireguard-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

wireguard-tools 1.0.20260223-1.2

WireGuard userspace tools

https://www.wireguard.com/

sudo zypper install wireguard-tools
  • License: GPL-2.0-only
  • Category: Productivity/Networking/Security
  • Architecture: x86_64
  • Source Package: wireguard-tools
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Wireguard Tools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wireguard-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

wireguard-tools

sudo port install wireguard-tools
  • normalized package name match
  • 一致条件: Wireguard Tools
MacPorts ports tree · api.github.com · MacPorts ports tree: net/wireguard-tools/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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment