macOS
brew install traefiklocal Homebrew formula metadata
sudo port install traefikMacPorts ports tree · net/traefik/Portfile · ソース: api.github.com
brew
traefik のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install traefiklocal Homebrew formula metadata
sudo port install traefikMacPorts ports tree · net/traefik/Portfile · ソース: api.github.com
sudo apk add traefikAlpine Linux edge package indexes · traefik · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#traefiknixpkgs package indexes · pkgs/by-name/tr/traefik/package.nix · ソース: api.github.com
sudo pacman -S traefikArch Linux sync databases · traefik · ソース: geo.mirror.pkgbuild.com
sudo zypper install traefikopenSUSE Tumbleweed package metadata · traefik · ソース: download.opensuse.org
scoop install main/traefikScoop official bucket manifest trees · bucket/traefik.json · ソース: api.github.com
概要
Modern reverse proxy
履歴
Traefik is a Go-based reverse proxy and load balancer created for dynamic infrastructure. Its package history tracks the rise of Docker, orchestrators, service discovery, Kubernetes, and cloud-native ingress patterns.
The official README describes Traefik as a modern HTTP reverse proxy and load balancer that integrates with infrastructure components such as Docker, Swarm, Kubernetes, Consul, Etcd, Rancher, and Amazon ECS. Its central idea is that pointing Traefik at an orchestrator or service registry should be the main configuration step.
The GitHub repository was created on September 13, 2015. Official release metadata shows v1.0.0 published on July 5, 2016, v2.0.0 on September 16, 2019, and v3.0.0 on April 29, 2024. The README documents semantic-versioned releases and migration guidance for major upgrades.
Traefik's design split static install configuration from dynamic routing configuration. Official configuration docs explain that routing configuration can come from providers and can be hot-reloaded without request interruption, a feature that matched containerized deployments where services appear, disappear, and scale frequently.
Traefik spread with Docker and Kubernetes because it replaced hand-maintained reverse-proxy configuration with provider-driven routing. Its README lists Docker, Swarm, Kubernetes, ECS, and File providers, and highlights automatic dynamic configuration, Let's Encrypt integration, metrics, access logs, HTTP/2, gRPC, WebSocket support, and a web UI.
For package managers, Traefik became a standard single-binary infrastructure tool. The input facts show packages across Homebrew, Alpine, MacPorts, Nix, Arch, Scoop, and openSUSE, reflecting use by developers who want to run or test cloud-native routing locally without installing a full platform stack.
Users run traefik as a daemon or container, point it at a provider such as Docker or Kubernetes, and let it derive routes from service metadata. The official README examples show running a downloaded binary with a sample TOML config or running the official Docker image with a mounted config file.
The official configuration docs say startup configuration can be supplied by a configuration file, command-line arguments, or environment variables. Configuration files named traefik.yml, traefik.yaml, or traefik.toml are searched in /etc/traefik, $XDG_CONFIG_HOME, $HOME/.config, and the working directory unless configFile overrides the path.
Traefik is package-nerd relevant because it is a large, real-world Go network service that still behaves like a portable command-line binary. Formula maintainers care about config-file defaults, service wrappers, shell completion, reproducible builds, and keeping major-version migrations visible to local developers.
It is also a canonical example of a package whose usefulness is not only the executable, but the integration surface: Docker labels, Kubernetes CRDs, ACME storage, metrics backends, and provider configuration all make the packaging boundary matter.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
/etc/traefik/traefik.yml/etc/traefik/traefik.yaml/etc/traefik/traefik.toml$XDG_CONFIG_HOME/traefik.yml$XDG_CONFIG_HOME/traefik.yaml$XDG_CONFIG_HOME/traefik.toml~/.config/traefik.yml~/.config/traefik.yaml~/.config/traefik.toml./traefik.yml./traefik.yaml./traefik.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
traefik | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/traefik/traefik
インストールメタデータ
| パッケージキー | brew:traefik |
|---|---|
| バージョン | 3.7.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/traefik |
| ホームページ | https://traefik.io/ |
| リポジトリ | https://github.com/traefik/traefik |
| 上流ドキュメント | https://doc.traefik.io/traefik |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/traefik/traefik/releases/download/v3.7.9/traefik-v3.7.9.src.tar.gz |
| 最終更新 | 2026-07-24T15:53:21Z |
| Pulse | updated |
| ビルド依存関係 | corepack, go, node |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | traefik |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
traefik
nix profile install nixpkgs#traefiktraefik 3.7.1-r0
The Cloud Native Edge Router
sudo apk add traefiktraefik-doc 3.7.1-r0
The Cloud Native Edge Router (documentation)
sudo apk add traefik-doctraefik-openrc 3.7.1-r0
The Cloud Native Edge Router (OpenRC init scripts)
sudo apk add traefik-openrctraefik 3.7.1-1
Modern reverse proxy written in Go
https://github.com/traefik/traefik
sudo pacman -S traefiktraefik 3.6.17-1.1
The Cloud Native Application Proxy
sudo zypper install traefiktraefik2 2.11.46-1.1
The Cloud Native Application Proxy
sudo zypper install traefik2traefik
sudo port install traefikmain/traefik
scoop install main/traefikソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.