macOS
brew install stunnellocal Homebrew formula metadata
sudo port install stunnelMacPorts ports tree · security/stunnel/Portfile · source: api.github.com
brew
SSL tunneling program. Version 5.79 via Homebrew; verified 2026-06-29.
install
brew install stunnellocal Homebrew formula metadata
sudo port install stunnelMacPorts ports tree · security/stunnel/Portfile · source: api.github.com
sudo apk add stunnelAlpine Linux edge package indexes · stunnel · source: dl-cdn.alpinelinux.org
sudo dnf install stunnelFedora Rawhide package metadata · stunnel · source: dl.fedoraproject.org
nix profile install nixpkgs#stunnelnixpkgs package indexes · pkgs/by-name/st/stunnel/package.nix · source: api.github.com
sudo pacman -S stunnelArch Linux sync databases · stunnel · source: geo.mirror.pkgbuild.com
sudo zypper install stunnelopenSUSE Tumbleweed package metadata · stunnel · source: download.opensuse.org
choco install stunnelChocolatey community package catalog · stunnel · source: community.chocolatey.org
scoop install extras/stunnelScoop official bucket manifest trees · bucket/stunnel.json · source: api.github.com
winget install --id MichalTrojnara.Stunnel -eWindows Package Manager source index · MichalTrojnara.Stunnel · source: cdn.winget.microsoft.com
overview
SSL tunneling program
history
stunnel is a long-running TLS wrapper proxy used to add TLS encryption to clients and servers that do not speak TLS themselves.
The official changelog records stunnel 0.1 as a testing skeleton on 1998-02-10 and stunnel 1.0 on 1998-02-11 as the first version with SSL support. That makes it one of the older still-packaged command-line TLS utilities in Unix and Windows ecosystems.
The project has remained focused on wrapping arbitrary TCP services with SSL/TLS rather than replacing the underlying application protocol. Its manual and HOWTO present configuration as service sections that accept local connections and connect or execute another service behind the encrypted layer.
The input package facts list stunnel in Homebrew, Alpine, Fedora/DNF, MacPorts, Nix, Arch, Chocolatey, Scoop, WinGet, and openSUSE/Zypper. That breadth reflects stunnel's role as a portable operational tool rather than a single-platform utility.
The official downloads page publishes source tarballs, Windows installers, Android builds, signatures, checksums, and rsync-accessible code archives, showing a release process designed for downstream packagers and administrators.
Administrators use stunnel to put TLS in front of non-TLS-aware services or to create encrypted client-side tunnels to remote services. The manual describes global options plus per-service sections containing options such as accept, connect, certificates, keys, and verification settings.
Common package usage is configuration-file driven: install the package, write stunnel.conf service blocks, provide certificates or keys where needed, and supervise stunnel as a daemon or service.
stunnel matters to package nerds because it is a classic tiny Unix tool with a huge compatibility surface: C code, OpenSSL linkage, service-manager integration, certificate file handling, Windows installers, and distribution patches all meet in one package.
It is also a practical example of packaging security middleware. The package is not exciting because it owns an application protocol; it is important because it lets old or simple services survive in TLS-required environments.
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.
<config-folder>/stunnel.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
stunnel | cli | global executable | |
stunnel3 | 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.
install metadata
| Package key | brew:stunnel |
|---|---|
| Version | 5.79 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/stunnel |
| Homepage | https://www.stunnel.org/ |
| Repository | https://github.com/mtrojnar/stunnel |
| Upstream docs | https://www.stunnel.org/docs.html |
| License | GPL-2.0-or-later |
| Source archive | https://www.stunnel.org/downloads/stunnel-5.79.tar.gz |
| Last updated | 2026-06-29T16:45:11Z |
| Pulse | updated |
| Dependencies | openssl@3 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | A bogus SSL server certificate has been installed to: $HOMEBREW_PREFIX/etc/stunnel/stunnel.pem This certificate will be used by default unless a config file says otherwise! Stunnel will refuse to load the sample configuration file if left unedited. In your stunnel configuration, specify a SSL certificate with the "cert =" option for each service. To use Stunnel with Homebrew services, make sure to set "foreground = yes" in your Stunnel configuration. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | stunnel |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
stunnel
nix profile install nixpkgs#stunnelstunnel 5.76-r0
SSL encryption wrapper between network client and server
sudo apk add stunnelstunnel-doc 5.76-r0
SSL encryption wrapper between network client and server (documentation)
sudo apk add stunnel-docstunnel-openrc 5.76-r0
SSL encryption wrapper between network client and server (OpenRC init scripts)
sudo apk add stunnel-openrcstunnel3 5.76-r0
Perl wrapper to use stunnel 3.x syntax in stunnel >=4.05
sudo apk add stunnel3stunnel 5.78-1.fc45
A TLS-encrypting socket wrapper
sudo dnf install stunnelstunnel 5.78-1
A program that allows you to encrypt arbitrary TCP connections inside SSL
sudo pacman -S stunnelstunnel 5.78-1.1
Universal TLS Tunnel
sudo zypper install stunnelstunnel-doc 5.78-1.1
Documentation for the universal TLS Tunnel
sudo zypper install stunnel-docstunnel
sudo port install stunnelstunnel
choco install stunnelextras/stunnel
scoop install extras/stunnelMichalTrojnara.Stunnel
winget install --id MichalTrojnara.Stunnel -esource 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.