One-click installer for the OpenClaw AI agent on macOS and Windows.
ClawLite is the desktop app that helps users install and set up OpenClaw with fewer manual steps and less terminal friction.
Download: https://github.com/X-RayLuan/ClawLite-Installer/releases/latest
Website: https://clawlite.ai
- Faster OpenClaw setup
- Lower friction for beginners
- Cross-platform installer flow
- Easier onboarding for BYOK / token setup
- Cleaner path from download to first run
The installer is designed around a simple flow:
Download → Run → Configure → Launch OpenClaw
Current repo scope includes:
- desktop installer app
- macOS and Windows packaging
- release scripts
- content / launch assets
- signing and release workflow support
- macOS
- Windows
npm install
npm run devBuild:
npm run buildPackage locally:
npm run build:mac-local
npm run build:win-localmacOS notarized release:
export APPLE_API_KEY=/path/to/AuthKey_XXXXXX.p8
export APPLE_API_KEY_ID=XXXXXX
export APPLE_API_ISSUER=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
npm run build:macWindows signed release:
export CSC_LINK=/path/to/windows-codesign.p12
export CSC_KEY_PASSWORD=your_cert_password
npm run build:winresources/app icons and packaged assetsbuild/platform packaging configscripts/release.mjsrelease workflowdocs/web assets / docs collateralmarketing/launch copy and campaign material
If ClawLite is the easier path into OpenClaw, this repo is the installer that makes that promise real.