PeerBeam

May 21, 2025 ยท View on GitHub

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

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

  • direct file transfer between two computers
  • WebRTC for secure, p2p communication
  • cross-platform: works on Windows, Linux, macOS
  • no port-forwarding or network config needed
  • supports ipv6 and ipv4

Installation

Install Go then run:

go install github.com/krisapa/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