DropWire v0.1 Engine — Encrypted P2P Streaming
TECHNOLOGY SPECIFICATION:
Rust Core·Zero-cost abstractions
High-Speed Transport·Multiplexed UDP stream
End-to-End Auth·Mutual encryption
Chunk Integrity·Real-time stream validation
Stream Compress·Real-time size reduction
Rich Terminal UI·Cross-platform CLI
ZERO-KNOWLEDGE RELAY

Encryption is non-negotiable. Plaintext never touches the network.

DropWire enforces end-to-end mutual authentication on every packet. Whether sending over local Wi-Fi or across the globe via zero-knowledge relay servers, unencrypted data never leaves your RAM.

  • Ephemeral session encryption keys per transfer
  • Relay server only sees encrypted ciphertext & room routing tags
  • Automatic LAN discovery via mDNS when peers are nearby
MUTUAL AUTHENTICATIONPASSED
Sender Fingerprint:

8f4a1c98e3d2a71b...69e120f

Receiver Fingerprint:

3b71f92e01a4c88d...14f290d

Ciphertext payload encrypted with ChaCha20Poly1305 before transport layer.
CHUNK VERIFICATION STATUS1,024 / 1,024 VERIFIED
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Chunk #15 re-verified via cryptographic hash match.
CHUNK RESUMABILITY

Interrupt proof. Stream 100GB files with instant resumability.

DropWire breaks files into verified cryptographic chunks. If connection drops, receiver negotiates missing chunk indices upon reconnect—no need to restart huge transfers from 0%.

  • Cryptographic root validation per file
  • Corrupted chunks re-requested individually
  • Zero temporary disk waste or unverified writes
TRUST & THREAT MODEL

Built for complete security transparency

We believe trust is earned through code, non-custodial design, and clear threat boundaries—not marketing claims.

Direct LAN Support

Works completely offline. If both peers are on the same network, files transfer directly at local gigabit speeds.

Zero Telemetry

No analytics, no pingbacks, no account tracking. Transfer metrics stay strictly on your terminal screen.

Zero-Knowledge Relays

Relay servers only route SPAKE2 ciphertext envelopes between room tokens. Plaintext is mathematically unreadable to relays.

Ready to transfer files without limits?

Install DropWire via Cargo or standalone binary. Works out of the box on Windows, macOS, and Linux.

$ curl -sS https://dropwire.tyes.dev/install.sh | sh
Windows (x64)·macOS (Apple Silicon / Intel)·Linux (x86_64 / ARM64)