Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

AIBOX-K3 OpenClaw Application Usage

225

Credits

0

Prestige

0

Contribution

super moderator

Rank: 8Rank: 8

Credits
225

AIBOX-K3 OpenClaw Application Usage

Posted at 3 day before      View42 | Replies0        Print      Only Author   [Copy Link] 1#
Last edited by 799959745 In 6/3/2026 15:21 Editor

OpenClaw (Cloud Compute)

Environment Requirements
  • Platform: Linux RISC-V 64
  • Node.js: >= 22.12.0
  • Package manager: pnpm 10.23.0
  • Hardware: SpacemiT K1 or K3 development board
Platform 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 RepositoryGuidesOfficial References


Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list