Main
Use Releases for the fastest path; only build locally if you need to modify the UI or OpenClaw integration.
Treat the app as an orchestrator shell: provider setup, channel integrations, cron automation, and skill management live behind UI flows.
If you operate in restricted networks, use the built-in proxy settings (README lists Settings → Gateway → Proxy) so the runtime can reach providers.
Source-backed notes
- README positions ClawX as a desktop interface for OpenClaw and highlights a setup wizard for first launch.
- README lists platform support (macOS/Windows/Linux) and documents a source build flow using pnpm (
pnpm run init,pnpm dev). - README describes a built-in skill system/marketplace and mentions bundled document skills (pdf/xlsx/docx/pptx).
FAQ
- Do I need the terminal to use it?: No — README emphasizes a GUI-first workflow with a guided setup wizard.
- Is it only for OpenClaw?: It’s built on top of OpenClaw; README frames it as a ‘battery-included’ OpenClaw desktop experience.
- Can I develop it locally?: Yes — README provides
pnpm run initandpnpm devfor a dev-mode launch.