Automic VaultAutomic Vault

brew

Install corkscrew with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, winget

Tunnel SSH through HTTP proxies. Version 2.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install corkscrew

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install corkscrew

MacPorts ports tree · net/corkscrew/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add corkscrew

Alpine Linux edge package indexes · corkscrew · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install corkscrew

Debian stable package indexes · corkscrew · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install corkscrew

Fedora Rawhide package metadata · corkscrew · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#corkscrew

nixpkgs package indexes · pkgs/by-name/co/corkscrew/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S corkscrew

Arch Linux sync databases · corkscrew · source: geo.mirror.pkgbuild.com

Windows

Windows Package Managerverified · 92%
winget install --id androidWG.Corkscrew -e

Windows Package Manager source index · androidWG.Corkscrew · source: cdn.winget.microsoft.com

overview

Package summary

Tunnel SSH through HTTP proxies

Commands and aliases

  • corkscrew

history

Project history and usage

Corkscrew is a small networking utility for tunneling SSH through HTTP proxies. Its upstream README frames OpenSSH ProxyCommand usage as the normal path, making it a classic single-purpose helper for locked-down networks.

Project history

The public GitHub repository was created in 2009 and the upstream README identifies GitHub as the primary distribution site. The README also records older portability work by listing HPUX, Solaris, BSD systems, Linux, Cygwin/Win32, and macOS as compiled targets.

Adoption history

Corkscrew spread through Unix package managers because it solved a narrow operational problem: connecting SSH through an HTTP proxy with minimal moving parts. Its presence in multiple package-manager ecosystems reflects the long tail of proxy-heavy corporate and campus networks.

How it is used

Typical usage adds a ProxyCommand line to ~/.ssh/config. For proxies requiring authentication, the README documents a separate username:password file, commonly placed under ~/.ssh with restrictive permissions.

Why package nerds care

Corkscrew is a package-manager survivor: tiny, stable, and useful when a network environment requires exactly its protocol trick. It matters less for feature churn than for preserving a known CLI building block.

Timeline

  • 2009: Public GitHub repository created.
  • v2.0: Upstream repository exposes a v2.0 tag.
  • Present: README continues to document OpenSSH ProxyCommand integration and proxy-auth file usage.

Related projects

  • Related tools and features include OpenSSH ProxyCommand, netcat-style proxy helpers, HTTP CONNECT proxies, and SSH ProxyJump for other tunneling scenarios.

security posture

Risk level: blue

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

Risk classifier

blue risk · medium confidence · tool

Why

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

Signals

  • text:http,ssh

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 13 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
corkscrewcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version2.0
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://packages.debian.org/sid/corkscrew

install metadata

Package metadata

Package keybrew:corkscrew
Version2.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/corkscrew
Homepagehttps://packages.debian.org/sid/corkscrew
Repositoryhttps://github.com/patpadgett/corkscrew
Upstream docshttps://github.com/patpadgett/corkscrew#readme
LicenseGPL-2.0-or-later
Source archivehttps://deb.debian.org/debian/pool/main/c/corkscrew/corkscrew_2.0.orig.tar.gz
Build dependencieslibtool
Bottleavailable (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecorkscrew
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

corkscrew 2.0-15

tunnel TCP connections through HTTP proxies

https://github.com/patpadgett/corkscrew

sudo apt install corkscrew
  • Section: net
  • Architecture: amd64
  • 1 dependencies
  • normalized package name match
  • Matched by: Corkscrew
Debian stable package indexes · deb.debian.org · Debian stable package indexes: corkscrew from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

corkscrew

nix profile install nixpkgs#corkscrew
  • normalized package name match
  • Matched by: Corkscrew
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/co/corkscrew/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

corkscrew 2.0-14

tunnel TCP connections through HTTP proxies

https://github.com/patpadgett/corkscrew

sudo apt install corkscrew
  • Section: universe/net
  • Architecture: amd64
  • 1 dependencies
  • normalized package name match
  • Matched by: Corkscrew
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: corkscrew from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

corkscrew 2.0_git20190118-r1

Tool for tunneling SSH through HTTP proxies

https://github.com/bryanpkc/corkscrew

sudo apk add corkscrew
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: corkscrew
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Corkscrew
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: corkscrew from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

corkscrew-doc 2.0_git20190118-r1

Tool for tunneling SSH through HTTP proxies (documentation)

https://github.com/bryanpkc/corkscrew

sudo apk add corkscrew-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: corkscrew
  • normalized package name match
  • Matched by: Corkscrew
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: corkscrew-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

corkscrew 2.0-42.fc44

Tool for tunneling SSH through HTTP proxies

http://freshmeat.sourceforge.net/projects/corkscrew

sudo dnf install corkscrew
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: corkscrew
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Corkscrew
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: corkscrew from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

corkscrew 2.0-8

A tool for tunneling SSH through HTTP proxies

https://github.com/patpadgett/corkscrew

sudo pacman -S corkscrew
  • License: GPL
  • Architecture: x86_64
  • normalized package name match
  • Matched by: Corkscrew
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: corkscrew from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

corkscrew

sudo port install corkscrew
  • normalized package name match
  • Matched by: Corkscrew
MacPorts ports tree · api.github.com · MacPorts ports tree: net/corkscrew/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

androidWG.Corkscrew

winget install --id androidWG.Corkscrew -e
  • normalized package name match
  • Matched by: Corkscrew
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: androidWG.Corkscrew from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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