Home

Awesome

PeerBeam

https://github.com/user-attachments/assets/9579b274-1067-42c8-b8c9-816e3168f6b4

PeerBeam is a tool for fast and secure file transfer between computers.

Installation

Install Go then run:

go install github.com/6b70/peerbeam@latest

This will install the peerbeam binary to your $GOPATH/bin.

Usage

To send a file run:

peerbeam send <file1> <file2> ...

To receive files run:

peerbeam receive

You can also query a STUN server:

peerbeam stun

References