v1.1.1 — GUI install guide
Docs-only release. Identical code to v1.1.0 — this version exists so the new install guide reaches the crates.io pages that cargo install users read.
What changed
- New
## Installsection in the README with a proper desktop GUI (huddle-gui) install + run guide — the README was previously TUI-only.cargo install huddle-gui/huddle/huddle-server- Per-OS system prerequisites (note:
huddle-gui's file dialogs use the XDG desktop portal viarfd, so nolibgtk-3-devis needed on Linux). - Build-from-source for both binaries.
- Running the GUI: the first-run username + master-passphrase signup, the shared transport flags (
--clearnet-server,--server,--mode, …), thedoctorsubcommand, and per-OS config/data paths.
- Intro now names both clients (desktop GUI and terminal UI) instead of TUI-only.
Install
cargo install huddle-gui # native desktop GUI
cargo install huddle # terminal client
cargo install huddle-server # relay + offline mailboxFull changelog: v1.1.0...v1.1.1