Skip to content

v1.1.1 — GUI install guide

Choose a tag to compare

@richer-richard richer-richard released this 03 Jun 09:05
· 65 commits to main since this release
v1.1.1
b9d99a6

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 ## Install section 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 via rfd, so no libgtk-3-dev is 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, …), the doctor subcommand, 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 mailbox

Full changelog: v1.1.0...v1.1.1