macOS
brew install traefiklocal Homebrew formula metadata
sudo port install traefikMacPorts ports tree · net/traefik/Portfile · source: api.github.com
brew
Modern reverse proxy. Version 3.7.6 via Homebrew; verified 2026-06-30.
install
brew install traefiklocal Homebrew formula metadata
sudo port install traefikMacPorts ports tree · net/traefik/Portfile · source: api.github.com
sudo apk add traefikAlpine Linux edge package indexes · traefik · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#traefiknixpkgs package indexes · pkgs/by-name/tr/traefik/package.nix · source: api.github.com
sudo pacman -S traefikArch Linux sync databases · traefik · source: geo.mirror.pkgbuild.com
sudo zypper install traefikopenSUSE Tumbleweed package metadata · traefik · source: download.opensuse.org
scoop install main/traefikScoop official bucket manifest trees · bucket/traefik.json · source: api.github.com
overview
Modern reverse proxy
history
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.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
traefik | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/traefik/traefik
install metadata
| Package key | brew:traefik |
|---|---|
| Version | 3.7.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/traefik |
| Homepage | https://traefik.io/ |
| Repository | https://github.com/traefik/traefik |
| Upstream docs | https://doc.traefik.io/traefik |
| License | MIT |
| Source archive | https://github.com/traefik/traefik/releases/download/v3.7.6/traefik-v3.7.6.src.tar.gz |
| Last updated | 2026-06-30T13:03:34Z |
| Pulse | updated |
| Build dependencies | corepack, go, node |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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/traefiksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.