bash python3 --version # Need 3.10+ tmux -V # Any version openclaw --version # Or: claude --version / codex --version bash macOS brew install [email protected] tmux pip install openclaw Ubuntu/Debian sudo apt update && sudo apt install python3 python3-pip tmux pip install openclaw bash git clone https://github.com/win4r/ClawTeam-OpenClaw.git cd ClawTeam-OpenClaw pip install -e . Optional: ZeroMQ P2P transport pip install -e ".[p2p]" bash mkdir -p /bin ln -sf "$(which clawteam)" /bin/clawteam Add /bin to PATH if not already there (add to /.zshrc or /.bashrc) export PATH="$HOME/bin:$PATH" bash Instal…