Skip to content

X-RayLuan/ClawLite-Installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

420 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ClawLite

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


Why people use it

  • Faster OpenClaw setup
  • Lower friction for beginners
  • Cross-platform installer flow
  • Easier onboarding for BYOK / token setup
  • Cleaner path from download to first run

What it does

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

Supported platforms

  • macOS
  • Windows

Development

npm install
npm run dev

Build:

npm run build

Package locally:

npm run build:mac-local
npm run build:win-local

Release notes

macOS 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:mac

Windows signed release:

export CSC_LINK=/path/to/windows-codesign.p12
export CSC_KEY_PASSWORD=your_cert_password
npm run build:win

Repo highlights

  • resources/ app icons and packaged assets
  • build/ platform packaging config
  • scripts/release.mjs release workflow
  • docs/ web assets / docs collateral
  • marketing/ launch copy and campaign material

Bottom line

If ClawLite is the easier path into OpenClaw, this repo is the installer that makes that promise real.

About

One-click installer for OpenClaw on macOS and Windows.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.4%
  • JavaScript 7.3%
  • CSS 1.6%
  • Other 0.7%