Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

pojntfx/webwormhole-binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebWormhole Binaries

Weekly builds of https://github.com/saljam/webwormhole.

hydrun CI

Installation

Binaries are built weekly and uploaded to GitHub releases.

On Linux, you can install them like so:

$ curl -L -o /tmp/ww https://github.com/pojntfx/webwormhole-binaries/releases/download/latest/ww.linux-$(uname -m)
$ sudo install /tmp/ww /usr/local/bin

On macOS, you can use the following to install:

$ curl -L -o /tmp/ww https://github.com/pojntfx/webwormhole-binaries/releases/download/latest/ww.darwin-$(uname -m)
$ sudo install /tmp/ww /usr/local/bin

On Windows, the following should work (using PowerShell as administrator):

PS> Invoke-WebRequest https://github.com/pojntfx/webwormhole-binaries/releases/download/latest/ww.windows-x86_64.exe -OutFile \Windows\System32\ww.exe

You can find binaries for more operating systems and architectures on GitHub releases.

License

webwormhole-binaries (c) 2021 Felicitas Pojtinger and contributors

SPDX-License-Identifier: BSD-2-Clause