

# This is the most important

___x_cmd_openclaw___install(){
    # provide latest git, python, nodejs, himalaya, everything you might need.
    # TODO: git
    ___x_cmd env use node python himalaya

    ___x_cmd curl -fsSL https://openclaw.ai/install.sh | bash
    # if in macos
    # if ___x_cmd os is darwin; then
    #     ___x_cmd_hascmd brew || {
    #         :
    #     }
    #     ___x_cmd brew install ...
    # fi

    ___x_cmd_hascmd openclaw || N=openclaw M="openclaw installation failed."     log:ret:1
}

