Hello,
Thank you for the OpenClaw Android installer. It greatly simplifies running OpenClaw in Termux.
Currently, the installer uses npm for dependency installation. It would be helpful if pnpm support could be added as an alternative package manager.
Reasons:
Faster dependency installation
Reduced disk usage due to pnpm's content-addressable storage
Better performance in constrained environments like Android/Termux
A possible change would be allowing the installer to run:
pnpm install
instead of npm install, or providing an option to choose the package manager during installation.
Thank you for your work on the project.