Firefly Open Source Community

Title: AIBOX-K3 OpenClaw Application Usage [Print This Page]

Author: 799959745    Time: before yesterday 15:15
Title: AIBOX-K3 OpenClaw Application Usage
Last edited by 799959745 In 6/3/2026 15:21 Editor

OpenClaw (Cloud Compute)

Environment RequirementsPlatform Support
Platform & OSSupported
K1 Buildroot❌ No
K1 OpenHarmony❌ No
K1 Bianbu LXQT/GNOME✅ Yes
K3 Buildroot❌ No
K3 OpenHarmony❌ No
K3 Bianbu LXQT/GNOME✅ Yes
OpenClaw Installation for General Users
1. Install nvm for Node.js Version Management
  1. wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
Copy the code

If nvm cannot be found, run the following commands:
  1. export NVM_DIR="$HOME/.nvm"
  2. [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
  3. [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
  4. source ~/.bashrc
Copy the code
2. Download the npm Installation Package (Optional)
If you plan to install from npmjs.com, you do not need to download the installation package separately.
Download the package here: npm package
3. Install Node.js 22
For the K3 development board:
  1. NVM_NODEJS_ORG_MIRROR=https://archive.spacemit.com/nodejs/k3 nvm install 22
Copy the code
Then run:
  1. nvm use 22
Copy the code

4. Install OpenClawTwo OpenClaw Installation Methods
To install OpenClaw from the npm registry, run:
  1. npm i -g --legacy-peer-deps @dengxifeng/openclaw --force --registry=https://registry.npmjs.org/
Copy the code
To install it from the downloaded npm package, run:
  1. npm install -g --legacy-peer-deps ./openclaw-2026.3.8.1.tgz
Copy the code


5. Configure OpenClaw
Run the following command to start the configuration process:
  1. openclaw onboard
Copy the code
After installation, proceed with the OpenClaw configuration. The following example uses the Kimi model.
After the configuration is complete, the terminal outputs a local access URL containing a token, for example:
  1. http://127.0.0.1:18789/#token=7229793a7a0a32ff206ab91230ac991221c84301dc3447e6
Copy the code
Open this link in a browser to access the OpenClaw Web UI.
The token is the value shown in the URL printed by the console after the configuration process completes.
Build, Install, and Redevelop OpenClaw for Developers
Code Repository
https://github.com/SpaceX-mit/openclaw-riscv64
Guides
https://github.com/SpaceX-mit/openclaw-riscv64/blob/main/BUILD_RUN_GUIDE.md
https://github.com/SpaceX-mit/openclaw-riscv64/blob/main/PACKAGE_BUILD_COMPLETE.md
Official References
https://github.com/openclaw/openclaw
https://www.openclawcenter.com/








Welcome Firefly Open Source Community (https://bbs.t-firefly.com/) Powered by Discuz! X3.1