Documentation

Headless receive mode

`ferry daemon` keeps accepting direct-address QUIC transfers after a foreground shell would have exited. It is useful now, with one important trust caveat.

Run it

ferry daemon
ferry daemon --listen 0.0.0.0:53318 --dest ~/Downloads/ferry

On first run the daemon resolves its settings, writes daemon.toml in the platform config directory, accepts one direct session at a time, and stays alive after completed or failed sessions.

Current trust boundary

Headless operation

The repository reference at docs/daemon.md includes the persisted config shape, systemd user-service example, launchd user-agent example, and the planned non-interactive PSK workflow.