# Install trafficserver with Homebrew, dnf, Nix, apt

HTTP/1.1 and HTTP/2 compliant caching proxy server. Version 10.1.2 via Homebrew; verified 2026-07-08.

## Install

```sh
sudo av install brew:trafficserver
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install trafficserver
```

  Evidence: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install trafficserver
```

  Evidence: Fedora Rawhide package metadata: trafficserver from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#trafficserver
```

  Evidence: nixpkgs package indexes: pkgs/by-name/tr/trafficserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Ubuntu apt (92%):

```sh
sudo apt install trafficserver
```

  Evidence: Ubuntu 24.04 LTS package indexes: trafficserver from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## Package facts

- **Package key:** brew:trafficserver
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/trafficserver>
- **Version:** 10.1.2
- **Source summary:** HTTP/1.1 and HTTP/2 compliant caching proxy server
- **Homepage:** <https://trafficserver.apache.org/>
- **Repository:** <https://github.com/apache/trafficserver>
- **Upstream docs:** <https://docs.trafficserver.apache.org/>
- **License:** Apache-2.0
- **Source archive:** <https://www.apache.org/dyn/closer.lua?path=trafficserver/trafficserver-10.1.2.tar.bz2>
- **Last updated:** 2026-07-08T02:23:56Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- traffic_cache_tool (cli)
- traffic_crashlog (cli)
- traffic_ctl (cli)
- traffic_layout (cli)
- traffic_logcat (cli)
- traffic_logstats (cli)
- traffic_server (cli)
- traffic_top (cli)
- traffic_via (cli)
- trafficserver (cli)
- traffic_cache_tool (alias)
- traffic_crashlog (alias)
- traffic_ctl (alias)
- traffic_layout (alias)
- traffic_logcat (alias)
- traffic_logstats (alias)
- traffic_server (alias)
- traffic_top (alias)
- traffic_via (alias)
- trafficserver (alias)

## Dependencies

- brotli
- hwloc
- imagemagick
- libmaxminddb
- luajit
- nuraft
- openssl@3
- pcre
- pcre2
- xz
- yaml-cpp

## Build dependencies

- cmake
- ninja
- pkgconf

## Uses from macOS

- curl
- ncurses

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 10.1.2
- Package-manager updated: 2026-07-08
- Local data: ok
- Upstream repository: https://trafficserver.apache.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Apache Traffic Server is a high-performance HTTP caching proxy and extensible proxy platform. Its modern open-source history begins with Yahoo's 2009 code donation to Apache, but its operational identity is as infrastructure for CDNs, large web properties, and traffic-heavy edge deployments.

### Project history

The Apache Traffic Server repository NOTICE states that the codebase was originally donated by Yahoo in 2009. GitHub repository metadata for the Apache mirror also dates the repository to October 31, 2009.

Apache's STATUS file records Traffic Server 2.0.0 as released on April 28, 2010, followed by a long sequence of major releases. The official site now presents Apache Traffic Server as a fast, scalable, extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.

The project evolved from a caching proxy into a broader traffic platform. The official README calls it a high-performance building block for cloud services, with plugin support for large-scale web applications. The repository layout documents core binaries such as traffic_server, traffic_ctl, traffic_top, traffic_logstats, traffic_cache_tool, and plugin APIs.

### Adoption history

The official homepage says Apache Traffic Server powers major CDNs and content providers worldwide and serves multiple terabits per second of traffic. The official customers page lists use by companies ranging from startups to large Internet conglomerates, including Yahoo, Comcast, Akamai, LinkedIn, GoDaddy, and Yahoo Japan.

The NOTICE file also reflects sustained commercial participation, naming Yahoo, Network Geographics, OmniTI, Comcast, LinkedIn, GoDaddy, and others in contributed components. This makes the project unusual among packaged server tools: it is both a general open-source package and a production-hardened CDN/edge component.

### How it is used

Traffic Server is used as a forward or reverse HTTP proxy, cache, and extensible traffic layer. The official homepage emphasizes caching to reduce origin load and bandwidth, proxying, plugin APIs, modern protocol support, and high-throughput operation.

For operators and package users, the command surface is broad. Homebrew exposes tools such as traffic_server, traffic_ctl, traffic_top, traffic_logstats, traffic_logcat, traffic_cache_tool, traffic_layout, traffic_via, and traffic_crashlog. The official docs list configuration files including records.yaml, remap.config, cache.config, storage.config, logging.yaml, plugin.config, ssl_multicert.yaml, and sni.yaml.

### Why package nerds care

Apache Traffic Server is package-nerd significant because it is a heavy native C/C++ service with many optional system integrations, runtime tools, configuration files, plugins, and service-management expectations. Packaging it is closer to packaging a small platform than a single daemon.

It is also historically significant as Yahoo-origin infrastructure that became an Apache project and remained relevant in package managers for users who need local CDN-style caching, proxy experimentation, plugin development, or compatibility with large-scale traffic tooling.

### Timeline

- 2009: Yahoo-donated codebase appears in Apache Traffic Server's NOTICE and GitHub repository metadata.
- 2010: Traffic Server 2.0.0 released.
- 2011: Traffic Server 3.0.0 released.
- 2014: Traffic Server 5.0.0 released.
- 2018: Traffic Server 8.0.0 released.
- 2020: Traffic Server 9.0.0 released.
- 2026: Official documentation shows Apache Traffic Server 11.0.0.

### Related projects

- Yahoo, Comcast, LinkedIn, GoDaddy, OmniTI, Network Geographics, and Akamai appear in official Apache project materials as users or contributors.
- Traffic Server's plugin ecosystem and command-line tools are part of the official repository layout and administrator documentation.

### Sources

- <https://github.com/apache/trafficserver - official repository README and metadata.>
- <https://raw.githubusercontent.com/apache/trafficserver/master/NOTICE - official note that the codebase was originally donated by Yahoo.>
- <https://raw.githubusercontent.com/apache/trafficserver/master/STATUS - official release history.>
- <https://trafficserver.apache.org/ - official homepage with overview, scale, features, and documentation links.>
- <https://trafficserver.apache.org/users.html - official customers page.>


## Security Notes

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

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** trafficserver
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - trafficserver: normalized package name match | nixpkgs package indexes: pkgs/by-name/tr/trafficserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - trafficserver - 9.2.3+ds-1+deb12u1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: trafficserver from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | fast, scalable and extensible HTTP/1.1 and HTTP/2.0 caching proxy server | https://trafficserver.apache.org/
- Ubuntu apt - trafficserver-dev - 9.2.3+ds-1+deb12u1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: trafficserver-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Apache Traffic Server Software Developers Kit (SDK) | https://trafficserver.apache.org/
- Ubuntu apt - trafficserver-experimental-plugins - 9.2.3+ds-1+deb12u1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: trafficserver-experimental-plugins from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | experimental plugins for Apache Traffic Server | https://trafficserver.apache.org/
- dnf - trafficserver - 10.1.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: trafficserver from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server | https://trafficserver.apache.org/
- dnf - trafficserver-devel - 10.1.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: trafficserver-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for Apache Traffic Server plugins | https://trafficserver.apache.org/
- dnf - trafficserver-selinux - 10.1.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: trafficserver-selinux from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | trafficserver SELinux policy | https://trafficserver.apache.org/


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/pkg/web-dev-tools/) - Matched web development metadata.
- [brotli](https://www.automicvault.com/pkg/brew/brotli/) - Runtime dependency declared by Homebrew.
- [hwloc](https://www.automicvault.com/pkg/brew/hwloc/) - Runtime dependency declared by Homebrew.
- [imagemagick](https://www.automicvault.com/pkg/brew/imagemagick/) - Runtime dependency declared by Homebrew.
- [libmaxminddb](https://www.automicvault.com/pkg/brew/libmaxminddb/) - Runtime dependency declared by Homebrew.
- [luajit](https://www.automicvault.com/pkg/brew/luajit/) - Runtime dependency declared by Homebrew.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pcre](https://www.automicvault.com/pkg/brew/pcre/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/pkg/brew/ninja/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [squid](https://www.automicvault.com/pkg/brew/squid/) - Shares av.db curated category or tags: caching, cli, http, networking, proxy.
- [haproxy](https://www.automicvault.com/pkg/brew/haproxy/) - Shares av.db curated category or tags: cli, http, networking, proxy, reverse-proxy.
- [frpc](https://www.automicvault.com/pkg/brew/frpc/) - Shares av.db curated category or tags: cli, networking, proxy, reverse-proxy.
- [frps](https://www.automicvault.com/pkg/brew/frps/) - Shares av.db curated category or tags: cli, networking, proxy, reverse-proxy.
- [go-camo](https://www.automicvault.com/pkg/brew/go-camo/) - Shares av.db curated category or tags: cli, http, networking, proxy.
- [gost](https://www.automicvault.com/pkg/brew/gost/) - Shares av.db curated category or tags: cli, networking, proxy, reverse-proxy.
- [privoxy](https://www.automicvault.com/pkg/brew/privoxy/) - Shares av.db curated category or tags: cli, http, networking, proxy.
- [proxyfor](https://www.automicvault.com/pkg/brew/proxyfor/) - Shares av.db curated category or tags: cli, http, networking, proxy.
- [nginx](https://www.automicvault.com/pkg/brew/nginx/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, http, networking, openssl, openssl-3.
- [varnish](https://www.automicvault.com/pkg/brew/varnish/) - Local package facts share a topical domain. Shared terms: cache, cli, http, networking, openssl.

## Combined YAML source

View the package source record on GitHub. [combined/trafficserver.yml](https://github.com/automic-vault/db/blob/main/combined/trafficserver.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
