SOLUSI 2 — Install Global via npm

Kalau Corepack bermasalah:

npm install-g pnpm

Lalu cek:

pnpm -v

https://moltbotai.chat/

Build from Source (But its Hackable)

For developers who want to experience more about Moltbot. You can clone the repository and build it yourself from zero.

$ git clone <https://github.com/moltbot/moltbot.git>
$ cd moltbot && pnpm install && pnpm run build
$ pnpm run moltbot onboard

Perfect for those who want to read the source code and make modifications.