Skip to content

Releases: Open-Arc/deaddrop

DeadDrop v0.2.0 — Browser Receiver

12 Jun 21:51

Choose a tag to compare

What's new in v0.2.0

Browser receiver

No install needed on the receiver's side. The sender gets both a CLI code and a browser link:

✦ Transfer options:

  CLI:     deaddrop recv wolf-ghost-echo-delta-42@192.168.1.5:7749
  Browser: http://192.168.1.5:7750

The receiver opens the link in any browser and clicks download. That's it.

One-time enforcement

After the file is downloaded, the page shows an expiry screen. The link is dead. Nothing is stored.

Security

  • ChaCha20-Poly1305 end-to-end encryption
  • SHA-256 key derivation from one-time code
  • Direct TCP transport — no relay, no middleman
  • File decrypted in memory, never written to disk on the server side

Install

# Download the binary
curl -LO https://github.com/Open-Arc/deaddrop/releases/download/v0.2.0/deaddrop-v0.2.0-linux-x86_64
chmod +x deaddrop-v0.2.0-linux-x86_64
sudo mv deaddrop-v0.2.0-linux-x86_64 /usr/local/bin/deaddrop

Verify checksum

sha256sum -c checksums.txt

Open Arc · leave no trace