Skip to content

v2026.6.11-beta.18

Latest

Choose a tag to compare

@houko houko released this 11 Jun 14:34
· 3 commits to main since this release
ac4900b

Full Changelog

8 PRs from 2 contributors since v2026.6.10-beta.17.

Fixed

  • Persist run state outside the state lock so GET /run never spuriously reports running:false (#6083) (@houko)
  • Inject embedded SDK into the sidecar --describe probe so the configure form isn't empty without pip install (#6085) (@houko)
  • Encode qrcode_img_content so the login QR is scannable (#6086) (@houko)
Documentation, maintenance, and other internal changes

Maintenance

  • Bump @whiskeysockets/baileys from 6.7.21 to 6.7.22 in /packages/whatsapp-gateway (#6077) (@app/dependabot)
  • Bump @types/react from 19.2.16 to 19.2.17 in /web in the web-minor-patch group (#6079) (@app/dependabot)
  • Bump the dashboard-minor-patch group in /crates/librefang-api/dashboard with 3 updates (#6080) (@app/dependabot)
  • Free runner disk space before nix build (#6082) (@houko)
  • Free runner disk space before the unit-test build (fixes ENOSPC on main) (#6089) (@houko)
Install / Upgrade

Homebrew (macOS):

brew tap librefang/tap
brew install librefang              # CLI (stable)
brew install librefang-beta         # CLI (beta channel)
brew install librefang-rc           # CLI (rc channel)
brew install --cask librefang       # Desktop (stable)
brew install --cask librefang-beta  # Desktop (beta channel)
brew install --cask librefang-rc    # Desktop (rc channel)

CLI (Linux/macOS): curl -fsSL https://librefang.ai/install.sh | sh

npm: npm install -g @librefang/cli  ·  pip: pip install librefang  ·  cargo: cargo install librefang

Docker: docker pull ghcr.io/librefang/librefang:latest

Coming from OpenClaw / OpenFang? librefang migrate --from openclaw (or --from openfang)

Documentation  ·  Discord  ·  Contributing Guide


Full diff: v2026.6.10-beta.17...v2026.6.11-beta.18