wx (CLI) ──Unix socket──▶ wx-daemon (background process) │ ┌─────────┴──────────┐ DBCache Contact Cache (mtime-aware reuse) bash npm install -g @jackwener/wx-cli bash curl -fsSL https://raw.githubusercontent.com/jackwener/wx-cli/main/install.sh | bash powershell irm https://raw.githubusercontent.com/jackwener/wx-cli/main/install.ps1 | iex bash git clone [email protected]:jackwener/wx-cli.git && cd wx-cli cargo build --release Binary: target/release/wx (Windows: wx.exe) sudo mv target/release/wx /usr/local/bin/ bash 1. Re-sign WeChat so wx-cli can read its memory (redo after WeChat updates) codes…