Skip to content

Features Self Update

Tuck edited this page Jun 28, 2026 · 2 revisions

Self-Update

Deskbrid can update itself from GitHub releases. Update checks run in the background by default (every 6 hours) and emit update.available events.

Manual update check

deskbrid update --check

Response shows current and latest version plus release URL.

Self-update

deskbrid update

This downloads, verifies, replaces the binary, and restarts the daemon.

Environment

DESKBRID_UPDATE_INTERVAL=21600 deskbrid daemon
DESKBRID_UPDATE_CHECK=false deskbrid daemon

Clone this wiki locally