{"id":19003907,"url":"https://github.com/kiesel/wormhole-go","last_synced_at":"2025-06-14T11:32:52.047Z","repository":{"id":64308075,"uuid":"55227425","full_name":"kiesel/wormhole-go","owner":"kiesel","description":"A golang implementation of wormhole","archived":false,"fork":false,"pushed_at":"2016-08-07T19:09:28.000Z","size":32,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T13:45:35.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiesel.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}},"created_at":"2016-04-01T11:24:24.000Z","updated_at":"2020-05-17T19:52:00.000Z","dependencies_parsed_at":"2023-01-15T11:15:22.326Z","dependency_job_id":null,"html_url":"https://github.com/kiesel/wormhole-go","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kiesel/wormhole-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fwormhole-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fwormhole-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fwormhole-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fwormhole-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiesel","download_url":"https://codeload.github.com/kiesel/wormhole-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fwormhole-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259808494,"owners_count":22914656,"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":[],"created_at":"2024-11-08T18:20:42.196Z","updated_at":"2025-06-14T11:32:51.995Z","avatar_url":"https://github.com/kiesel.png","language":"Go","readme":"Wormhole\n=========\n[![Build Status on TravisCI](https://secure.travis-ci.org/kiesel/wormhole-go.png)](http://travis-ci.org/kiesel/wormhole-go)\n[![GitHub release](https://img.shields.io/github/release/kiesel/wormhole-go.svg?maxAge=2592000)](https://github.com/kiesel/wormhole-go/releases)\n[![license](https://img.shields.io/github/license/kiesel/wormhole-go.svg?maxAge=2592000)](https://github.com/kiesel/wormhole-go/blob/master/LICENSE)\n\nWormhole is a an application that allows to open files from a commandline within a VM in your favorite editor(s) / applications in the host system.\n\nPrerequisites are that:\n\n* the part of the VM filesystem that is hosting the files in question is mounted in your host OS\n* you are logging in via SSH (though that limitation is only relevant for the client part.)\n\nInstallation\n------------\n\n1. Download the latest release from the [GitHub Releases](https://github.com/kiesel/wormhole-go/releases) page.\n2. Extract `.wormhole.yml` from the release zip into your home directory.\n3. Run `wormhole` / `wormhole.exe`\n\nTo start wormhole with your shell, put this line into `.bashrc` / `.zshrc`:\n\n```sh\n(nohup $HOME/wormhole.exe -quiet 2\u003e\u00261 \u0026)\n```\n\nClient installation\n-------------------\nYou'll need a client, too. Given you're using bash / zsh or a compatible shell, you can use [kiesel/wormhole](https://github.com/kiesel/wormhole).\n\n\nSecurity\n--------\n\nWormhole opens a port on a designated interface for you; when binding to public network interfaces, you might expose yourself to serious security risks.\n\nThe recommended setup is therefore, to bind it to the loopback address 127.0.0.1 / ::1 and use SSH to make that port available to your client system (which would usually be a local VM). The configuration file `.ssh/config` would look like this:\n\n    Host vbox vb 127.0.0.1\n      Hostname 127.0.0.1\n      Port 2222\n\n      RemoteForward 127.0.0.1:5115 127.0.0.1:5115\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiesel%2Fwormhole-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiesel%2Fwormhole-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiesel%2Fwormhole-go/lists"}