macOS
brew install magic-wormholelocal Homebrew formula metadata
sudo port install magic-wormholeMacPorts ports tree · net/magic-wormhole/Portfile · source: api.github.com
brew
Securely transfers data between computers. Version 0.24.0 via Homebrew; verified 2026-06-20.
install
brew install magic-wormholelocal Homebrew formula metadata
sudo port install magic-wormholeMacPorts ports tree · net/magic-wormhole/Portfile · source: api.github.com
sudo apt install magic-wormholeDebian stable package indexes · magic-wormhole · source: deb.debian.org
nix profile install nixpkgs#magic-wormholenixpkgs package indexes · magic-wormhole · source: raw.githubusercontent.com
sudo pacman -S magic-wormholeArch Linux sync databases · magic-wormhole · source: geo.mirror.pkgbuild.com
choco install magic-wormholeChocolatey community package catalog · magic-wormhole · source: community.chocolatey.org
scoop install main/magic-wormholeScoop official bucket manifest trees · bucket/magic-wormhole.json · source: api.github.com
winget install --id magic-wormhole.magic-wormhole -eWindows Package Manager source index · magic-wormhole.magic-wormhole · source: cdn.winget.microsoft.com
overview
Securely transfers data between computers
history
Magic Wormhole is a command-line tool and Python library for moving files, directories, text, and streams from one computer to another using short one-time codes. Its cultural niche is secure ad hoc transfer: the thing you reach for when the two humans can talk but the two computers have no prearranged account, URL, or SSH path.
Brian Warner's Magic Wormhole repository was created in February 2015. The official documentation presents the project as both a `wormhole` CLI and a Python library, with a protocol built around a mailbox server, optional transit relay, and a PAKE exchange that turns a human-sized code into end-to-end encryption keys.
The project became well known after its PyCon 2016 presentation and early documentation emphasized a memorable UX: one side runs `wormhole send`, the other runs `wormhole receive`, and both type or paste the same short code. Over time the documentation expanded into protocol references for the mailbox server, client-to-client protocol, file-transfer protocol, Tor support, journaled mode, and dilation.
Magic Wormhole moved from Python package to operating-system package quickly enough that the official installation docs recommend packaged versions first. They document Homebrew on macOS, Debian and Ubuntu packages, openSUSE packages, Chocolatey on Windows, and source installs through `pip`.
The project has broad package-manager presence in the supplied Homebrew input, including Homebrew, Chocolatey, Debian, MacPorts, Nix, pacman, Scoop, Ubuntu, and winget. Its GitHub repository also shows more than twenty thousand stars and hundreds of forks, a strong adoption signal for a small security-oriented CLI.
The standard file-transfer workflow is `wormhole send FILENAME` on one machine and `wormhole receive` on the other. The sender displays a short code, the receiver enters it, and the clients negotiate a direct or relayed encrypted transfer.
The library is used by other applications that need code-authenticated channels. Official docs point to protocol APIs and related applications, and the ecosystem page lists multiple implementations and clients.
Magic Wormhole matters to package people because it is a tiny CLI with a big trust and bootstrap story. It avoids accounts, shared storage, long URLs, SSH setup, and manual key exchange, so it often appears in package collections as the pragmatic secure-transfer utility alongside rsync, scp, croc, and age-like tools.
It is also a protocol family, not just a Python command. The existence of Rust, GUI, mobile, relay, and mailbox-server packages gives package managers a small ecosystem to represent, which is why the original package remains the canonical anchor.
security posture
No matching local secret-handling manifest was found for magic-wormhole. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
magic-wormhole | cli | global executable | |
wormhole | 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://magic-wormhole.readthedocs.io/en/latest/
install metadata
| Package key | brew:magic-wormhole |
|---|---|
| Version | 0.24.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/magic-wormhole |
| Homepage | https://magic-wormhole.readthedocs.io/en/latest/ |
| Repository | https://github.com/magic-wormhole/magic-wormhole |
| Upstream docs | https://magic-wormhole.readthedocs.io/ |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/d7/8c/964308aeed7b828ca726da4bbfcc8f2bc89713b39ba768e24ce6331b30f3/magic_wormhole-0.24.0.tar.gz |
| Last updated | 2026-06-20T10:48:59Z |
| Pulse | updated |
| Dependencies | cryptography, libsodium, python@3.14 |
| Build dependencies | rust |
| Uses from macOS | libffi |
| 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 | magic-wormhole |
| Version Scheme | 0 |
| Revision | 3 |
| Head Version | HEAD |
| 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.
magic-wormhole 0.18.0-1
Securely and simply transfer data between computers
https://github.com/warner/magic-wormhole
sudo apt install magic-wormholemagic-wormhole
nix profile install nixpkgs#magic-wormholemagic-wormhole 0.12.0-1.1
Securely and simply transfer data between computers
https://github.com/warner/magic-wormhole
sudo apt install magic-wormholemagic-wormhole 0.24.0-1
Securely transfer data between computers
https://github.com/magic-wormhole/magic-wormhole
sudo pacman -S magic-wormholemagic-wormhole
sudo port install magic-wormholemagic-wormhole
choco install magic-wormholemain/magic-wormhole
scoop install main/magic-wormholemagic-wormhole.magic-wormhole
winget install --id magic-wormhole.magic-wormhole -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.