A GUI for the Magic Wormhole. Get things from one computer to another safely.
Download the Windows installer.
Download the MacOS installer.
Installer coming soon. In the meantime, see below for installing with pipx.
The recommended method to run from the Python source is with pipx:
pipx install wormhole-ui
wormhole-ui
(or use pip if you prefer)
Requires Poetry.
git clone https://github.com/sneakypete81/wormhole-ui.git
cd wormhole-ui
poetry install
Then you can use the following:
poetry run wormhole-ui # Run the app
poetry run pytest # Run unit tests
poetry run flake8 # Run the linter
poetry run black . # Run the code autoformatter
poetry run tox # Run all checks across all supported Python versions