# malalongxia **Repository Path**: luzhandui/malalongxia ## Basic Information - **Project Name**: malalongxia - **Description**: malalongxia - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-07 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenClaw Mirrors Fallback mirror for OpenClaw installer when primary mirrors (npmmirror, tencent, tsinghua) are unavailable. ## Directory Structure ``` node/ v22.14.0/ node-v22.14.0.pkg # macOS universal installer node-v22.14.0-x64.msi # Windows x64 installer node-v22.14.0-darwin-arm64.tar.gz # macOS ARM64 binary node-v22.14.0-darwin-x64.tar.gz # macOS x64 binary node-v22.14.0-linux-x64.tar.xz # Linux x64 binary openclaw/ openclaw-latest.tgz # OpenClaw npm package ``` ## How to Update ### Node.js Download from https://nodejs.org/dist/v22.14.0/ and place in `node/v22.14.0/`. ### OpenClaw ```bash npm pack openclaw@latest mv openclaw-*.tgz openclaw/openclaw-latest.tgz ```