Magic Wormhole: Securely Transfer Files and Text Between Computers

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Magic Wormhole: Securely Transfer Files and Text Between Computers

Summary

Magic Wormhole is an open-source tool that enables secure and easy transfer of files, directories, or text snippets between computers. It uses unique, human-pronounceable "wormhole codes" to identify endpoints, ensuring safe, one-time use transfers without complex setup. This Python-based utility simplifies cross-device data sharing with strong cryptographic guarantees.

Repository Information

Analyzed by OSRepos on December 12, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Magic Wormhole is an innovative open-source tool designed to facilitate the secure and straightforward transfer of files, directories, and short pieces of text between computers. Developed by the magic-wormhole organization, this Python-based utility simplifies the often-complex process of moving data across different machines. It achieves this by using unique, human-pronounceable "wormhole codes" that act as a shared secret between the sending and receiving endpoints, ensuring that only the intended parties can access the data. Each wormhole code is single-use, enhancing security and privacy.

Installation

Magic Wormhole is widely available and can be installed through various operating system package managers. For detailed instructions or to install it without an OS package, refer to the official documentation. The project is compatible with Python 3.10 and higher.

# Example for pip installation (refer to docs for recommended method)
pip install magic-wormhole

For comprehensive installation guides, please visit the Installation documentation.

Examples

Using Magic Wormhole is intuitive. The sending machine generates a wormhole code, which is then typed into the receiving machine. For instance, to send a file:

On the sending machine:

wormhole send my_document.pdf

This command will output a wormhole code, such as "4-purple-dragon".

On the receiving machine:

wormhole receive 4-purple-dragon

Upon entering the correct code, the file transfer will commence securely. You can also send text or entire directories with similar commands.

Why Use It

Magic Wormhole stands out for its emphasis on security and user-friendliness. The human-pronounceable, single-use codes eliminate the need for complex key exchanges or server configurations, making secure transfers accessible to everyone. Its cryptographic design ensures that data is transferred safely, protecting it from eavesdropping. Whether you need to quickly share a document with a colleague or move files between your own devices, Magic Wormhole provides a robust, efficient, and secure solution.

Links

Related repositories

Similar repositories that may be relevant next.

A-MEM: Self-Evolving Memory for Coding Agents

A-MEM: Self-Evolving Memory for Coding Agents

August 17, 2026

A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

PythonAILLM
Agent Sandbox: Secure Local Development for AI Coding Agents

Agent Sandbox: Secure Local Development for AI Coding Agents

August 17, 2026

Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.

agent-harnessagent-sandboxagents
AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

August 16, 2026

AMD Skills is the official catalog of AI agent skills from AMD, designed to empower AI agents with optimized software for AMD hardware. This repository provides knowledge, scripts, and conventions for working with AMD's stack, enabling seamless integration with major coding agents like Cursor, Claude Code, OpenAI Codex, and Gemini CLI.

PythonAI AgentsMachine Learning
agent-tackle-box: A Terminal Debugger for LangGraph & LangChain Agents

agent-tackle-box: A Terminal Debugger for LangGraph & LangChain Agents

August 15, 2026

agent-tackle-box is a comprehensive toolkit for developing AI agents, featuring the powerful `agent-debugger`. This terminal debugger provides deep insights into LangGraph and LangChain agents. It allows developers to inspect state, monitor tool calls, and step through Python code, all within a unified Textual UI.

agent-debuggerai-agentslangchain

Source repository

Open the original repository on GitHub.

30 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️