Home Guides Protocol Install Awesome Hacks

Hyperbeam

A 1-1 end-to-end encrypted internet pipe powered by Hyperswarm and Noise.

Source code

# on your computer echo "hello world" | hyperbeam # => Passphrase: foo bar baz # on some other computer hyperbeam foo bar baz > file.txt cat file.txt # => hello world

Hyperphone

A telephone over Hyperbeam.

Source code

# on your computer hyperphone "your name and your friend" # on your friend's computer hyperphone "your name and your friend"