# Installer magic-wormhole avec Homebrew, chocolatey, apt, MacPorts, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de magic-wormhole pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:magic-wormhole
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install magic-wormhole
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install magic-wormhole
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install magic-wormhole
```

  Preuve: Debian stable package indexes: magic-wormhole from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#magic-wormhole
```

  Preuve: nixpkgs package indexes: magic-wormhole from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S magic-wormhole
```

  Preuve: Arch Linux sync databases: magic-wormhole from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install magic-wormhole
```

  Preuve: Chocolatey community package catalog: magic-wormhole from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','logexpert'

- Scoop (92%):

```sh
scoop install main/magic-wormhole
```

  Preuve: Scoop official bucket manifest trees: bucket/magic-wormhole.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id magic-wormhole.magic-wormhole -e
```

  Preuve: Windows Package Manager source index: magic-wormhole.magic-wormhole from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:magic-wormhole
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/magic-wormhole>
- **Version:** 0.24.0
- **Résumé source:** Securely transfers data between computers
- **Page d'accueil:** <https://magic-wormhole.readthedocs.io/en/latest/>
- **Dépôt:** <https://github.com/magic-wormhole/magic-wormhole>
- **Docs amont:** <https://magic-wormhole.readthedocs.io/en/latest/>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/d7/8c/964308aeed7b828ca726da4bbfcc8f2bc89713b39ba768e24ce6331b30f3/magic_wormhole-0.24.0.tar.gz>
- **Dernière mise à jour:** 2026-06-20T10:48:59Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- magic-wormhole (cli)
- wormhole (cli)
- magic-wormhole (alias)
- wormhole (alias)

## Dépendances

- cryptography
- libsodium
- python@3.14

## Dépendances de compilation

- rust

## Bibliothèques fournies par macOS

- libffi

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.24.0
- gestionnaire mis à jour: 2026-06-20
- données locales: OK
- dépôt amont: https://magic-wormhole.readthedocs.io/en/latest/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2015: Public GitHub repository created.
- 2016: PyCon presentation referenced by official docs.
- 2017: Official docs describe availability in Debian 9 and Ubuntu 17.04 or later.
- 2023: Official docs note several client implementations of the protocol.
- 2026: Repository remains active with many tags and current Python compatibility documentation.

### Related projects

- magic-wormhole.rs is the Rust implementation and CLI variant.
- magic-wormhole-mailbox-server and magic-wormhole-transit-relay provide the relay-side infrastructure.
- Fowl, Warp, Android Wormhole clients, and other ecosystem tools build on the protocol or interoperate with it.

### Sources

- <https://github.com/magic-wormhole/magic-wormhole>
- <https://github.com/magic-wormhole/magic-wormhole/tags>
- <https://magic-wormhole.readthedocs.io/en/latest/>
- <https://magic-wormhole.readthedocs.io/en/latest/welcome.html>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour magic-wormhole. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - magic-wormhole - 0.18.0-1: normalized package name match | Debian stable package indexes: magic-wormhole from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Securely and simply transfer data between computers | https://github.com/warner/magic-wormhole
- Nix - magic-wormhole: normalized package name match | nixpkgs package indexes: magic-wormhole from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - magic-wormhole - 0.12.0-1.1: normalized package name match | Ubuntu 24.04 LTS package indexes: magic-wormhole from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Securely and simply transfer data between computers | https://github.com/warner/magic-wormhole
- pacman - magic-wormhole - 0.24.0-1: normalized package name match | Arch Linux sync databases: magic-wormhole from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Securely transfer data between computers | https://github.com/magic-wormhole/magic-wormhole
- MacPorts - magic-wormhole: normalized package name match | MacPorts ports tree: net/magic-wormhole/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - magic-wormhole: normalized package name match | Chocolatey community package catalog: magic-wormhole from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','logexpert'
- Scoop - main/magic-wormhole: normalized package name match | Scoop official bucket manifest trees: bucket/magic-wormhole.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - magic-wormhole.magic-wormhole: normalized package name match | Windows Package Manager source index: magic-wormhole.magic-wormhole from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/fr/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [croc](https://pkg.so/fr/brew/croc/) - Shares pkgdb curated category or tags: cli, file-transfer, networking, secure-transfer.
- [airshare](https://pkg.so/fr/brew/airshare/) - Shares pkgdb curated category or tags: cli, file-transfer, networking, python.
- [magic-wormhole.rs](https://pkg.so/fr/brew/magic-wormhole-rs/) - Shares pkgdb curated category or tags: cli, file-transfer, networking, secure-transfer.
- [lftp](https://pkg.so/fr/brew/lftp/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [duck](https://pkg.so/fr/brew/duck/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [lrzsz](https://pkg.so/fr/brew/lrzsz/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [ncftp](https://pkg.so/fr/brew/ncftp/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [davix](https://pkg.so/fr/brew/davix/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [gdown](https://pkg.so/fr/brew/gdown/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, file, file-transfer, networking, python.

## Combined YAML source

View the package source record on GitHub. [combined/magic-wormhole.yml](https://github.com/mxcl/pkgdb/blob/main/combined/magic-wormhole.yml)


## Sources

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