Encrypted file transfer.
Peer-to-peer.
AirPipe sends files directly between your devices, encrypted in your browser. The relay never sees what you send.
The relay only sees encrypted handshakes. Your file goes directly between devices.
Receive
Got a passphrase?
Run your own relay.
AirPipe is open-source and self-hostable. One command boots a relay you fully control.
Point the CLI at it with AIRPIPE_RELAY.
docker run -p 8080:8080 ghcr.io/sanyam-g/airpipe-relayCopycurl -sSL https://airpipe.sanyamgarg.com/install.sh | shCopyexport AIRPIPE_RELAY=https://relay.example.comCopyRoadmap
- nextPersistent multi-file pairing
- nextReceiver-side accept prompt
- soonMulti-arch Docker image
- soonTURN relay for tricky networks
- laterLAN device auto-discovery