{"id":21133197,"url":"https://github.com/leastauthority/wormhole-client","last_synced_at":"2025-07-09T02:31:41.785Z","repository":{"id":53561255,"uuid":"136333257","full_name":"LeastAuthority/wormhole-client","owner":"LeastAuthority","description":"A magic-wormhole client in Haskell","archived":false,"fork":false,"pushed_at":"2024-03-29T17:01:41.000Z","size":470,"stargazers_count":6,"open_issues_count":20,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-04-14T01:01:36.206Z","etag":null,"topics":["cryptography","haskell"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeastAuthority.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-06T13:32:59.000Z","updated_at":"2024-03-29T13:27:59.000Z","dependencies_parsed_at":"2024-11-20T21:15:19.667Z","dependency_job_id":null,"html_url":"https://github.com/LeastAuthority/wormhole-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/LeastAuthority/wormhole-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeastAuthority%2Fwormhole-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeastAuthority%2Fwormhole-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeastAuthority%2Fwormhole-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeastAuthority%2Fwormhole-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeastAuthority","download_url":"https://codeload.github.com/LeastAuthority/wormhole-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeastAuthority%2Fwormhole-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264380303,"owners_count":23599023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","haskell"],"created_at":"2024-11-20T06:03:58.867Z","updated_at":"2025-07-09T02:31:41.491Z","avatar_url":"https://github.com/LeastAuthority.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Circle CI](https://circleci.com/gh/LeastAuthority/wormhole-client/tree/master.png?ghtoken=98e29d106176da58957f91ae408fb6499421be14)](https://circleci.com/gh/LeastAuthority/wormhole-client)\n\n# A magic-wormhole client in Haskell\n\n`hwormhole` is a haskell version of Brian Warner's [magic-wormhole][1] file\ntransfer program (also called `wormhole`) that uses the SPAKE2 based wormhole\nprotocol. Magic-wormhole allows the user to securely transfer a file from\none computer to another, anywhere in the world. This program interoperates\nwith the Python implementation of magic-wormhole program. We support transferring\nshort text messages, files and directories. If the user has `tor` or `Tor Browser`\ninstalled, then magic-wormhole can be instructed to use the tor connection in order\nto protect the IP/Port addresses of the users.\n\n## Building\n\n### On Unix\n\nYou will need `cabal-install` version 2.2 or above that supports the `new-*` commands.\n\n`git clone https://github.com/LeastAuthority/wormhole-client`\n\nand\n\n```\ncd wormhole-client\ncabal new-build hwormhole\ncabal new-test hwormhole\ncabal new-run hwormhole:hwormhole-exe -- send --text foobar\ncabal new-run hwormhole:hwormhole-exe -- send /path/to/foobar.txt\ncabal new-run hwormhole:hwormhole-exe -- receive\n```\nThere is a `--help` command. It works for subcommands as well.\n\n### On Windows\n\n1. Download `libsodium` [pre-built library].\n2. Install Visual Studio 2015 redistributable to install `vcruntime140.dll` needed by `libsodium.dll`.\n3. On a command line shell (assuming `ghc` and `cabal-install` are installed and are already in the `PATH`), `set LIBRARY_PATH=C:\\path\\to\\dir\\containing\\libsodium.dll\\`\n4. Now, follow the steps above for Unix.\n\n## Development\n\nPlease check the `Changelog.md` file for the latest changes.\n\n## Contributions\n\nWe welcome all kinds of contributions (bug fixes, new features, documentation, tests etc). Please send them as github pull requests.\n\n## What's next?\n\nSupport \"dilated wormholes\" when it becomes available in the upstream.\n\n## Feedback\n\nThis is my dig at creating a \"production\" haskell application. I welcome all kinds\nof feedback. My email ID can be found in the `hwormhole.cabal` file in the maintainer\nfield or from [my github page][3]. I also hang out on the IRC at `#magic-wormhole`\non freenode with handle `rkrishnan`.\n\n[1]: https://github.com/warner/magic-wormhole\n[2]: https://github.com/LeastAuthority/haskell-magic-wormhole\n[3]: https://github.com/vu3rdd\n\n## Thanks\n\nWe wish to thank NLnet Foundation for a grant that enabled us to work on this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleastauthority%2Fwormhole-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleastauthority%2Fwormhole-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleastauthority%2Fwormhole-client/lists"}