Try the alpha
Install, run, send, approve.
The alpha path is intentionally small: get the daemon running,
send from LocalSend, then approve trusted senders.
1
Install from release assets
curl -fsSL https://raw.githubusercontent.com/NightBridgeHQ/nightbridge/main/install.sh | \
sh -s -- --version 26.5.0-alpha
The installer downloads a platform tarball, verifies SHA256SUMS, and installs the CLI, daemon, TUI, and nbrg shortcut.
2
Run the daemon
night-bridge-daemon \
--alias "Home Server" \
--localsend-receive-policy trusted \
--inbox "$HOME/NightBridgeInbox"
Trusted mode records unknown LocalSend senders as pending until you approve them.
3
Send from LocalSend
# Use the official LocalSend app.
# Pick "Home Server" on the LAN.
# Send the file.
NightBridge appears as a LocalSend-compatible peer.
4
Approve trusted peers
night-bridge peers pending-local-send
night-bridge peers approve-local-send <fingerprint> \
--label "Diego iPhone"
Trusted peers can be allowed without reopening the desktop.