Skip to content

v0.6.0 - MSI installer + docs + .github templates

Choose a tag to compare

@zhenyu666-debug zhenyu666-debug released this 05 Jul 05:35

xhs-saas-console v0.6.0

Unified desktop console for xiaohongshu-Loop, packaged as a per-user Windows MSI.

Highlights

  • MSI installer - drop into Add/Remove Programs, Start Menu + Desktop shortcut, no admin elevation required (PerUser scope).
  • Run as installer - one double-click launches the full GUI (xhs-saas-console.exe, ~195 MB) which boots the three services (xhs-saas :8080, pbp-api :8090, lakehouse-api :8091).
  • One-file exe + MSI - same source, two delivery formats. The exe is for users who just want to run; the MSI is for managed deployment.

Quick start (MSI)

# install (silent, no prompts)
msiexec /i xhs-saas-console-0.6.0.msi /qn

# uninstall
msiexec /x {CB49ED5C-30E2-4F98-99DC-63A15816DC5E}

# Or: Settings -> Apps -> xiaohongshu-Loop Console -> Uninstall

Full release notes

See CHANGELOG.md.

Checksums

File SHA256 (truncated)
xhs-saas-console-0.6.0.msi see asset below

Upgrading from v0.5.x

Run the MSI. The installer auto-detects the previous version via UpgradeCode and offers upgrade (no uninstall needed).

Known issues

  • MSI ships the entire dist + _internal/ (~343 MB). Use the .exe release if you want a smaller download.

Full Changelog: v0.5.3...v0.6.0