# Install tinyproxy with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

HTTP/HTTPS proxy for POSIX systems. Version 1.11.3 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:tinyproxy
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install tinyproxy
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tinyproxy
```

  Evidence: MacPorts ports tree: net/tinyproxy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add tinyproxy
```

  Evidence: Alpine Linux edge package indexes: tinyproxy from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install tinyproxy
```

  Evidence: Debian stable package indexes: tinyproxy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install tinyproxy
```

  Evidence: Fedora Rawhide package metadata: tinyproxy 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#tinyproxy
```

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

- pacman (92%):

```sh
sudo pacman -S tinyproxy
```

  Evidence: Arch Linux sync databases: tinyproxy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install tinyproxy
```

  Evidence: openSUSE Tumbleweed package metadata: tinyproxy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:tinyproxy
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/tinyproxy>
- **Version:** 1.11.3
- **Source summary:** HTTP/HTTPS proxy for POSIX systems
- **Homepage:** <https://tinyproxy.github.io/>
- **Repository:** <https://github.com/tinyproxy/tinyproxy>
- **Upstream docs:** <https://github.com/tinyproxy/tinyproxy#readme>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://github.com/tinyproxy/tinyproxy/releases/download/1.11.3/tinyproxy-1.11.3.tar.xz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- tinyproxy (cli)
- tinyproxy (alias)

## Build dependencies

- asciidoc
- docbook-xsl

## Install behavior

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

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.11.3
- Local data: ok
- Upstream repository: https://github.com/tinyproxy/tinyproxy
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

Tinyproxy is a lightweight HTTP/HTTPS proxy daemon for POSIX operating systems. The official site describes it as designed to be fast and small, with particular value for embedded deployments or older machines where a full-featured proxy is needed but resources are limited.

### Project history

The project is written in C and distributed under GPL-2.0-or-later. Its public GitHub repository was created in December 2015, while the official site and README describe the long-standing design goals: small footprint, straightforward source code, KISS-style modifiability, and a minimal POSIX build and runtime environment.

Tinyproxy's features expanded beyond a simple forwarding proxy into a configurable daemon with HTTP CONNECT support, transparent proxying, reverse proxying, access control, header filtering/anonymizing, upstream proxy rules, remote statistics, BasicAuth, and optional build-time features. The 1.10.0 GitHub release notes call that version a new stable release and list major changes such as BasicAuth, SOCKS upstream support, reverse proxy behavior, shipped manpages, and build simplification.

### Adoption history

The official download section documents installation through EPEL, Fedora, Debian-derived distributions, openSUSE, Arch, BSD package tools, and MacPorts, while warning that many distributions may ship outdated versions. The batch input records packages across Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE, showing unusually broad OS-package coverage for a small proxy daemon.

### How it is used

A typical Tinyproxy deployment uses /etc/tinyproxy/tinyproxy.conf or a file passed with -c, then runs the daemon as a foreground test process or a service. The official quickstart shows a minimal localhost proxy on port 8888 and a curl test using the http_proxy environment variable; the configuration manual covers listening, binding, logging, PID files, access rules, upstream proxies, filters, BasicAuth, reverse paths, and transparent operation.

### Why package nerds care

Tinyproxy is the most established package in this batch. Package maintainers care about it because it is small, POSIX-oriented, daemonized, security-sensitive, widely packaged, and useful in constrained systems, routers, local development networks, CI sandboxes, and simple reverse/forward proxy setups where Squid or larger stacks would be excessive.

Its package history also illustrates a classic distro-maintenance problem: the official site explicitly notes that packaged versions may lag and asks users to contact maintainers when OS packages are outdated. That makes Tinyproxy a recognizable example of a small infrastructure daemon whose upstream release cadence and downstream package freshness both matter.

### Timeline

- 2015: Public GitHub repository created.
- 1.10.0: GitHub release notes described a new stable version with BasicAuth, SOCKS upstream support, reverse-proxy changes, shipped manpages, and build simplification.
- 1.11.x: GitHub releases continued with bug-fix and security-oriented maintenance.
- 2026: Official and input package data showed broad packaging across Linux, BSD-oriented, macOS, and Homebrew-style channels.

### Related projects

- Tinyproxy is commonly compared by role with larger HTTP proxy daemons such as Squid, but its official materials emphasize small POSIX deployments, embedded systems, transparent proxying, reverse proxying, and custom modification.

### Sources

- <https://api.github.com/repos/tinyproxy/tinyproxy>
- <https://github.com/tinyproxy/tinyproxy#readme>
- <https://github.com/tinyproxy/tinyproxy/releases>
- <https://tinyproxy.github.io/>
- source_facts.package-manager


## Security Notes

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## 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

- Unix: /etc/tinyproxy/tinyproxy.conf
## Source Database Details

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

## Other Package-Manager Records

- Debian apt - tinyproxy - 1.11.2-1: normalized package name match | Debian stable package indexes: tinyproxy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight, non-caching, optionally anonymizing HTTP proxy | https://tinyproxy.github.io/
- Debian apt - tinyproxy-bin - 1.11.2-1: normalized package name match | Debian stable package indexes: tinyproxy-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight, non-caching, optionally anonymizing HTTP proxy (executable only) | https://tinyproxy.github.io/
- Nix - tinyproxy: normalized package name match | nixpkgs package indexes: pkgs/by-name/ti/tinyproxy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - tinyproxy - 1.11.1-3: normalized package name match | Ubuntu 24.04 LTS package indexes: tinyproxy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight, non-caching, optionally anonymizing HTTP proxy | https://tinyproxy.github.io/
- Ubuntu apt - tinyproxy-bin - 1.11.1-3: normalized package name match | Ubuntu 24.04 LTS package indexes: tinyproxy-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight, non-caching, optionally anonymizing HTTP proxy (executable only) | https://tinyproxy.github.io/
- apk - tinyproxy - 1.11.3-r0: normalized package name match | Alpine Linux edge package indexes: tinyproxy from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Lightweight HTTP proxy | https://tinyproxy.github.io/
- apk - tinyproxy-doc - 1.11.3-r0: normalized package name match | Alpine Linux edge package indexes: tinyproxy-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Lightweight HTTP proxy (documentation) | https://tinyproxy.github.io/
- apk - tinyproxy-openrc - 1.11.3-r0: normalized package name match | Alpine Linux edge package indexes: tinyproxy-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Lightweight HTTP proxy (OpenRC init scripts) | https://tinyproxy.github.io/
- dnf - tinyproxy - 1.11.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: tinyproxy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A small, efficient HTTP/SSL proxy daemon | https://tinyproxy.github.io/
- pacman - tinyproxy - 1.11.3-1: normalized package name match | Arch Linux sync databases: tinyproxy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A light-weight HTTP proxy daemon for POSIX operating systems | https://tinyproxy.github.io/
- zypper - tinyproxy - 1.11.3-2.2: normalized package name match | openSUSE Tumbleweed package metadata: tinyproxy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Minimalist WWW proxy | https://tinyproxy.github.io/
- MacPorts - tinyproxy: normalized package name match | MacPorts ports tree: net/tinyproxy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [asciidoc](https://www.automicvault.com/pkg/brew/asciidoc/) - Build dependency declared by Homebrew.
- [docbook-xsl](https://www.automicvault.com/pkg/brew/docbook-xsl/) - Build dependency declared by Homebrew.
- [connect](https://www.automicvault.com/pkg/brew/connect/) - Shares av.db curated category or tags: cli, https-proxy, networking, proxy.
- [corkscrew](https://www.automicvault.com/pkg/brew/corkscrew/) - Shares av.db curated category or tags: cli, http-proxy, networking, proxy.
- [gost](https://www.automicvault.com/pkg/brew/gost/) - Shares av.db curated category or tags: cli, http-proxy, networking, proxy.
- [proxychains-ng](https://www.automicvault.com/pkg/brew/proxychains-ng/) - Shares av.db curated category or tags: cli, http-proxy, networking, proxy.
- [brook](https://www.automicvault.com/pkg/brew/brook/) - Shares av.db curated category or tags: cli, networking, proxy.
- [ctrld](https://www.automicvault.com/pkg/brew/ctrld/) - Shares av.db curated category or tags: cli, daemon, networking, proxy.
- [dante](https://www.automicvault.com/pkg/brew/dante/) - Shares av.db curated category or tags: cli, networking, proxy.
- [geph4](https://www.automicvault.com/pkg/brew/geph4/) - Shares av.db curated category or tags: cli, networking, proxy.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
