Install BurnLink.
One command. End-to-end encrypted, burn-after-read file sharing from your terminal.
latest: 0.1.9
All releases →
macOS / Linux
bash, zsh, fish
$
curl -fsSL https://burnlink.page/install.sh | sh
Windows
PowerShell 5+
>
irm https://burnlink.page/install.ps1 | iex
npm
Node 18+
$
npm i -g burnlink
If you get EACCES, your global npm prefix is owned by root.
Switch to a user prefix:
npm config set prefix ~/.npm-global then re-add
export PATH="$HOME/.npm-global/bin:$PATH" to your shell rc.
Then run
01
Activate
burnlink activate BURNLINK-…
02
Send
burnlink upload ./secret.pdf
03
Receive
burnlink download <url>
