This package browser is in early development. Mind the rough edges.

magic-wormhole

Securely transfer data between computers

Magic-Wormhole is a library and a command-line tool named wormhole, which makes it possible to securely transfer arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.

The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.

Installation

Install the latest version of magic-wormhole as follows:

guix install magic-wormhole

Or install a particular version:

guix install magic-wormhole@0.19.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of magic-wormhole about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/magic-wormhole'><img src='https://packages.guix.gnu.org/packages/magic-wormhole/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/magic-wormhole/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/magic-wormhole)

Example Org:

[[https://packages.guix.gnu.org/packages/magic-wormhole][https://packages.guix.gnu.org/packages/magic-wormhole/badges/latest-version.svg]]