macOS
brew install fabiolocal Homebrew formula metadata
brew
Zero-conf load balancing HTTP(S) router. Version 1.7.2 via Homebrew; verified 2026-07-03.
install
brew install fabiolocal Homebrew formula metadata
overview
Zero-conf load balancing HTTP(S) router
history
fabio is a fast, zero-configuration HTTP(S) and TCP router for services registered in Consul.
fabio appeared in 2015 during the Consul-era wave of service-discovery tooling. Its repository description calls it 'Consul Load-Balancing made simple', and the README frames the design around registering services in Consul, adding health checks, and letting fabio route traffic without a hand-written proxy configuration.
The project was founded by Frank Schroeder and was originally associated with eBay Software Foundation copyright notices. Later copyright sections document maintenance moving to Fabio Authors and Education Networks of America, while the README still presents the project as maintained by The Fabio Authors.
Over time, fabio expanded from the simple Consul HTTP router idea into a broader edge proxy with dynamic reloading, TLS termination, TCP proxying, TCP+SNI modes, HTTPS upstreams, web UI, Prometheus and other metrics backends, and integrations with Consul, Vault, Amazon ELB, and Amazon API Gateway.
fabio's adoption came from teams that wanted service discovery to drive routing directly. The README highlights production use at large sites, including Gumtree Australia, and notes sustained high request volume since September 2015.
The project also benefited from the HashiCorp ecosystem moment around Consul, Nomad, and Vault. Its README links to a Kelsey Hightower HashiConf EU 2016 demo involving Consul, Nomad, Vault, and fabio, which helped place it in the service-discovery/load-balancing toolbox of that period.
A normal fabio setup registers services and health checks in Consul, adds `urlprefix-` tags that describe host/path or TCP routes, then starts fabio against a Consul agent. fabio watches Consul and updates its routing table as services appear, disappear, or change health.
Users can run it without a config file for the default local Consul case, or configure it with a properties file when they need custom registry, proxy, TLS, metrics, or UI settings. That balance between zero-conf startup and explicit production tuning is the core of its appeal.
fabio is package-nerd interesting because it is a single Go binary that stood in for a much larger reverse-proxy stack in Consul-centered deployments. Its Homebrew, release-binary, Docker, and source-install paths made it easy to try locally and then promote into infrastructure images.
It is also a snapshot of a pre-service-mesh packaging era: install one binary, point it at Consul, and get dynamic routing without Envoy, sidecars, or Kubernetes-native ingress machinery.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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.
fabio.properties/etc/fabio/fabio.propertiesexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fabio | 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/fabiolb/fabio
install metadata
| Package key | brew:fabio |
|---|---|
| Version | 1.7.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fabio |
| Homepage | https://fabiolb.net |
| Repository | https://github.com/fabiolb/fabio |
| Upstream docs | https://github.com/fabiolb/fabio#readme |
| License | MIT |
| Source archive | https://github.com/fabiolb/fabio/archive/refs/tags/v1.7.2.tar.gz |
| Last updated | 2026-07-03T03:57:59Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fabio |
| 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 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.