wx-bot Client Linux package
Version: 20260730.133518.a8f3b33d

This package contains a Nuitka standalone Linux client plus protected
build/protected/*.so modules. The plaintext sealed sender/ingest source files
are not shipped in the runtime payload.

Runtime dependencies:
- Official Linux WeChat must be installed and logged in.
- xdotool, wmctrl, xclip/xsel/wl-clipboard, and ImageMagick import are used for
  desktop automation.

First run:
  wx-bot-client

If no config exists, the launcher creates:
  ~/.config/wx-bot-client/config.json

Edit that file, especially:
  activation_code
  auth_base_url
  wechat_data_dir_linux
  self_wxid_linux
  sender_backend: auto

For local DB key extraction on some Ubuntu desktops, ptrace may need temporary
relaxing while testing:
  sudo sysctl kernel.yama.ptrace_scope=0

Portable tar usage:
  tar -xzf wx-bot-client-*-linux-x86_64.tar.gz
  cd wx-bot-client-*-linux-x86_64
  ./wx-bot-client.sh
